Veritas-bu

[Veritas-bu] Client list and associated policies

2005-09-21 14:39:41
Subject: [Veritas-bu] Client list and associated policies
From: Steve.Bally AT radisys DOT com (Steve.Bally AT radisys DOT com)
Date: Wed, 21 Sep 2005 11:39:41 -0700
This is a multipart message in MIME format.
--=_alternative 006682AD88257083_=
Content-Type: text/plain; charset="US-ASCII"

Will this work in a windows environment?

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.



"Piszcz, Justin" <jpiszcz AT servervault DOT com> 
09/21/2005 09:11 AM

To
<Mark.Donaldson AT cexp DOT com>, <Steve.Bally AT radisys DOT com>, 
<Veritas-bu AT mailman.eng.auburn DOT edu>
cc

Subject
RE: [Veritas-bu] Client list and associated policies






Very nice script, found two clients that were in two policies.
 

From: veritas-bu-admin AT mailman.eng.auburn DOT edu 
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu] On Behalf Of 
Mark.Donaldson AT cexp DOT com
Sent: Wednesday, September 21, 2005 10:52 AM
To: Steve.Bally AT radisys DOT com; Veritas-bu AT mailman.eng.auburn DOT edu
Subject: RE: [Veritas-bu] Client list and associated policies
 
Pretty output version:
 
#!/bin/ksh
PATH=$PATH:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/admincmd
for c in `bpplclients -allunique -noheader |awk '{print $3}'|sort|uniq `
do
  bppllist -byclient $c|\
      awk 'NR==1 && $1=="CLASS" {printf "%20s\t%s\n","'$c'",$2}
           NR>1  && $1=="CLASS" {printf "%20s\t%s\n"," ",$2}'
  echo
done
 
-----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 
Steve.Bally AT radisys DOT com
Sent: Tuesday, September 20, 2005 12:31 PM
To: Veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Client list and associated policies

All, 

NBU 5.1 
MP3A 
Windows 2003 Master 

I am trying to get a list of ALL clients and ALL the policies that the 
particular client is associated with, is there a command that can do this 
and dump it to a file? 

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.

--=_alternative 006682AD88257083_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Will this work in a windows 
environment?</font>
<br><font size=2 face="sans-serif"><br>
Steve Bally<br>
Systems Engineer<br>
RadiSys Corporation<br>
www.radisys.com<br>
steve.bally AT radisys DOT com<br>
Desk: 503-615-1207 <br>
Cell: 503-970-6201<br>
<br>
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.</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Piszcz, Justin&quot;
&lt;jpiszcz AT servervault DOT com&gt;</b> </font>
<p><font size=1 face="sans-serif">09/21/2005 09:11 AM</font>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">&lt;Mark.Donaldson AT cexp DOT 
com&gt;,
&lt;Steve.Bally AT radisys DOT com&gt;, &lt;Veritas-bu AT mailman.eng.auburn 
DOT edu&gt;</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">RE: [Veritas-bu] Client list
and associated policies</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2 color=#000080 face="Arial">Very nice script, found two
clients that were in two policies.</font>
<br><font size=2 color=#000080 face="Arial">&nbsp;</font>
<div align=center>
<br>
<hr></div>
<br><font size=2 face="Tahoma"><b>From:</b> veritas-bu-admin AT 
mailman.eng.auburn DOT edu
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu] <b>On Behalf Of 
</b>Mark.Donaldson AT cexp DOT com<b><br>
Sent:</b> Wednesday, September 21, 2005 10:52 AM<b><br>
To:</b> Steve.Bally AT radisys DOT com; Veritas-bu AT mailman.eng.auburn DOT 
edu<b><br>
Subject:</b> RE: [Veritas-bu] Client list and associated policies</font>
<br><font size=3 face="Times New Roman">&nbsp;</font>
<br><font size=2 color=blue face="Arial">Pretty output version:</font>
<br><font size=3 face="Times New Roman">&nbsp;</font>
<br><font size=2 color=blue face="Arial">#!/bin/ksh</font>
<br><font size=2 color=blue 
face="Arial">PATH=$PATH:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/admincmd<br>
for c in `bpplclients -allunique -noheader |awk '{print $3}'|sort|uniq
`<br>
do<br>
 &nbsp;bppllist -byclient $c|\<br>
 &nbsp; &nbsp; &nbsp;awk 'NR==1 &amp;&amp; $1==&quot;CLASS&quot; {printf
&quot;%20s\t%s\n&quot;,&quot;'$c'&quot;,$2}<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NR&gt;1 &nbsp;&amp;&amp; 
$1==&quot;CLASS&quot;
{printf &quot;%20s\t%s\n&quot;,&quot; &quot;,$2}'<br>
 &nbsp;echo<br>
done</font>
<br><font size=2 color=blue face="Arial">&nbsp;</font>
<br><font size=2 face="Tahoma">-----Original Message-----<b><br>
From:</b> veritas-bu-admin AT mailman.eng.auburn DOT edu 
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu]<b>On
Behalf Of </b>Steve.Bally AT radisys DOT com<b><br>
Sent:</b> Tuesday, September 20, 2005 12:31 PM<b><br>
To:</b> Veritas-bu AT mailman.eng.auburn DOT edu<b><br>
Subject:</b> [Veritas-bu] Client list and associated policies</font>
<br><font size=2 face="sans-serif"><br>
All,</font><font size=3 face="Times New Roman"> <br>
</font><font size=2 face="sans-serif"><br>
NBU 5.1</font><font size=3 face="Times New Roman"> </font><font size=2 
face="sans-serif"><br>
MP3A</font><font size=3 face="Times New Roman"> </font><font size=2 
face="sans-serif"><br>
Windows 2003 Master</font><font size=3 face="Times New Roman"> <br>
</font><font size=2 face="sans-serif"><br>
I am trying to get a list of ALL clients and ALL the policies that the
particular client is associated with, is there a command that can do this
and dump it to a file?</font><font size=3 face="Times New Roman"> <br>
</font><font size=2 face="sans-serif"><br>
Regards,</font><font size=3 face="Times New Roman"> </font><font size=2 
face="sans-serif"><br>
<br>
Steve Bally<br>
Systems Engineer<br>
RadiSys Corporation<br>
www.radisys.com<br>
steve.bally AT radisys DOT com<br>
Desk: 503-615-1207 <br>
Cell: 503-970-6201<br>
<br>
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.</font>
<br>
--=_alternative 006682AD88257083_=--

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