ADSM-L

Re: To know what are empty scratch volumes in a pool

2004-10-26 14:38:57
Subject: Re: To know what are empty scratch volumes in a pool
From: "Gretchen L. Thiele" <gretchen AT PRINCETON DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 26 Oct 2004 14:38:46 -0400
select volume_name, status from libvolumes where status='Scratch'

or, if you have multiple libraries attached:

select library_name, volume_name, status from libvolumes where
status='Scratch'


Sandra wrote:

Dear All,
Please give me the knowledge of a query that can give me the names of tapes,
that in my scratch pool.

I know there are 3 tapes that are scratch, but i don't know the volume labels.
What command would give me the volume labels for those tapes?

Kind Regards,
Sandra

<Prev in Thread] Current Thread [Next in Thread>