Lawrence Clark
Sent: Friday, March 05, 2004 10:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Script to checkout tapes
Guess it would depend on your server and tape library environment:
/home/root/bin/dsmcmd \
"select volume_name from volumes where stgpol_name="STGPOOL1' AND NOT
Guess it would depend on your server and tape library environment:
/home/root/bin/dsmcmd \
"select volume_name from volumes where stgpol_name="STGPOOL1' AND NOT
access='OFFSITE' " > SQLLIST
grep "^[000]" SQLTEST > VOLLIST
Offsitevols < VOLLIST
Offsitevo
You're opening a big can of worms doing it with only 1 drive. That and you
need to deal with the fact that tape reclamation is a pain in the butt to deal
with tapes that aren't left in the library. Are you planning on taking just
the exchange data out of the library, or both the exchange data *a
I am going to install an Exchange server with a TSM client and backup
all the data to our TSM server. Every day I would like the TSM server to
checkout the volume/s that are used by the Exchange node (we are going
to be taking a full backup each day). Does anyone out there have an
example of a scri