Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Administrator's Guide, Volume II
  3. Additional configuration
  4. About dynamic host name and IP addressing
  5. Configuring the NetBackup master server
Veritas NetBackup™ Administrator's Guide, Volume II

Configuring the NetBackup master server

Use the following procedure to configure the NetBackup master server.

To configure the NetBackup master server

  1. 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).
  2. 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
  3. 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
  4. 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.

Feedback

Was this page helpful?
Previous

About setting up dynamic IP addresses and host names

Next

bpclient commands that control client entries

Feedback

Was this page helpful?