Does VTL usage drive during erase (bplaebl -erase process) ?
Hi All,
We run bplabel -erase on tapes in VTL to make them scrtach. During the process does VTL usage a tape drive (virtual) to erase the tape or is it just a software process (no actuall hardware involved ?) Thanks
My script
cat erase_media_tld33.ksh
for i in `cat /usr/openv/scripts/media_to_erase_tld33.list`
do
echo $i
/usr/openv/netbackup/bin/admincmd/bplabel -erase -m ${i} -d hcart2 -o -p scratch -host london01
done
cat /dev/null > /usr/openv/scripts/media_to_erase_tld33.list
Well the -erase option will actually long erase the media, so it has to be mounted first to the virtual tape drive first (or physical drive in the event of physical tapes), so yes there is hardware involved too, in the event of VTL, it's virtual hardware (apart from the disk that is used for VTL of course)