H_Sharma
10 years agoLevel 6
Master/Media/Clients
Hello Experts,
Pls help me with the below requirement.
Our audit team wants to have a look on each server to ensure whether its a master/media/nbu client.
So is there any file in windows/linux/solaris that shows its a master/media/nbu client?
1:Pls share the path...
2:-If no file pls let us know if we can run any command to check the same on each server to find the details.
Possibly your Windows admins will script it, scanning the entire AD OU of computers?
If so, they should be able to remotely query the registry key HKLM\Software\Veritas\NetBackup\CurrentVersion for key value "Install Type".
This REG_SZ key value will hold one of:
NetBackup Master Server
or NetBackup Media Server
or NetBackup Administration Console
or NetBackup Client
HTH.