Post installation tasks

Actions required after upgrading IBM® MQ.

About this task

Install the samples.

Carry out these steps after installing the product.

Procedure

  1. Issue the following commands:
    1. STRSBS SBSD(QMQM/QMQM)
    2. CRTMQM MQMNAME(<QMGRNAME>) DFTQMGR(*YES)
      You receive the message " IBM MQ queue manager created."
    3. STRMQM MQMNAME(<QMGRNAME>)
      You receive the message " IBM MQ queue manager '<QMGRNAME>' started."
  2. Issue the following command:
    
    STRMQMMQSC SRCMBR(<QMGRNAME>) SRCFILE(*CURLIB/QMQSC) OPTION(*RUN)
    MQMNAME(<QMGRNAME>)
    
  3. Reapply IBM MQ Authorities by issuing the command: CALL PGM(*CURLIB/<QMGRNAME>)
    1. You must compile the CLP as follows:
      
      CRTCLPGM PGM(*CURLIB/<QMGRNAME>) SRCFILE(*CURLIB/QMAUT) SRCMBR(*PGM)