Veritas-bu

[Veritas-bu] bpsetconfig Query

2006-11-13 15:29:07
Subject: [Veritas-bu] bpsetconfig Query
From: jonathan.marianu at cingular.com (Marianu, Jonathan)
Date: Mon, 13 Nov 2006 12:29:07 -0800
 
Dave,

You can create a file that contains the parameters you wish to set and
execute
bpsetconfig -h $server FILE_NAME

to obtain the list for clients use bpplclients.
At this point you have two options; a for loop or an awk script.
for i in `cat bpplclients.ou`
do
bpsetconfig -h $i FILE_NAME
done

Alternatively you can use awk:
bpplclients '/PC/{print "bpsetconfig -h " $3  "FILE_NAME"}'

Hope that points you in the right direction.
There is a lot more to know about bpgetconfig/bpsetconfig
___________________________________
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__________________________________________
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

Manager: John Menzik
(425) 288-8690



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