Author |
Message
|
dude1 |
Posted: Mon Mar 31, 2008 10:39 am Post subject: Exporting MQ settings... |
|
|
Novice
Joined: 20 Feb 2007 Posts: 10
|
Hello All -
I have a MQ server... i have 4 to 5 Q managers....Now i want to move this to a different server... Is there anyway i can export the current setting and Queues from server1 to server2....
Currently the only way i know is to recreate every Q and Q manager...
(I am using IBM MQ 6.0 on windows box)
Thanks in advance |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Mar 31, 2008 10:43 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Support Pack MS03 - Saveqmgr _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Mar 31, 2008 1:02 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9471 Location: US: west coast, almost. Otherwise, enroute.
|
emm ess zero three? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
JosephGramig |
Posted: Mon Mar 31, 2008 1:28 pm Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
I think you will want to make sure you also record and set any QMGR properties that are set through MQ Explorer that would be equivalent to what you see in the qm.ini file in UNIX systems.
amqmdain can also display and alter these values.
I'm not sure they are covered in MS03, but they may well be (in which case I will hear about it shortly).
Do any of the QMGRs you want to "move" belong to a WMQ Cluster?
If so, there is more work to be done here... |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Mar 31, 2008 2:02 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JosephGramig wrote: |
I'm not sure they are covered in MS03, but they may well be (in which case I will hear about it shortly). |
Only if they're exposed through PCF. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JosephGramig |
Posted: Tue Apr 01, 2008 3:50 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
jefflowrey wrote: |
Only if they're exposed through PCF. |
<sigh/>The properties that can only be given at QMGR creation are not exposed. The properties that only take affect at the next QMGR start are not exposed. Most, if not all, of the properties mentioned with amqmdain or in the qm.ini are of this type.
I've seen a number of times where someone has copied a QMGR to move it and missed these settings only to have the new QMGR fail under load. |
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Apr 06, 2008 6:47 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
You also need to move MQ OAM security settings (use "amqoamd -m QMGRNAME -s" to generate setmqaut commands).
Other things to consider are:
file system sizings, automation & monitoring, utility packages
Do the messages on application queues need to be preserved?
MQ channels on other systems may need to be altered to point CONNAME to new system
Disaster recovery
High availability |
|
Back to top |
|
 |
|