Re: Tape Scratch list

2004-12-30 Thread Kauffman, Tom
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,

Re: Tape Scratch list

2004-12-30 Thread Coats, Jack
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

Re: Tape Scratch list

2004-12-28 Thread Norita binti Hassan
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

Re: Tape Scratch list

2004-12-28 Thread Hooft, Jeroen
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