Author |
Message
|
scar |
Posted: Wed Mar 17, 2010 11:06 am Post subject: Migrating MQ to a different server |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
We are currently on AIX 5.3 and MQ 6.0.2.3.
We are planning to migrate to a different data center.
What is the easiest way to migrate MQ to the new server which is also on AIX 5.3
just copy over /var/mqm and reinstall ,
Or is there any other way of achieving it.
Also we need to migrate MQ Workflow and Broker as well.
Any help is appreciated. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Mar 17, 2010 11:17 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I suppose the easiest way is to physically move the server to the new location. But I gather that you have some other requirements. _________________ 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 |
|
 |
Vitor |
Posted: Wed Mar 17, 2010 12:23 pm Post subject: Re: Migrating MQ to a different server |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
scar wrote: |
just copy over /var/mqm and reinstall ,
|
If by this you mean install WMQ on the new server, then copy /var/mqm it should work. If it was me, I'd create a new queue manager with the same logging parameters on the new server to set up the ini files and the path, then overwrite that with the backup.
Alternatively you could backup the queue manager with MS03 and move it that way - possibly cleaner. I'd do that myself unless there were messages in the queues when you moved them.
Same with broker - install it on the new server then redeploy all the flows. You could just move the database but it's cleaner to do it through proper methods. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
scar |
Posted: Wed Mar 17, 2010 12:34 pm Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
If I do a file system copy with out installing on the new server will that work ?(/var/mqm, /usr/mqm)
Or
No matter what, I have to install MQ and then configure as you mentioned. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 17, 2010 1:02 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
scar wrote: |
If I do a file system copy with out installing on the new server will that work ?(/var/mqm, /usr/mqm) |
It might run, but the OS won't think that WMQ is installed because it's not been through SMIT. So when you come to apply patches etc that's going to fail. You'll also need to manually adjust the kernel parameters for WMQ that would normally be done by the install script.
Look at it this way - if you were moving WMQ from one Windows machine to another, would you just copy C:/Program Files/IBM from one to another? Would that work if you were moving Word? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Mar 17, 2010 2:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
Vitor wrote: |
..., would you just copy C:/Program Files/IBM from one to another? Would that work if you were moving Word? |
Well it does work for Notes <notatallimplyingitshouldworkformq/> ... _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
exerk |
Posted: Wed Mar 17, 2010 3:17 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Michael Dag wrote: |
Vitor wrote: |
..., would you just copy C:/Program Files/IBM from one to another? Would that work if you were moving Word? |
Well it does work for Notes <notatallimplyingitshouldworkformq/> ... |
Notes is a law unto itself, and should not be confused with real software  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|