ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » where the rcdmqimg image file saved into the windows

Post new topic  Reply to topic
 where the rcdmqimg image file saved into the windows « View previous topic :: View next topic » 
Author Message
sateve
PostPosted: Wed Apr 07, 2010 6:01 am    Post subject: where the rcdmqimg image file saved into the windows Reply with quote

Newbie

Joined: 07 Apr 2010
Posts: 8

Hi everyone,
i took back up of a queuemanager,but where will be the image file saved.i e
where is the rcdmqimg image file saved into the windows
Thanks in advance
sateve
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 07, 2010 6:10 am    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sateve wrote:
where is the rcdmqimg image file saved into the windows


In the queue manager log files, same as on every other platform.

If you were looking for it so you could use it to image another queue manager as a copy of this one, you're going to be disapointed...

...doing that requires a slightly different process.

Just an assumption on my part there. I could be wrong.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
sateve
PostPosted: Wed Apr 07, 2010 6:47 am    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Newbie

Joined: 07 Apr 2010
Posts: 8

Thnx for the quick response

i have used these commads
crtmqm -lf 8192 -lp 10 -ls 10 -ll -q MY_QM
and
rcdmqimg -t qmgr -m MY_QM

what is the extension of the image file ?
Plz specify the path in the log files...i searched in the log files but i didnot find any..............

Thnx
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 07, 2010 6:59 am    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sateve wrote:
what is the extension of the image file ?
Plz specify the path in the log files...i searched in the log files but i didnot find any..............


I apologise for not being clearer in my previous post. The recorded image is in the log files. It's not a separate file and AFAIK it's not visible to the naked eye in the log files.

As a rule of thumb, there's nothing useful to see in the log files at all. Leave them to the queue manager.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mvic
PostPosted: Wed Apr 07, 2010 6:59 am    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

rcdmqimg does not do what you think it does.

Go to http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp and search for rcdmqimg

Read all the pages.

What is your requirement? A full qmgr backup? You will need to take the qmgr offline to do that. For further info, go to the above link and search for backup.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Apr 07, 2010 7:23 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Control command rcdmqimg is paired with another control command, namely: rcrmqobj. One is used to record to the log an object image; the other is used to recover the oject(s) from the recorded image in the log.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
sateve
PostPosted: Wed Apr 07, 2010 10:33 pm    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Newbie

Joined: 07 Apr 2010
Posts: 8

if its not visible to naked eye,then how can we use that file....pardon if iam wrong..................
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Apr 07, 2010 11:25 pm    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

sateve wrote:
if its not visible to naked eye,then how can we use that file....pardon if iam wrong..................


You don't, WMQ does when you issue the appropriate command to tell it to do so.
_________________
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
View user's profile Send private message
mvic
PostPosted: Thu Apr 08, 2010 2:59 am    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

sateve wrote:
if its not visible to naked eye,then how can we use that file....pardon if iam wrong..................

Hopefully you did read the manual pages I suggested. Did you also see my questions, intended to help you find the right answers to your questions/requirements? Just asking
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Apr 08, 2010 5:16 am    Post subject: Re: where the rcdmqimg image file saved into the windows Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sateve wrote:
if its not visible to naked eye,then how can we use that file....pardon if iam wrong..................


You're not wrong, you just seem to be having trouble reading. You've been given the manual section to read, and another poster actually outlined how this works.

If you're not going to take our advice why are you asking questions?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Apr 08, 2010 6:01 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

WMQ logs are for MQs explicit use. MQ uses logs to capture state data, and message images for persistence and recovery. The two control commands described here allow a sysadmin to record object to the log for later replay, if necessary.

The logs are not intended for use by application programs, whether written by developers or sysadmins.

The function and use of logs has been discussed here many, many times; and is well-documented in the System Admin manual, and elsewhere.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » where the rcdmqimg image file saved into the windows
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.