Author |
Message
|
v_nanduri |
Posted: Mon Jan 09, 2012 8:34 am Post subject: MQ Migration from Solaris to Linux |
|
|
Apprentice
Joined: 12 Dec 2010 Posts: 26
|
Hi,
I need to migrate MQ from Solaris box to Linux box. What all i need to take care and how to proceed for that. Please help me on this |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 09, 2012 9:26 am Post subject: Re: MQ Migration from Solaris to Linux |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
v_nanduri wrote: |
What all i need to take care and how to proceed for that. |
- Install WMQ on Linux
- Create a script describing all the WMQ objects on Solaris using the method relevant for your platform (or get the script you create for Solaris out of your repository)
- Edit the script to reflect the new server
- Run the script into Linux
- Recreate / edit all connections to reflect the new server _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jan 09, 2012 11:23 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Don't forget to save/export/copy to tape (or other) any messages in queues. These will need to be imported to queues on the new plaltform. _________________ 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 |
|
 |
v_nanduri |
Posted: Mon Jan 09, 2012 12:17 pm Post subject: |
|
|
Apprentice
Joined: 12 Dec 2010 Posts: 26
|
Hi,
Incase if i have any messages in queue and if i use saveqmgr to dump all the MQobjects will message get store in it(I think it wont but need confirmation) and should i use qload to copy the messages. If i copy the messages how can i restore them on same queue. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 09, 2012 12:19 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You shouldn't rely on us for confirming things.
You should confirm them by reviewing the documentation and then running tests. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 09, 2012 12:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
v_nanduri wrote: |
if i use saveqmgr to dump all the MQobjects will message get store in it(I think it wont but need confirmation) |
Try it and see. Much more reliable than taking the advice of a bunch of unaccountable strangers on the Internet.
v_nanduri wrote: |
should i use qload to copy the messages. |
If you want. There are a number of possibilities.
v_nanduri wrote: |
If i copy the messages how can i restore them on same queue. |
Seriously? You're asking how to restore the messages onto a queue, i.e. load them back onto the queue? Think for a moment about why the author called the utility "q load"....
Alternatively you can use the same method you used to copy the messages off to copy them back on. Radical I know, but I'm just that kind of dangerous thinker. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gbaddeley |
Posted: Mon Jan 09, 2012 9:37 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
bruce2359 wrote: |
Don't forget to save/export/copy to tape (or other) any messages in queues. These will need to be imported to queues on the new plaltform. |
In theory all queued application messages are owned by the application support team, not the MQ administror, and it is the app team responsibility to process / clear / copy the messsages for the migration.
The easiest solution is to ensure that all transmission queues and application local queues are empty at the time of migration.
Copying messages may actually cause problems, eg. with CCSIDs and Encoding. _________________ Glenn |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jan 10, 2012 6:26 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
gbaddeley wrote: |
bruce2359 wrote: |
Don't forget to save/export/copy to tape (or other) any messages in queues. These will need to be imported to queues on the new plaltform. |
In theory all queued application messages are owned by the application support team, not the MQ administror, and it is the app team responsibility to process / clear / copy the messsages for the migration.
The easiest solution is to ensure that all transmission queues and application local queues are empty at the time of migration.
Copying messages may actually cause problems, eg. with CCSIDs and Encoding. |
Dealing with messages left in queues needs to be part of the plan for any migration. _________________ 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 |
|
 |
|