Veritas-bu

[Veritas-bu] Listing policies and storage units

2006-06-28 13:30:49
Subject: [Veritas-bu] Listing policies and storage units
From: Mark.Donaldson at cexp.com (Mark.Donaldson AT cexp DOT com)
Date: Wed, 28 Jun 2006 11:30:49 -0600
It's not perfect but it's pretty good:
 
bppllist -allpolicies | awk '{
if ($1=="CLASS") {c=$2;stu="";printf("\n%24s: ",c)}
if ($1=="RES" || $1=="SCHEDRES" ){
  F=2
  while($F!~/NULL/ && F<=NF) {if($F!=stu){stu=$F;printf("%12s
",$F)};F++}
  }
}END{printf("\n")}'

 
 


________________________________

From: veritas-bu-bounces at mailman.eng.auburn.edu
[mailto:veritas-bu-bounces at mailman.eng.auburn.edu] On Behalf Of Hindle,
Greg
Sent: Wednesday, June 28, 2006 7:41 AM
To: veritas-bu at mailman.eng.auburn.edu
Subject: [Veritas-bu] Listing policies and storage units



Nb 5.0 mp6 Solaris 9 

How do I get a list of policy and what storage units they are pointing
to? 


Greg 

>>> This e-mail and any attachments are confidential, may contain legal,
professional or other privileged information, and are intended solely
for the
addressee.  If you are not the intended recipient, do not use the
information
in this e-mail in any way, delete this e-mail and notify the sender.
CEG-IP2



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