Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Add new Media Server to multiple clients

Updated: 10 Aug 2011 | 4 comments
cmbjosesuarez's picture
+1 1 Vote
Login to vote
This issue has been solved. See solution.

We recently decommissioned one of our media servers.  I'll call it MS01.   We then added a new media server, I'll call it MS02.

My question is, how can I remove MS01 from all the client properties and add MS02 without having to select each one under Netbackup Management > Host Properties > Clients and physically going through each one?

Thank you.

Comments

Gaurav21's picture
10
Aug
2011
2 Votes +2
Login to vote
FrSchind's picture
10
Aug
2011
1 Vote +1
Login to vote

build a file with the server

build a file with the server list you want all servers to have, like this:

 

SERVER = master

SERVER = media1

SERVER = media2

then run a loop over all clients with bpsetconfig -h <client> <file>

 

cmbjosesuarez's picture
10
Aug
2011
1 Vote +1
Login to vote

Thank you all for your help.

Thank you all for your help. Tahir's link seemed to be the easiest solution. Although the other recommendations worked as well.