The "bpminlicense" utility manages a NetBackup license file. The preferred method to manage NetBackup licenses is to use the Help > License Keys panel in the NetBackup Administration Console.
Windows command location: %install_path%\VERITAS\NetBackup\bin\admincmd
UNIX command location: /usr/openv/netbackup/bin/admincmd
Options:
bpminlicense -add_keys
bpminlicense -delete_keys
bpminlicense -find_keys -verbose
bpminlicense -list_keys -verbose
-list_keys - Lists the keys in the NetBackup license file.
-verbose - Displays additional information to standard output.
-add_keys | -delete_keys | -find_keys keystring1 .. keystringn - Respectively, these options find and list, add, or delete one or more specified keystrings in the NetBackup license file.
Tips for NBU Administrator. Do note that most of the articles are taken from Symantec.com.
Showing posts with label Guide. Show all posts
Showing posts with label Guide. Show all posts
Thursday, 10 May 2012
Friday, 20 April 2012
Verify NBU Name Resolution - Using "bpclntcmd"
“bpclntcmd” is a useful utility that can be run from any host. It will help determine if name resolution is working properly from NetBackup’s perspective. Test bpclntcmd between hosts where problems exist. This is often between the Client and Media Server.
Windows command location: %install_path%\VERITAS\NetBackup\bin\
UNIX command location: /usr/openv/netbackup/bin
Switches and variations:
bpclntcmd -pn
bpclntcmd -self
bpclntcmd -hn <hostname_of_master server, media server, or client>
bpclntcmd -ip <ip_of_master server, media server, or client>
The goal of these commands is to make sure the hostname is seen the same way after each command with no errors. Below is an explanation of what each switch does:
-pn - The client process on the host connects to the Master Server and asks the question "Who am I?". The second line of the output is the result. This is how the client process on the host is being seen by the Master Server.
-self - Checks how the local host can be resolved. Ideally, there should be only 1 unique hostname and 1 unique IP address.
-hn - Checks the given hostname and returns an IP.
-ip - Checks the given IP and returns a hostname.
If there is any inconsistency or errors in the results of these commands, it may be necessary to add a local host entry in the operating system (etc hosts file) for the host to ensure proper name resolution.
Windows command location: %install_path%\VERITAS\NetBackup\bin\
UNIX command location: /usr/openv/netbackup/bin
Switches and variations:
bpclntcmd -pn
bpclntcmd -self
bpclntcmd -hn <hostname_of_master server, media server, or client>
bpclntcmd -ip <ip_of_master server, media server, or client>
The goal of these commands is to make sure the hostname is seen the same way after each command with no errors. Below is an explanation of what each switch does:
-pn - The client process on the host connects to the Master Server and asks the question "Who am I?". The second line of the output is the result. This is how the client process on the host is being seen by the Master Server.
-self - Checks how the local host can be resolved. Ideally, there should be only 1 unique hostname and 1 unique IP address.
-hn - Checks the given hostname and returns an IP.
-ip - Checks the given IP and returns a hostname.
If there is any inconsistency or errors in the results of these commands, it may be necessary to add a local host entry in the operating system (etc hosts file) for the host to ensure proper name resolution.
Subscribe to:
Posts (Atom)