2004 8:14 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Tape Scratch list
TSM does not monitor scratch tapes. If you use DRM, it will help handle
recovering offsite tapes that are empty.
I keep a drawer of scratch tapes. Whenever a tape is 'pending' (I set 3
days for my onsite tape pool,
TSM does not monitor scratch tapes. If you use DRM, it will help handle
recovering offsite tapes that are empty.
I keep a drawer of scratch tapes. Whenever a tape is 'pending' (I set 3
days for my onsite tape pool, so I can pull and review any tape errors,
and I review tapes coming back from off
esday, December 29, 2004 2:50 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Tape Scratch list
For example by:
"select * from libvolumes where STATUS = 'Scratch'" for a list of all
scratch-volumes
or
"select library_name,count(*) scratch from libvolumes where STATUS =
'Sc
For example by:
"select * from libvolumes where STATUS = 'Scratch'" for a list of all
scratch-volumes
or
"select library_name,count(*) scratch from libvolumes where STATUS = 'Scratch'
group by library_name,STATUS" for the number of scratch-volumes grouped per
library
Jeroen
-Original Me