Author |
Message
|
Razzia |
Posted: Fri Mar 10, 2017 5:16 am Post subject: AIX: Display all content on Queue Manager for define purpose |
|
|
Newbie
Joined: 06 Mar 2017 Posts: 6
|
Hi
Is it possible to display all content of a queue manager and use that as input for a define command?
I'm going to upgrade (uninstall old version and install new version) a queue manager on AIX for the first time. For that purpose I need to recreate all the definitions.
I would like to create some define statements from the outout of display commands. But the display commands output is not listet in one column and the syntax isn't useful.
Is there a good way to do this?
Thank you in advance.
Best regards
Rasmus |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Mar 10, 2017 5:27 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
later versions of mw use the
dmpmqcfg
command.
For earlier versions the
saveqmgr
support pack will do. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
MQsysprog |
Posted: Fri Mar 10, 2017 5:33 am Post subject: |
|
|
Centurion
Joined: 24 Feb 2014 Posts: 116
|
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 10, 2017 5:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
smdavies99 wrote: |
For earlier versions the
saveqmgr |
Get the latest version from https://github.com/ibm-messaging/ms03.saveqmgr (last version, baring someone else's effort)
smdavies99 wrote: |
support pack will do. |
Open source project... _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Razzia |
Posted: Fri Mar 10, 2017 5:56 am Post subject: |
|
|
Newbie
Joined: 06 Mar 2017 Posts: 6
|
Thanks for the quick replys. I will look into it.
We are running MQ version 7.0.1.0 and are upgrading to 8.0.0.6.
Do you know if I can use the output from saveqmgr and import it into 8.0.0.6? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 10, 2017 6:09 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Razzia wrote: |
Do you know if I can use the output from saveqmgr and import it into 8.0.0.6? |
Yes, I know...
And yes, you can. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 10, 2017 6:17 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Also, dmpmqcfg has a client version. That may be more suitable. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
gbaddeley |
Posted: Mon Mar 13, 2017 4:25 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Have you checked the upgrade path for 8.0.0? Is it possible to migrate directly from 7.0.1 without recreating the qmgr? _________________ Glenn |
|
Back to top |
|
 |
Razzia |
Posted: Wed Mar 15, 2017 1:59 am Post subject: |
|
|
Newbie
Joined: 06 Mar 2017 Posts: 6
|
gbaddeley wrote: |
Have you checked the upgrade path for 8.0.0? Is it possible to migrate directly from 7.0.1 without recreating the qmgr? |
I haven't checked to be honest. I successfully upgraded from v6 -> v9 on Windows, but haven't tried on AIX as I don't have the skills to do it. I have some colleagues that usually does the software upgrades, and my predecessor configured MQ.
This time we have to "move" the queue manager, as the hardware is upgraded as well. So the qmgr dump seems like the perfect solution.
Thank you all - I will try saveqmgr on the old MQ version we have running. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Mar 15, 2017 3:21 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Razzia wrote: |
This time we have to "move" the queue manager, as the hardware is upgraded as well. So the qmgr dump seems like the perfect solution. Thank you all - I will try saveqmgr on the old MQ version we have running. |
OK. Create the new qmgr using the same command line parameters as the old one. Review qm.ini customisations and exits (if used).
Review all the saved object definitions before running on the new qmgr. Usually the SYSTEM objects should not be migrated, unless you have customisations. Check all channel definitions, particularly connection addresses.
You should also migrate the MQ authority profiles.
Review all new features in v8 to see if any further setup needs to be done. _________________ Glenn |
|
Back to top |
|
 |
|