Sep 23, 2004 #1 bombcan Technical User Jun 8, 2004 49 CA Does anyone have a script to do this or a way to do it with in Networker. I have Networker 7.1.2 and I do automatic cloning after the group ends. Your help is greatly appreciated
Does anyone have a script to do this or a way to do it with in Networker. I have Networker 7.1.2 and I do automatic cloning after the group ends. Your help is greatly appreciated
Sep 23, 2004 #2 ag100 MIS Jul 1, 2000 172 US Hey - Try this: Get a list of the ssid's on a volume with their cloneid. Something like: mminfo -q "volume=clone.001" -r "ssid,cloneid" Then, set each ssid/cloneid with the retention period you're looking for: nsrmm -SSAVESETID/CLONEID -e year -w year You should be able to script this, rather easily. Hope this helps. -ag100 Upvote 0 Downvote
Hey - Try this: Get a list of the ssid's on a volume with their cloneid. Something like: mminfo -q "volume=clone.001" -r "ssid,cloneid" Then, set each ssid/cloneid with the retention period you're looking for: nsrmm -SSAVESETID/CLONEID -e year -w year You should be able to script this, rather easily. Hope this helps. -ag100