To Check the vCenter Connectivity and Information from Backup Server - VMWare backup
Hi Friends
I there any command available by using which I can Identify the VM host is connected to Which vCenter? I have only access to Master and Media Server, No Access to Client is available.
Please let me know in case it is feasible.
Ah! I think I see what you are asking.
Well - you can create a new policy of type VMware, set the backup host on the VMware tab - and then on the clients list you can select Add and Browse - there you can see them all
This is done automatically every 8 hours by NetBackup and it creates an XML file on the VMware Backup host (stored under the vmware directory under the machines temp directory if i remember correctly - or \program files\veritas\netbackup\online_util\fi_cntl\)
All details are stored in that and i think they are also stored under the bpvmutil log folder too - as before every backup it queries the list
The command it runs is the nbdiscover command - from a previous post this is the type of command used:
nbdiscover -noxmloutput "vmware:/?filter=vCenter Contains 'vcenter01'"

