Please enter search query.
Search <book_title>...
Veritas NetBackup™ Administrator's Guide, Volume II
Last Published:
2017-06-28
Product(s):
NetBackup (8.0)
- NetBackup licensing models and the nbdeployutil utility
- 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
bpclient commands that control client entries
The bpclient command creates, updates, lists, and deletes client entries. The following table shows the bpclient commands that control client entries.
Table: bpclient commands that control client entries
Action | Command |
---|---|
Create a dynamic client entry | On Windows: bpclient.exe -add -client client_name -dynamic_address 1 On UNIX: bpclient -add -client client_name -dynamic_address 1 Where client_name is the NetBackup client name. The -dynamic_address 1 argument indicates that the client uses dynamic IP addressing. It's possible to create entries with -dynamic_address 0 for static IP addressing. However, to do so is unnecessary and adversely affects performance. |
Delete a client entry | On Windows: bpclient.exe -delete -client client_name On UNIX: bpclient -delete -client client_name |
List a client entry |
On Windows: bpclient.exe -L -client client_name On UNIX: bpclient -L -client client_name |
List all client entries |
On Windows: bpclient.exe -L -All On UNIX: bpclient -L -All |