Hi Kumari
I'm no mq expert, but there are a couple of things in your mq config that you need to be mindful off.
Some of your authrec's might contains information related to your host. Example:
SET AUTHREC +
PROFILE('@CLASS') +
PRINCIPAL('mquser@MYHOSTNAME') +
OBJTYPE(QUEUE) +
AUTHADD(NONE)
SET AUTHREC +
PROFILE('SYSTEM.AMQP.COMMAND.QUEUE') +
GROUP('mqm@MYHOSTNAME') +
OBJTYPE(QUEUE) +
AUTHADD(BROWSE,CHG,CLR,DLT,DSP,GET,INQ,PUT,PASSALL,PASSID,SET,SETALL,SETID)
You might have references to your old qmgr in your config, maybe in a channel name
DEFINE CHANNEL('TO.QM1') +
CHLTYPE(CLUSRCVR) +
* ALTDATE(2023-05-24) +
* ALTTIME(10.52.15) +
CLUSTER('C1') +
CONNAME('MYHOSTNAME(1415)') +
MCATYPE(THREAD) +
TRPTYPE(TCP)
If you use SSL keys, might need to look at that as well
SSLKEYR('C:\ProgramData\IBM\MQ\qmgrs\QM1\ssl\key')
You can definitely clone the qmgr, but have a look at the dumped config and change these settings first.
------------------------------
Regards
Matthias Blomme
Integration Specialt
Integration Designers
Turnhout
------------------------------
Original Message:
Sent: Thu November 07, 2024 12:47 PM
From: Kumari Priyanka
Subject: Is it okay to restore queue manager configuration in changed queue manager name
Hello All,
is it okay to restore queue manager configuration in changed queue manager name? I need to move queue manager to newly build host.
Thanks
Priyanka
------------------------------
Kumari Priyanka
------------------------------