Veritas-bu

[Veritas-bu] WIN Exclude lists from command line?

2003-02-10 12:23:51
Subject: [Veritas-bu] WIN Exclude lists from command line?
From: scott.kendall AT abbott DOT com (scott.kendall AT abbott DOT com)
Date: Mon, 10 Feb 2003 11:23:51 -0600
This is a multipart message in MIME format.
--=_alternative 005F897D86256CC9_=
Content-Type: text/plain; charset="us-ascii"

you can use reg.exe from MS

what version of NBU?  I think there new in 4.5, but you can use 
bpgetconfig and bpsetconfig (they'll work from 4.5 master or admin console 
on 3.4 client)

the following will show all attributes for the client. yes, they shouldn't 
have used -M.  it actually works for clients as well.  if you want to see 
a specific attribute add the name of it to the line optionally.

bpgetconfig -M <client> [attribute name]

to set things use bpsetconfig with a file that contains the information 
for the field being updated.  for something like exclude that can have 
multiple values, it won't append so you'll have to have all existing 
values you want to keep in addition to the new/changed values.

bpsetconfig -h <client> <file>

if you don't want to use a file you can do the following (again you have 
issues you have to deal with for multiple values)

echo attribute = value | bpsetconfig -h <client>

for multiple value attributes you can do something like this on windows

(echo attribute = value1 && echo attribute = value2) | bpsetconfig -h 
<client>

or this on unix

(echo attribute = value1 ; echo attribute = value2) | bpsetconfig -h 
<client>


- Scott





"W. Curtis Preston" <curtis AT thestoragegroup DOT com>
Sent by: veritas-bu-admin AT mailman.eng.auburn DOT edu
02/07/2003 01:33 PM

 
        To:     <veritas-bu AT mailman.eng.auburn DOT edu>
        cc: 
        Subject:        [Veritas-bu] WIN Exclude lists from command line?


Hey everyone!

I'm trying to figure out if there's any way to list a Window's client's
exclude list on the command line.  Or can I only see it by pulling up
the backup and restore GUI?  Better yet, can you SET the exclude list
for a Windows client from the command line?

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



--=_alternative 005F897D86256CC9_=
Content-Type: text/html; charset="us-ascii"


<br><font size=2 face="Arial">you can use reg.exe from MS</font>
<br>
<br><font size=2 face="Arial">what version of NBU? &nbsp;I think there new in 
4.5, but you can use bpgetconfig and bpsetconfig (they'll work from 4.5 master 
or admin console on 3.4 client)</font>
<br>
<br><font size=2 face="Arial">the following will show all attributes for the 
client. yes, they shouldn't have used -M. &nbsp;it actually works for clients 
as well. &nbsp;if you want to see a specific attribute add the name of it to 
the line optionally.</font>
<br>
<br><font size=2 face="Arial">bpgetconfig -M &lt;client&gt; [attribute 
name]</font>
<br>
<br><font size=2 face="Arial">to set things use bpsetconfig with a file that 
contains the information for the field being updated. &nbsp;for something like 
exclude that can have multiple values, it won't append so you'll have to have 
all existing values you want to keep in addition to the new/changed 
values.</font>
<br>
<br><font size=2 face="Arial">bpsetconfig -h &lt;client&gt; &lt;file&gt;</font>
<br>
<br><font size=2 face="Arial">if you don't want to use a file you can do the 
following (again you have issues you have to deal with for multiple 
values)</font>
<br>
<br><font size=2 face="Arial">echo attribute = value | bpsetconfig -h 
&lt;client&gt;</font>
<br>
<br><font size=2 face="Arial">for multiple value attributes you can do 
something like this on windows</font>
<br>
<br><font size=2 face="Arial">(echo attribute = value1 &amp;&amp; echo 
attribute = value2) | bpsetconfig -h &lt;client&gt;</font>
<br>
<br><font size=2 face="Arial">or this on unix</font>
<br>
<br><font size=2 face="Arial">(echo attribute = value1 ; echo attribute = 
value2) | bpsetconfig -h &lt;client&gt;</font>
<br>
<br>
<br><font size=2 face="Arial">- Scott</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>&quot;W. Curtis Preston&quot; &lt;curtis 
AT thestoragegroup DOT com&gt;</b></font>
<br><font size=1 face="sans-serif">Sent by: veritas-bu-admin AT 
mailman.eng.auburn DOT edu</font>
<p><font size=1 face="sans-serif">02/07/2003 01:33 PM</font>
<br>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To: &nbsp; 
&nbsp; &nbsp; &nbsp;&lt;veritas-bu AT mailman.eng.auburn DOT edu&gt;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; 
&nbsp; &nbsp; &nbsp;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject: &nbsp; 
&nbsp; &nbsp; &nbsp;[Veritas-bu] WIN Exclude lists from command 
line?</font></table>
<br>
<br>
<br><font size=2 face="Courier New">Hey everyone!<br>
<br>
I'm trying to figure out if there's any way to list a Window's client's<br>
exclude list on the command line. &nbsp;Or can I only see it by pulling up<br>
the backup and restore GUI? &nbsp;Better yet, can you SET the exclude list<br>
for a Windows client from the command line?<br>
<br>
_______________________________________________<br>
Veritas-bu maillist &nbsp;- &nbsp;Veritas-bu AT mailman.eng.auburn DOT edu<br>
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu<br>
</font>
<br>
<br>
--=_alternative 005F897D86256CC9_=--

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