Re: Amount of Data on a physical Tape Volume?

2003-03-26 Thread Mahesh Tailor
q vol volume name should give you what you're looking for. Of course, add f=d at the end of this command to get detailed information. Or, use select * from volumes where volume_name='XXX'. Mahesh [EMAIL PROTECTED] 03/26/03 01:26PM Hello all, Does anyone know the command to display the

Re: Amount of Data on a physical Tape Volume?

2003-03-26 Thread Garrison, Tony
do a q vol volume# then multiply the est capacity by the pct utilized. -Original Message- From: Nelson Kane [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 12:26 PM To: [EMAIL PROTECTED] Subject: Amount of Data on a physical Tape Volume? Hello all, Does anyone know

Re: Amount of Data on a physical Tape Volume?

2003-03-26 Thread Nelson Kane
In a message dated 3/26/03 2:49:17 PM Eastern Standard Time, [EMAIL PROTECTED] writes: do a q vol volume# then multiply the est capacity by the pct utilized Thanks! that worked.

Re: Amount of Data on a physical Tape Volume?

2003-03-26 Thread Nelson Kane
In a message dated 3/26/03 2:12:16 PM Eastern Standard Time, [EMAIL PROTECTED] writes: select * from volumes where volume_name= Thanks a lot!