Author |
Message
|
uihdenui |
Posted: Sun Feb 21, 2016 8:58 pm Post subject: Migrating IBM MQ 5.3 to 8.0 |
|
|
Newbie
Joined: 21 Feb 2016 Posts: 6
|
Hi all,
Q1)
my client want me to migrate Mq server from 5.3 to 8.0
so i need to migrate 5.3->7.0->8.0?
any other way??
Q2)
does the saveqmgr support mq 5.3?
thanks a lot  |
|
Back to top |
|
 |
exerk |
Posted: Mon Feb 22, 2016 1:05 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Does the hardware/OS actually support the installation of V8.0?
And yes, saveqmgr will back up a V5.3 queue manager. _________________ 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 |
|
 |
mqjeff |
Posted: Mon Feb 22, 2016 6:35 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
exerk wrote: |
Does the hardware/OS actually support the installation of V8.0?
And yes, saveqmgr will back up a V5.3 queue manager. |
... a 5.1 qmgr...  _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Feb 22, 2016 3:51 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
uihdenui |
Posted: Tue Feb 23, 2016 3:13 am Post subject: |
|
|
Newbie
Joined: 21 Feb 2016 Posts: 6
|
Thanks all!
because i will change the hardware as well (move MQ to a new server)
no worry about the hardware support.
Q1. Can i just installed MQ 8.0 directly and rebuild all queue ?
Q2. i tried to execute saveqmgr which download from :
http://www-01.ibm.com/support/docview.wss?uid=swg24000673
it shows " /usr/lib/pa20_64/dld.sl: Unable to find library 'libmqm.sl'."
what should i do? |
|
Back to top |
|
 |
exerk |
Posted: Tue Feb 23, 2016 3:18 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
uihdenui wrote: |
Thanks all!
because i will change the hardware as well (move MQ to a new server)
no worry about the hardware support.
Q1. Can i just installed MQ 8.0 directly and rebuild all queue ?
Q2. i tried to execute saveqmgr which download from :
http://www-01.ibm.com/support/docview.wss?uid=swg24000673
it shows " /usr/lib/pa20_64/dld.sl: Unable to find library 'libmqm.sl'."
what should i do? |
Q1. Yes;
Q2. Did you ensure you used/compiled the correct executable for your platform?
It would be helpful to know which platform/OS your current installation is on. _________________ 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 |
|
 |
mqjeff |
Posted: Tue Feb 23, 2016 6:41 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You should consider carefully which SYSTEM.* queues you recreate. It's likely that you don't want to recreate any of them.
Also remember that you will only be recreating the MQ Objects, and not any messages. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Feb 25, 2016 2:44 am Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
uihdenui wrote: |
Thanks all!
because i will change the hardware as well (move MQ to a new server)
no worry about the hardware support.
Q1. Can i just installed MQ 8.0 directly and rebuild all queue ? |
Yes, this is the recommended method.
Looks like an error on HP-UX. Discuss with your UNIX sys admin. The Dynamic Loader library (dld.sl) can't locate the MQ Server MQI library (libmqm.sl) on your system. You may need to set library path environment variables.
You could be using a 64 bit version of saveqmgr, which may not work with an old 32 bit version of MQ (5.3). _________________ Glenn |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 25, 2016 5:54 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
gbaddeley wrote: |
You could be using a 64 bit version of saveqmgr, which may not work with an old 32 bit version of MQ (5.3). |
It should work as a client, as long as there is a 64-bit MQ client installed on the machine.
It may be easiest to use saveqmgrc from a desktop using a client rather than using bindings on the same machine as the queue manager. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|