Veritas-bu

[Veritas-bu] Tape usage !

2002-10-07 15:16:01
Subject: [Veritas-bu] Tape usage !
From: MSyed AT xo DOT com (Syed, Mukarram)
Date: Mon, 7 Oct 2002 14:16:01 -0500
available_media can do it for you or to break up by Volume Pool you can do
the following:

Simple Script to get all the Media Information that belongs to a Certain
Volume Pool.
Here the Volume Pool is "Unix".

moon# for id in `bpmedialist -p Unix | grep "^[0-9].*" | awk '{print $1}'`
> do 
> echo ""
> echo =========================
> echo $id
> echo =========================
> bpimmedia -L -mediaid $id
> done >/tmp/bpimmedia_UNIX.txt



-----Original Message-----
From: Karunanidhi Subramanian [mailto:karunanidhis AT hotmail DOT com]
Sent: Monday, October 07, 2002 11:29 AM
To: Veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Tape usage !


Hi Folks !
How do I generate a report on tape usage. I use to regularly add SCRATCH 
tapes but somehow they all disappear very soon.  I need to justify to the 
management that I need more tapes. Is there anyway I can do a break-up on 
data backed up by Class/Pool ??
Thanks very much.

- Karun


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

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