I want to know when we do the media back up & restore where the media recorded information will store?
Actually I did the following steps in my environment
1.rcdmqimg -m RRQM1 -t ql LOC.RRQM1
-- Here the back up recorded has been successfule and want to know where(path) these back has been stored
2. I deleted some config files at qmgr level then try to restore the backup with following command
3 rcrmqobj -m RRQM1 -t all * or rcrmqobj -m RRQM1 -t ql LOC.RRQM1
--Here its failed to restore
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
vadivem wrote:
Please advise me where I did wrong.
You failed to understand what rcqmqimg does. Look in the MQ Infocenter. It lists the type of objects which can be recovered. It does not include "config files". _________________ Glenn
You failed to understand what rcqmqimg does. Look in the MQ Infocenter. It lists the type of objects which can be recovered. It does not include "config files".
However it should include the saved object as given by the OP
Code:
-t ql LOC.RRQM1
@vadivem
gbaddeley's advice is solid. You need to the admin manual and understand what rcqmqimg and rcrmqobj do.
You did not say what you did to damage the backed up objects.
And like gbaddeley said none of the config files are getting backed up that way...
What you need is laid out in more than one way:
file backup of config files
MS03 backup of the qmgr setup
Linear logs for recovery of messages and damaged objects
offline full backup.
You also need to understand what is considered being a qmgr with damaged objects... and that the only thing that can guarantee you a recovery in time point is a full offline backup.
Anything else will only allow for recovery until point of failure.
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