Author |
Message
|
vignesh86 |
Posted: Mon Jul 04, 2011 11:54 pm Post subject: Problem while using saveqmgr option |
|
|
Apprentice
Joined: 23 Dec 2010 Posts: 27
|
Hi,
I executed the saveqmgr command, it provided the below output.
But when i opened the HKUTS1S1_yyyymmddhhmmss.mqs
file, nothing has been written there.Can you please let me know what could be the issue?
MQ Version: 5.3
OS: SUN OS 32 Bit
$ saveqmgr -m HKUTS1S1 -f HKUTS1S1_yyyymmddhhmmss.mqs
SAVEQMGR V5.3.3a
Compiled for Websphere MQ V5.3 on Mar 23 2004
Requesting attributes of the queue manager...
Writing Queue Manager definition to HKUTS1S1_yyyymmddhhmmss.mqs.
Generating attributes for Websphere MQ Release 5.3.0
Requesting attributes of all authinfo objects...
Requesting attributes of all queues...
Requesting attributes of all channels...
Requesting attributes of all processes...
Requesting attributes of all namelists...
Writing AuthInfo definitions to HKUTS1S1_yyyymmddhhmmss.mqs.
Writing Queue definitions to HKUTS1S1_yyyymmddhhmmss.mqs.
Skipping dynamic queue MQMON.isismqms.4DD121C020001D01
Skipping dynamic queue SAVEQMGR.4DD121C020005601
Writing Channel definitions to HKUTS1S1_yyyymmddhhmmss.mqs.
Writing Process definitions to HKUTS1S1_yyyymmddhhmmss.mqs.
Writing Namelist definitions to HKUTS1S1_yyyymmddhhmmss.mqs. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Jul 05, 2011 12:44 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Code: |
MS03 is a command line program and can be invoked with a -? flag to display
which parameters it will accept:
./saveqmgr.<platform> -?
where <platform> is a platform specific extension, ie .exe for windows,
.solaris for solaris, etc.
Usage is:
--help | -h | -? : gives help (this)
--localQMgr | -m lqmgr : is the name of the local qmgr to connect (MQCONN)
--remoteQmgr | -r rqmgr : is the name of the remote qmgr (XMITQ name)
--outputFile | -f [file] : allows the output file to be named,
if -f is not specified, the output file defaults to SAVEQMGR.MQSC
if -f is specified without a filename, it is named \"qmgrname\".MQSC.
--outputFileNoHeader | -F [file] : behaves the same as -f except no header line is created in the output file
(and CURDEPTH, ALTDATE and ALTTIME are not reported) |
Please look at the MS03 ReadMe File. (for the platform and version of mq you are using).
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
vignesh86 |
Posted: Tue Jul 05, 2011 4:51 am Post subject: Please look at the MS03 ReadMe File. (for the platform and v |
|
|
Apprentice
Joined: 23 Dec 2010 Posts: 27
|
Thanks for ur help.
I downloaded the ms03 fix pack from IBM site for MQ version 6.0 ,added the binaries and then it was working fine. |
|
Back to top |
|
 |
gbaddeley |
Posted: Tue Jul 05, 2011 3:59 pm Post subject: Re: Problem while using saveqmgr option |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
vignesh86 wrote: |
...MQ Version: 5.3
OS: SUN OS 32 Bit |
Obligatory mention: You are running a version of MQ which has not been supported by IBM since 2007. It also looks like you are running an old (32 bit) version of SunOS / Solaris. Please seriously consider upgrading to MQ v7.0.1. _________________ Glenn |
|
Back to top |
|
 |
vignesh86 |
Posted: Tue Jul 05, 2011 8:32 pm Post subject: You are running a version of MQ which has not been supported |
|
|
Apprentice
Joined: 23 Dec 2010 Posts: 27
|
Yes, Its already done.We are migrating the queuemanager and objects to another server in which MQ7.0 has been installed.
For Queue Manager objects and OAm scripts, i was using the saeqmgr command. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jul 06, 2011 12:44 am Post subject: Re: You are running a version of MQ which has not been suppo |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
vignesh86 wrote: |
Yes, Its already done.We are migrating the queuemanager and objects to another server in which MQ7.0 has been installed.
For Queue Manager objects and OAm scripts, i was using the saeqmgr command. |
Don't know if the saveqmgr will handle OAM scripts if the qmgr is @V5.3
You might have to fallback to amqoamd -s -m qmgr > output file and might want to grep -v for the mqm group...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|