Important Update: Cohesity Products Knowledge Base Articles
All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/s/searchunify. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.
Description
Command line option to get client NetBackup version, operating system (OS), and hardware type.
To get client information, run the following command from the Master server:
bpgetconfig -g <client_name> -L
Note: Where <client_name> is the host for which you want to get configuration information.
UNIX/Linux: /usr/openv/netbackup/bin/admincmd/
Windows: install_path\Veritas\NetBackup\bin\admincmd\
Add the -L and -A options (when using -g or -s) to get the NetBackup patch level.
Example, Linux master:
bpgetconfig -g nbmaster2 -L Client/Master = Master NetBackup Client Platform = Linux, RedHat2.6.32NetBackup Client Protocol Level = 8.3.0Product = NetBackup Version Name = 8.3Version Number = 830000 NetBackup Installation Path = /usr/openv/netbackup/bin Client OS/Release = Linux, 3.10.0-693.el7.x86_64
Example, Windows client:
bpgetconfig -g nbclient1 -L Client/Master = ClientNetBackup Client Platform = PC-x64, WindowsXPNetBackup Client Protocol Level = 8.3.0Product = NetBackup Version Name = 8.3Version Number = 830000 NetBackup Installation Path = C:\Program Files\Veritas\NetBackup\bin Client OS/Release = Windows2016 10
For more information, please consult the Commands Reference Guide specific to your NetBackup version.