Option to erase tapes when all images have expired
Created: 30 Oct 2009 | 3 comments
An option to automatically erase tapes (quick or long) when they are moved to the scratch pool would be nice. This probably wouldn't make sense on a PTL, but for a VTL, it would improve the accuracy of the VTL's status screen, which shows how much data is on each tape.
idea Filed Under:
Comments
or even an option for a
or even an option for a secondary expiration - erase after X days of expiration.
It might be worthwhile to allow erase in background process - if drives are idle for X minutes, load a scratch tape and erase it...
NBU 7.0.1 on Solaris 10
writing to EMC 4206 VTL
duplicating to LTO2 in SL8500
(Soon to be LTO5)
using ACSLS 7.3.1
Very good idea. At the
Very good idea.
At the moment you can use bplabel command to erase the tapes. This will free the data from the tapes and the VTL will report the tape as empty.
You can make a script to do the same. Something like this:
for all tapes that are in scratch pool and the VTL
do
bplabel -m $tape
done
it can be run from the cron or manually. It does not have the "x days" parameter, but it gives you what you want.
Good idea all around
This would be a good idea all around especially for "data sensitive" environments where even in a PTL it may be required to "purge" old data for security sake once a retention is complete. However, you'd obviously have to have the tapes available otherwise it'd cause a panic from the system trying to find them.
-Austin Lazanowski Backups cost way too much until you needed them.
Would you like to reply?
Login or Register to post your comment.