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:
- 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)- 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).- Check that your queue managers are accessible by issuing the command:
WRKMQMUse option 14 against each queue manager to start it.
Use option 5 against each queue manager to check its attributes.
- 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.
- 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