IBM MQ Upgrading Steps
IBM MQ Upgrading Steps
Remove
#/etc/opt/mqm/mqinst.ini
Install the upgraded file
#gunzip IBM_MQ_9.2.0.6_AIX.tar.tgz
#cd MQServer
Display mq installation
#dspmqinst
#setmqinst –I –p /user/mqm
#dispmq
To migrate old queue manager to new version of IBM MQ ,need to start the queue manager with the
new version of IBM MQ
#strmqm quemanager
IBM MQ:
13. amqsbcg3: Performs a bulk data transfer using a queue with persistence.
Host(t24mq12) Installation(Installation1)
VRMF(9.1.0.12) QMgr(PRD.T24.QMGR.5)
Time(2023-11-15T17:04:59.861Z)
ArithInsert1(2) ArithInsert2(2035)
CommentInsert1(root)
CommentInsert3(root)
EXPLANATION:
The call to initialize the User ID 'root' failed with CompCode 2 and Reason
2035. If an MQCSP block was used, the User ID in the MQCSP block was ''. If a
userID flow was used, the User ID in the UID header was 'root' and any CHLAUTH
this value.
ACTION:
o create an "mqm" user and add it to the "root" group, you can follow these steps:
Copy
This command creates a new user named "mqm" on Linux or Unix-based systems.
Run the following command to add the "mqm" user to the "root" group:
Copy
This command adds the "mqm" user to the "root" group, allowing it to have the same privileges as
the "root" user.
Verify that the user "mqm" is now a member of the "root" group by running the following command:
Copy
groups mqm