NIKHIL234656595
12 years agoLevel 6
netbackup 100 client offline
Hi ALL,
I have an activity on my master server.
I need to make 100 client offline so that Backup SLA is not affected.
Can anybody provide me with complete scripts for this.
NBU 7.1
LINUX
I cant suspend my scheduler.
============================
for client in `cat listofclients`
do
bpclient -client $client -update -offline -ut -onlineat unixtime.
done
=====================================
Change this
bpclient -client -update -offline -ut -onlineat 1371859200
to thisbpclient -client -update -online