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. NetBackup™ Administrator's Guide, Volume I
  3. Section V. Configuring backups
  4. About the NetBackup database
  5. Post-installation tasks
  6. Moving a database after installation
NetBackup™ Administrator's Guide, Volume I

Moving a database after installation

The NetBackup database (NBDB) and the NetBackup authorization database (NBAZDB), are created on the primary server by default. To improve performance, you can use the NetBackup database administration utilities or command-line options to change the location of the databases.

Note the following:

  • If BMR is installed and you want to move its database, it must reside on the primary server.

  • Due to performance issues, you can only move a database to another disk or volume. The disk or volume must be locally attached.

    NetBackup does not support saving the NetBackup database (NBDB, including EMM), NBAZDB, or the configuration files to a remote NFS share. CIFS is supported on some SAN storage and NAS storage.

  • Run a catalog backup to back up NBDB and BMRDB both before and after moving the databases.

Moving a NetBackup database on Windows

The following instructions describe how to use the database administration utility to move a database.

You can also use the following command:

install_path\Veritas\NetBackup\bin\nbdb_move.exe

You can run the nbdb_move command at any time because it does not drop the database and recreate it. Therefore all the data is preserved.

To move a NetBackup database on Windows

  1. Perform a catalog backup.
  2. Shut down all NetBackup services by typing the following command:

    install_path\Veritas\NetBackup\bin\bpdown

  3. Start the NetBackup Scale-Out Relational Database Manager service:

    install_path\Veritas\NetBackup\bin\bpup -e vrtsdbsvc_psql

  4. Start the NetBackup Database Administration utility and enter the database logon password. Click OK.
  5. From the Database list, select the database that you want to move.
  6. Select the Tools tab.
  7. Click Move.
  8. Select Move data to and browse to the new location.
  9. NetBackup does not require that the database directories are world-writable. Make sure that the new database directories (data_directory) have appropriate permissions so that the directories are not world-writable.

  10. Start all services by typing the following command:

    install_path\Veritas\NetBackup\bin\bpup

  11. Perform a catalog backup.
Moving a NetBackup database on UNIX

To move a NetBackup database on UNIX

  1. Perform a catalog backup.
  2. Shut down all NetBackup daemons by typing the following command:

    /usr/openv/netbackup/bin/bp.kill_all

  3. Start the NetBackup Scale-Out Relational Database Manager daemon:

    /usr/openv/netbackup/bin/nbdbms_start_stop start

  4. Use one of the following methods to move the existing databases:
    • Use the Move Database option in the NetBackup Database Administration utility (dbadm).

    • Enter the following command:

      /usr/openv/db/bin/nbdb_move

      -data data_directory

      You can run the nbdb_move command at any time because it does not drop the database and recreate it. Thus, all data is preserved.

      /usr/openv/db/bin/nbdb_move -data data_directory

    Note:

    NetBackup does not require that the database directories are world-writable. Make sure that the new database directories (data_directory) have appropriate permissions so that the directories are not world-writable.

  5. Start all NetBackup daemons by typing the following command:

    /usr/openv/netbackup/bin/bp.start_all

  6. Perform a catalog backup.

Feedback

Was this page helpful?
Previous

Changing the NetBackup database password

Next

Copying the NetBackup databases

Feedback

Was this page helpful?