Author |
Message
|
rajeshdjsmart |
Posted: Thu Mar 13, 2008 3:05 pm Post subject: saveqmgr can't save files to SAVEQMGR.TST |
|
|
Apprentice
Joined: 05 Mar 2008 Posts: 30
|
mqm@vudev010:/var/mqm: ls
mqm@vudev010:/var/mqm: saveqmgr.solaris -m test.queue.manager
SAVEQMGR V6.0.3
Compiled for Websphere MQ V6.0 on Mar 11 2008
Requesting attributes of the queue manager...
Writing Queue Manager definition to SAVEQMGR.TST.
Generating attributes for Websphere MQ Release 6.0.0
Generating code for platform UNIX
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...
Requesting attributes of all listeners...
Requesting attributes of all services...
Writing AuthInfo definitions to SAVEQMGR.TST.
Writing Queue definitions to SAVEQMGR.TST.
Skipping dynamic queue SAVEQMGR.47D94A4E20001302
Writing Channel definitions to SAVEQMGR.TST.
Writing Process definitions to SAVEQMGR.TST.
Writing Namelist definitions to SAVEQMGR.TST.
Writing Listener definitions to SAVEQMGR.TST.
Writing Service definitions to SAVEQMGR.TST.
mqm@vudev010:/var/mqm:
When I checked the SAVEQMGR.TST..Its not updated!
Any Suggestions?
O/S = SOLARIS 10 |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 13, 2008 7:59 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
rajeshdjsmart wrote: |
mqm@vudev010:/var/mqm: saveqmgr.solaris -m test.queue.manager
Writing Queue Manager definition to SAVEQMGR.TST. |
This would be working as designed. You did not specify any of the file options. You'll note that the filename given is a default. In this case the file might have been written to a different location than the one you expected...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
rajeshdjsmart |
Posted: Fri Mar 14, 2008 5:10 am Post subject: Ho to find it? |
|
|
Apprentice
Joined: 05 Mar 2008 Posts: 30
|
I tried to find the SAVEQMGR.TST on every place.But the same error is coming.
How you recover the data if you want to use this file? Because what i know is if you have linear logging after restoring the queue manager. We can recover the objets which are not automaticaly recover by using media recovery.
Any Suggestions?..I am getting it now!!!
Thanks to you guys..!!! |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 14, 2008 5:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Well, first of all, ms03 comes with source code, so if you ever have a question about where it would write the default file - you can look at the source and find out.
Secondly, a file that is not updated may be a file that is not writable by the user that is trying to write it.
Thirdly, I don't quite know what you mean by "not updated".
Fourthly - MS03 produces an MQSC file that allows you to recreate the queue manager objects, but not the messages. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rajeshdjsmart |
Posted: Fri Mar 14, 2008 5:25 am Post subject: So how to recover With MQSC |
|
|
Apprentice
Joined: 05 Mar 2008 Posts: 30
|
THanks for the response..
So how to recover the queue manager by calling the MQSC file?
THe only thing I know is SAVEQMGR.TST where it saves the file.
thanks |
|
Back to top |
|
 |
|