Author |
Message
|
jeevan |
Posted: Fri Jan 04, 2008 3:26 pm Post subject: Mq Aut info using saveqmgr |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I think the new version of saveqmgr generates the security dump for a queue manager. But I am not getting it done
The command I entered and response is as follows:
D:\>saveqmgr -m XXXXXXXX -Z TEST
SAVEQMGR V6.0.3
Compiled for Websphere MQ V6.0 on Aug 22 2006
Requesting attributes of the queue manager...
Writing Queue Manager definition to SAVEQMGR.TST.
Generating attributes for Websphere MQ Release 5.3.0
Generating code for platform WINDOWSNT
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...
(saveqmgr.c) -z flag specified but target qmgr is wrong platform or < v6, flag i
s ignored
Writing AuthInfo definitions to SAVEQMGR.TST.
Writing Queue definitions to SAVEQMGR.TST.
Skipping dynamic queue AMQ.PCF.CHANNELS
Skipping dynamic queue AMQ.PCF.MQCMDS
Skipping dynamic queue AMQ.PCF.QUEUE1
Skipping dynamic queue AMQ.PCF.QUEUE3
Skipping dynamic queue AMQ.PCF.QUEUES
Skipping dynamic queue SAVEQMGR.4725797C01AF3E20
Writing Channel definitions to SAVEQMGR.TST.
Writing Process definitions to SAVEQMGR.TST.
Writing Namelist definitions to SAVEQMGR.TST.
D:\>
but it did not generate the TEST file and there is not security script in the saveqmgr.tst file.
Can someone point me where I made a mistake?
Thank you a lot |
|
Back to top |
|
 |
Michael Dag |
Posted: Sat Jan 05, 2008 2:36 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jan 05, 2008 5:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jeevan wrote: |
(saveqmgr.c) -z flag specified but target qmgr is wrong platform or < v6, flag is ignored |
Which part of the error message do you not understand?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Jan 05, 2008 9:01 am Post subject: Re: Mq Aut info using saveqmgr |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
jeevan wrote: |
Generating attributes for Websphere MQ Release 5.3.0 |
jeevan wrote: |
(saveqmgr.c) -z flag specified but target qmgr is wrong platform or < v6, flag is ignored |
MQ v5.3 does not provide security information through the PCF interface.
You can use amqoamd -s. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jeevan |
Posted: Mon Jan 07, 2008 10:12 am Post subject: Re: Mq Aut info using saveqmgr |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Michael Dag wrote: |
add -z or -Z |
I have had that in my command line. You can see that in my first post.
fjb_saper wrote: |
jeevan wrote: |
(saveqmgr.c) -z flag specified but target qmgr is wrong platform or < v6, flag is ignored |
Which part of the error message do you not understand?  |
I was not sure about this. But I was wondering why it is not working more. But I got answer in Jeff's post.
jefflowrey wrote: |
jeevan wrote: |
Generating attributes for Websphere MQ Release 5.3.0 |
jeevan wrote: |
(saveqmgr.c) -z flag specified but target qmgr is wrong platform or < v6, flag is ignored |
MQ v5.3 does not provide security information through the PCF interface.
You can use amqoamd -s. |
I realised why it is not working. The mq is 53/11. Though I tried with switch -v 53 but still did not work.
Anyway, I understand now.
thanks a lot all of you, |
|
Back to top |
|
 |
|