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. Post-installation tasks
  6. Adding a mirrored transaction log
Veritas NetBackup™ Administrator's Guide, Volume I

Adding a mirrored transaction log

The transaction logs NBDB.log and BMRDB.log are critical files used to recover the SQL Anywhere databases.

For extra protection, use a mirrored transaction log. Create this mirrored log in a different directory from the original log.

To create a mirrored transaction log on a Windows computer

  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 SQL Anywhere service by typing the following command:

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

  4. Create the mirrored transaction log:

    Enter the following command:

    install_path\Veritas\NetBackup\bin\nbdb_move.exe -mloglog_mirror_directory

    To move the existing data, index, transaction log files, and create the mirrored transaction log, enter the following command:

    install_path\Veritas\NetBackup\bin\nbdb_move.exe -datadata_directory-index index_directory -tlog log_directory-mlog log_mirror_directory

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

    install_path\Veritas\NetBackup\bin\bpup

  6. Perform a catalog backup.

To create a mirrored transaction log on a UNIX computer

  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 SQL Anywhere daemon by typing the following command:

    /usr/openv/netbackup/bin/nbdbms_start_stop start

  4. Create the mirrored transaction log:

    Enter the following command:

    /usr/openv/db/bin/nbdb_move -mlog log_mirror_directory

    To move the existing data, index, transaction log files, and create the mirrored transaction log, enter the following command:

    /usr/openv/db/bin/nbdb_move -data data_directory-index index_directory -tlog log_directory-mlog log_mirror_directory

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

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

  6. Perform a catalog backup.

More Information

About catalog backups

Moving NBDB database files after installation

Feedback

Was this page helpful?
Previous

Moving NBDB database files after installation

Next

Creating the NBDB database manually

Feedback

Was this page helpful?