Please enter search query.
Search <book_title>...
Veritas NetBackup™ Administrator's Guide, Volume II
Last Published:
2018-09-19
Product(s):
NetBackup (8.1.2)
Platform: Linux,UNIX,Windows
- NetBackup licensing models and the nbdeployutil utility
- Creating and viewing the licensing report
- Reviewing a capacity licensing report
- Reconciling the capacity licensing report results
- Reviewing a traditional licensing report
- Additional configuration
- About dynamic host name and IP addressing
- About busy file processing on UNIX clients
- About the Shared Storage Option
- About configuring the Shared Storage Option in NetBackup
- Viewing SSO summary reports
- About the vm.conf configuration file
- Holds Management
- Menu user interfaces on UNIX
- About the tpconfig device configuration utility
- About the NetBackup Disk Configuration Utility
- Reference topics
- Host name rules
- About reading backup images with nbtar or tar32.exe
- Factors that affect backup time
- NetBackup notify scripts
- Media and device management best practices
- About TapeAlert
- About tape drive cleaning
- How NetBackup reserves drives
- About SCSI persistent reserve
- About the SPC-2 SCSI reserve process
- About checking for data loss
- About checking for tape and driver configuration errors
- How NetBackup selects media
- About Tape I/O commands on UNIX
Configuring the NetBackup master server
Use the following procedure to configure the NetBackup master server.
To configure the NetBackup master server
- On the master server, create the NetBackup backup policies. For client name lists, use the NetBackup client names (for example, nbclient01) rather than the dynamic network host names (for example, dynamic01).
- Create the client database on the master server.
The client database consists of directories and files in the following directory:
On Windows:
install_path\NetBackup\db\client
On UNIX:
/usr/openv/netbackup/db/client
- Create, update, list, and delete client entries with the bpclient command.
The bpclient command is in the following directory:
On Windows:
install_path\NetBackup\bin\admincmd
On UNIX:
/usr/openv/netbackup/bin/admincmd
See bpclient commands that control client entries.
In the example, enter the following commands to create the 20 clients:
On Windows:
cd install_path\NetBackup\bin\admincmd
On UNIX:
cd /usr/openv/netbackup/bin/admincmd bpclient -add -client nbclient01 -dynamic_address 1 bpclient -add -client nbclient02 -dynamic_address 1 bpclient -add -client nbclient03 -dynamic_address 1 bpclient -add -client nbclient04 -dynamic_address 1 . . . bpclient -add -client nbclient20 -dynamic_address 1
- To see what is currently in the client database, run bpclient as follows:
On Windows:
install_path\NetBackup\bin\admincmd\bpclient -L -All
On UNIX:
/usr/openv/netbackup/bin/admincmd/bpclient -L -All
The output is similar to the following:
Client Name: nbclient01 Current Host: Hostname: *NULL* IP Address: 0.0.0.0 Connect on non-reserved port: no Dynamic Address: yes Client Name: nbclient02 Current Host: Hostname: *NULL* IP Address: 0.0.0.0 Connect on non-reserved port: no Dynamic Address: yes . . . Client Name: nbclient20 Current Host: Hostname: *NULL* IP Address: 0.0.0.0 Connect on non-reserved port: no Dynamic Address: yes
The NetBackup client notifies the NetBackup server of its NetBackup client name and network host name. Then the Current Host, Hostname, and IP address fields display the values for that NetBackup client.