Verify the migration

 

Before you start, make sure you have performed the steps in Verifying the installation.

To verify that you have migrated to WebSphere MQ for iSeries™, V6.0 successfully:

  1. Make QMQMADM either the primary or a secondary group profile for your user profile. To do this, issue one of the following commands:

    CHGUSRPRF USRPRF(YOUR PROFILE) GRPPRF(QMQMADM)
    CHGUSRPRF USRPRF(YOUR PROFILE) SUPGRPPRF(QMQMADM)

  2. Start the WebSphere MQ subsystem with the command:

    STRSBS SBSD(QMQM/QMQM)
    (If it is already running, you will get error message CPF1010 which we can safely ignore).

  3. Check that your queue managers are accessible by issuing the command:

    WRKMQM

    Use option 14 against each queue manager to start it.

    Use option 5 against each queue manager to check its attributes.

  4. We can use the other options to check your queue manager objects, for example check your queues using option 18, check your channels using option 20, and so on.

  5. Take a fresh media recovery checkpoint, using the following command:

    RCDMQMIMG OBJ(*ALL) OBJTYPE(*ALL) MQMNAME(QMGRNAME) DSPJRNDATA(*YES)
    Where QMGRNAME is the name of the queue manager.
     

Refer to the softcopy help for more information about these commands and how to use them.

 

Parent topic:

Migrating from MQ V5.1 or later