Reputation: 269
We have a machine with multiple MQ clusters and listeners defined. Is there any script which can be used to create an exact replica on another machine. Are there any commands/tools available?
Our platform is Windows.
Upvotes: 2
Views: 891
Reputation: 31852
Backing up a QMgr to restore else where entails the following:
dmpmqcfg
command for this. Prior versions use SupportPac MS03, a.k.a saveqmgr
.Note that the best practice is to restore these objects into a QMgr with a different name. There are issues in trying to keep the QMgr name identical, especially if you have clusters or use a commercial certificate authority to sign SSL certs.
The index of SupportPacs is here. There are many which can help with scripting and deployment but MS03 is my personal favorite for this task.
Upvotes: 2