Hi, all...
ANyone out there know a way to recycle tapes without having to reload them into the machine, then inventory them? Currently, I am scanning the tape labels(barcode) into a file, then doing the following
for i in `cat tapelist.txt`
do
nsrmm -d -v -y $i
done
I THINK this is removing each tape label from the machine's database. Is it possible to just recycle the tapes instead? Is there a way to set a certain group to expire after three months, so the tape can be automatically re-used? I know thats a lot of questions...Many thanks!!
UnixSkunk - Tux's Evil Nemesis
ANyone out there know a way to recycle tapes without having to reload them into the machine, then inventory them? Currently, I am scanning the tape labels(barcode) into a file, then doing the following
for i in `cat tapelist.txt`
do
nsrmm -d -v -y $i
done
I THINK this is removing each tape label from the machine's database. Is it possible to just recycle the tapes instead? Is there a way to set a certain group to expire after three months, so the tape can be automatically re-used? I know thats a lot of questions...Many thanks!!
UnixSkunk - Tux's Evil Nemesis