Unsolved
This post is more than 5 years old
10 Posts
0
923
October 21st, 2007 23:00
Save Set Cloning Failed: How to retrieve the SSID in 7.4?
Hello,
In my report, I got the message "Automatic cloning of save sets to pool LTO3Clone failed." In the older versions of Networker, we were able to retrieve the SSID of the failed cloned in the daemon.log at the end time of the group. I don't retrieve this kind of information in the daemon.raw. Where do we find this information now?
Thank you for your help,
William
In my report, I got the message "Automatic cloning of save sets to pool LTO3Clone failed." In the older versions of Networker, we were able to retrieve the SSID of the failed cloned in the daemon.log at the end time of the group. I don't retrieve this kind of information in the daemon.raw. Where do we find this information now?
Thank you for your help,
William
No Events found!


missyang
32 Posts
0
October 22nd, 2007 02:00
http://solutions.emc.com/emcsolutionview.asp?id=esg50728
Use mminfo command as follows:
If know the volume name of the tape that failed, you can do something like
mminfo -q volume="TheFailedVolume:001" -r 'ssid,client,name,savetime'
Once comfortable with info for the right clone volume, remove everything but the
'ssid' from the '-r' (report) specification. this will give a list of saveset IDs that would need to be cloned again; which you can combine with nsrclone into one commandline (UNIX only): i.e.
nsrclone -b "TheClonePool" -S `mminfo -q volume="TheFailedVolume:001 -r ssid"`
Derfel1
10 Posts
0
October 22nd, 2007 02:00
missyang
32 Posts
0
October 22nd, 2007 02:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 22nd, 2007 07:00
Derfel1
10 Posts
0
October 22nd, 2007 07:00
Derfel1
10 Posts
0
October 24th, 2007 04:00
This mean that the info disappeared from the daemon log?
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 24th, 2007 05:00