Author |
Message
|
deanfore |
Posted: Tue Aug 08, 2006 11:11 am Post subject: Moving MQ Enviroment to another server. |
|
|
Novice
Joined: 08 Aug 2006 Posts: 18
|
Currently I am trying to duplicate a MQ Websphere enviroment to on another server. Does any have any suggestions on how to bundle up the enviroment and put in on another server. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 08, 2006 11:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
saveqmgr.
amqoamd -s
some tool to dump messages.
Or read the documentation on "Backup/Recovery"...  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
deanfore |
Posted: Tue Aug 08, 2006 1:00 pm Post subject: MQ Environment move |
|
|
Novice
Joined: 08 Aug 2006 Posts: 18
|
What about if the environment is clustered. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 08, 2006 1:02 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What kind of cluster? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
deanfore |
Posted: Tue Aug 08, 2006 1:12 pm Post subject: |
|
|
Novice
Joined: 08 Aug 2006 Posts: 18
|
The QMGR's are clustered (MQWebsphere v5.3) |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 08, 2006 1:18 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
So an MQ Cluster, and not an os/hardware/ha cluster?
The new queue manager will be a member of the cluster, with a new unique qmid. If it has the same name, this will hose your cluster.
So you can change the name.
Or you can create your snapshot using amqoamd and saveqmgr. Then, on the old qmgr, unshare all the queues in the cluster. Then delete the cluster receiver for this queue manager.
Then your old qmgr should be out of the cluster, and you can start the other one using the saved definitions and it will be joined to the clsuter. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|