Author |
Message
|
balaraju |
Posted: Wed Mar 01, 2017 2:56 am Post subject: Migrate qmgr from AIX to Linux |
|
|
Apprentice
Joined: 06 Feb 2017 Posts: 29
|
Hi,
We are moving off to a new linux server and we need to move the existing queue manager lying on AIX also to linux. Is there any shortcut or method to migrate queue manager from one system to another?
The queue manager is built on MQ7.X and the new system has MQ9 |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 01, 2017 4:42 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What does "the existing queue manager" mean?
That is, exactly what do you need to move/copy/restore to the new queue manager? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
balaraju |
Posted: Wed Mar 01, 2017 4:45 am Post subject: |
|
|
Apprentice
Joined: 06 Feb 2017 Posts: 29
|
The queue manager is present on AIX and is there an option to move it to Linux (bringing all the objects along)... |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 01, 2017 4:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
balaraju wrote: |
The queue manager is present on AIX and is there an option to move it to Linux (bringing all the objects along)... |
What does "all the objects" mean?
Be *specific*. There are several things that could be done. But not all of them are good ideas, and not all of them do what you want them to do. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
balaraju |
Posted: Wed Mar 01, 2017 5:00 am Post subject: |
|
|
Apprentice
Joined: 06 Feb 2017 Posts: 29
|
Okay Sorry.
The queues, the channels, the processes, the system definitions and the security setup on the qmgr |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 01, 2017 5:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
balaraju wrote: |
Okay Sorry.
The queues, the channels, the processes, the system definitions and the security setup on the qmgr |
So you just want to dump the mq cfg, and you don't want to copy messages?
then dmpmqcfg. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
balaraju |
Posted: Wed Mar 01, 2017 5:21 am Post subject: |
|
|
Apprentice
Joined: 06 Feb 2017 Posts: 29
|
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Mar 01, 2017 7:43 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Create the qmgr on Linux using same crtmqm args as were used on AIX.
Review and edit the dmpmqcfg output from AIX, and feed it to runmqsc on Linux. Ensure all channel defs, OAM authorities and channel authorities are appropriate for the Linux server.
Review and migrate any customisations to qm.ini file.
Review exits (if used).
Review SSL KDB (if used).
Review MQ v9 new features. _________________ Glenn |
|
Back to top |
|
 |
|