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 I
  3. Section V. Configuring backups
  4. About the NetBackup relational database
  5. Terminating database connections
Veritas NetBackup™ Administrator's Guide, Volume I

Terminating database connections

Before you run nbdb_unload, shut down NetBackup to terminate all active connections to the database. Shutting down NetBackup eliminates any possible concurrency problems.

To terminate database connections on Windows

  1. Shut down all NetBackup services by typing the following command:

    install_path\NetBackup\bin\bpdown

  2. In the Windows Services Manager, restart the service titled NetBackup Relational Database Manager.
  3. Use one of the following methods to terminate database connections:
    • Use the NetBackup Database Administration utility.

      See Using the NetBackup Database Administration utility on Windows.

    • Run nbdb_unload and indicate the outputs (database name, table lists, or schema only) and the destination directory.

  4. Stop the SQL Anywhere service by typing the following command:

    install_path\NetBackup\bin\bpdown -e SQLANYs_VERITAS_NB

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

    install_path\NetBackup\bin\bpup

To terminate database connections on UNIX

  1. Shutdown all NetBackup daemons by typing the following command:

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

  2. Start the SQL Anywhere daemon by typing the following command:

    /usr/openv/netbackup/bin/nbdbms_start_stop start

  3. Start only the database server by using /usr/openv/netbackup/bin/nbdbms_start_stop start
  4. Use one of the following methods to terminate database connections:
    • Use the NetBackup Database Administration utility.

      See Using the NetBackup Database Administration utility on UNIX.

    • Run nbdb_unload and indicate the outputs (database name, table lists, or schema only) and the destination directory.

  5. Shut down the database server by using /usr/openv/netbackup/bin nbdbms_start_stop stop.
  6. Stop the SQL Anywhere daemon by typing the following command:

    /usr/openv/netbackup/bin/nbdbms_start_stop stop

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

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

Veritas does not recommend using reload.sql to make a copy of the relational databases in a production environment. Use the NetBackup Database Administration utility or nbdb_backup to make a physical copy or use nbdb_move to relocate the database files.

Feedback

Was this page helpful?
Previous

Unloading the NetBackup database

Next

Managing backup images

Feedback

Was this page helpful?