Migration Verification
2.Ensure that the MQSeries subsystem, QMQM, is active. To do this, issue the command:
DSPSBSD SBSD(QMQM/QMQM)
If it is inactive, issue the command:
STRSBS SBSD(QMQM/QMQM)
3.Ensure that the
DSPMQM
If it is not available, start it by issuing the command:
STRMQM MQMNAME(QMGRNAME)
4.If applicable, verify that the queue manager and its objects have been successfully retained. Some of the commands that you might use to do this are:
DSPMQM | Display Message Queue Manager (MQM) |
DSPMQMOBJN OBJ(*ALL) | Display MQM object names |
WRKMQMCHL | Work with MQM channel |
WRKMQMMSG | Work with MQM message |
WRKMQMQ | Work with MQM queue |
5.Use the commands DSPOBJAUT or DSPMQMAUT to review your authorizations to all types of MQSeries objects (*MQM, *Q, *ALSQ, *LCLQ, *RMTQ, *PRC, *CMD, *NMLIST).
Refer to ªChapter 5. Using MQSeries for AS/400, V5.1º on page 33 or to the online help for more information about these commands and how to use them.
After Migration
When you are satisfied that the migration has completed successfully, you may delete:
vMQSeries journals. To do this issue the commands:
DLTJRN JRN(QUSRSYS/AMQAJRN) DLTJRN JRN(QUSRSYS/AMQRJRN)
vMQSeries data libraries: To do this issue the commands:
DLTLIB LIB(QMQMDATA) DLTLIB LIB(QMQMPROC)