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™ for Microsoft SQL Server Administrator's Guide
  3. Appendix A. Other configurations
  4. About NetBackup for SQL Server with database mirroring
  5. Configure NetBackup to support database mirroring
NetBackup™ for Microsoft SQL Server Administrator's Guide

Configure NetBackup to support database mirroring

To use database mirroring with NetBackup, both the principal and the mirror should be set up as clients of the same primary server.

To configure NetBackup to support database mirroring

  1. The hosts that contain both databases should specify the same primary server in their server lists.
  2. Any policy that is used to back up the principal should also specify the host that contains the mirror database.

    See Perform simultaneous backups for mirrored partners.

  3. On the primary server, configure permissions for a redirected restored for both mirroring partners.

    See Configuring permissions for redirected restores.

  4. (Conditional) If you specify the fully-qualified domain name (FQDN) for the client in the backup policy, you need to create an alias for the short client name. This alias lets you successfully browse for a backup image and restore it in a mirrored environment. NetBackup attempts to find a mirrored partner backup image using the short name of the client host (for example, client1). However, the backup image in this case is stored using the FQDN (for example, client1.domain.com).

    You can create an alias in one of the following ways:

    • On the NetBackup client, create the following touch file:

      install_path\dbext\mssql\ClientNameMapping.txt

      Add an entry <short name of client host> <FQDN of client host>. For example:

      client1 client1.domain.com

    • On the NetBackup primary server, use the bpclient command to create the alias:

      bpclient -client client_name -M master_server -add_alias alias_name

      For example:

      bpclient -client client1.domain.com -M primary.domain.com -add_alias hpe013-vm02

      You must use the FQDN for the -client argument.

Feedback

Was this page helpful?
Previous

About NetBackup for SQL Server with database mirroring

Next

Perform simultaneous backups for mirrored partners

Feedback

Was this page helpful?