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 number of MB/GB occupying a
tape.
I can query the contents, but that gives me a name of files and not how
much
data is on the volume. I am using TSM 4.1 on AIX 4.3.3.
Thanks in Advance!
-kane


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 the command to display the number of MB/GB occupying a tape.
I can query the contents, but that gives me a name of files and not how much
data is on the volume. I am using TSM 4.1 on AIX 4.3.3.
Thanks in Advance!
-kane


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!