changing the vmware backup host via command
Hi all
i would like to change the configuration of many vmware policies in netbackup via the command line interface. the desired change is the vmware backup host, i need to change the host, however being many, it would take a lot of time to use the console.
i have reviewed the bpplinfo command but did not find any attribute for exactly the vmware backup host.
any ideas are welcome.
thanks in advance
Hi
You should be able to use the (undocumented) -alt_client_name parameter to update the backup host (set to the new host you want to use or MEDIA_SERVER if you want to use any available - the equivalent of the default 'Backup Media Server' in the drop down).
So the command would be something like:
bpplinfo <policy> -modify -alt_cleint_name <new vmware backup host>It works on my 8.3 test system and I think I have used this before on older versions.