Veritas-bu

[Veritas-bu] RE: Client list to Policy / Class report

2005-10-27 12:29:07
Subject: [Veritas-bu] RE: Client list to Policy / Class report
From: Bill_Jorgensen AT csgsystems DOT com (Jorgensen, Bill)
Date: Thu, 27 Oct 2005 10:29:07 -0600
D'oh! Sorry. That is for policies...

This will get you clients of policies

bppllist <policy_name> |awk '$1=="CLIENT" {cl=$2} {print cl}'

If you like it quick and dirty...

for policy in `bppllist -allpolicies | awk '$1=="CLASS"
{pl=$2};$1=="INFO" && $12==0 {print pl}'`
do
        print "\n***** Policy name: ${policy} *****"
        bppllist ${policy} | awk '$1=="CLIENT" {cl=$2} {print cl}' |
sort -u
done

HTH,

Bill
----------------------------------
   Bill Jorgensen
   CSG Systems, Inc.
   (w) 303.200.3282
   (p) 303.947.9733
----------------------------------

-----Original Message-----
From: veritas-bu-admin AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu] On Behalf Of Gary
Sperano
Sent: Thursday, October 27, 2005 9:58 AM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] RE: Client list to Policy / Class report

Use bpplinfo and bppllist to obtain the necessary information

Gary A. Sperano Jr
Sr. System Back-up Administrator
EarthLink - Atlanta
(404) 748-6497 Desk
x24497 Ext.
speranoga AT corp.earthlink DOT net


Message: 2
Date: Thu, 27 Oct 2005 08:43:43 -0700
To: veritas-bu AT mailman.eng.auburn DOT edu
Cc: 
From: Steve.Bally AT radisys DOT com
Subject: [Veritas-bu] Client list to  Policy / Class report

This is a multi-part message in MIME format.

------=_NextPart_000_0059_01C5DAD2.89A64610
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: 7bit

All,

 

I am trying to audit the policies in my environment, and need to get a
listing of what clients are in what policy, and compare that with the
current list of servers.  Is there a command that can output the data
that I need.

 

Basically if a client is a Windows box and has a SQL database on it, I
want to make sure that the OS and the DB are being backed up.

 

Regards, 

 

Steve Bally
Systems Engineer
RadiSys Corporation
www.radisys.com
steve.bally AT radisys DOT com
Desk: 503-615-1207
Cell: 503-970-6201

 

This electronic message (Email) contains information which may be
confidential, privileged or otherwise protected from disclosure. The
information is intended to be used solely by the named recipient(s). If
you are not a named recipient, any review, disclosure, copying,
distribution or use of this transmission or its contents is prohibited.
If you have received this transmission (Email) in error, please notify
me immediately.


_______________________________________________
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>