This post is more than 5 years old
9 Posts
0
9898
June 2nd, 2016 12:00
Deleting ssid/cloneid from Networker + Data Domain
I'm testing some commands so that I can delete all the Data Domain/VBA ssid/cloneids while we keep the cloned tape versions for future restores. The Data Domain will be removed, and I want to free up the disk space as I delete the ssids.
I'm using the commands from EMC's page but I'm getting an error.
nsrmm -e [today's_date] -w [yesterday's_date] -o recyclable -y -S [ssid]
nsrim "X -V [volume name]
nsrstage -C -V [volume name]
I've searched forums and this is all I can find. The error I get is:
nsrmm -e 06/02/16 -w 06/01/16 -o recyclable -y -S ssid/cloneid
91416:nsrmm: Save set clone can not be specified with -w.
I didn't get to the second line yet but should that be nsrim -X -V [volume name]?
Any help is appreciated. Thanks.