Veritas NetBackup™ for Microsoft SQL Server Administrator's Guide
- Introducing NetBackup for SQL Server
- Installing NetBackup for SQL Server
- Instance Management for SQL Server Intelligent Policies
- Viewing the SQL Server instances and instance groups in instance management
- About registering SQL Server instances
- Configuring SQL Server backups with SQL Server Intelligent Policy
- Configuring NetBackup for SQL Server
- Performing restores of SQL Server
- Redirecting a SQL Server database to a different host
- Restoring multistreamed SQL Server backups
- Protecting SQL Server data with VMware backups
- About protecting SQL Server data with VMware backups
- Using NetBackup for SQL Server with Snapshot Client
- Using copy-only snapshot backups to affect how differentials are based
- About SQL Server agent grouped backups (legacy SQL Server policies)
- Protecting SQL Server in high availability (HA) environments
- About using NetBackup to protect SQL Server availability groups
- About protecting the preferred replica in a SQL Server availability group (legacy backup policies)
- About protecting a specific node in a SQL Server availability group
- About NetBackup for SQL Server with database mirroring
- Backup and recovery concepts
- Overview of SQL Server backup and recovery concepts
- About recovery factors for SQL Server
- Using NetBackup for SQL Server with multiple NICs
- Configuring backups with legacy SQL Server policies using clients and batch files
- About using batch files with NetBackup for SQL Server
- About schedule properties
- Backing up read-only filegroups
- Performing user-directed operations with dbbackex
- Using bplist to retrieve a list of SQL Server backups
- SQL Server backups and restores in an SAP environment (legacy SQL Server policies)
- About SQL Server backups and restores in an SAP environment
- Troubleshooting
- About debug logging for SQL Server troubleshooting
- Disaster recovery of a SQL Server
- Appendix A. Sample batch files
- About sample backup batch files for legacy SQL Server policies
- About sample restore batch files
- About sample backup batch files for legacy SQL Server policies
- Appendix B. Multiplexed backups
- Appendix C. Register authorized locations
Configuring permissions for redirected restores
Certain restore procedures or environments require that you configure permissions for redirected restores. This configuration allows a client to restore a backup that another client performed. See the NetBackup Administrator's Guide, Volume I for complete details on redirected restores.
You must configure the master server for redirected restores if you want to do the following:
Redirect the restore of ClientA to ClientB
Redirect a restore in a database mirroring environment to either of the database mirroring partners
You do not need to configure redirected restores for the following configurations. Instead these environments require that you configure the mappings for distributed application restores. You also need to review the auto-discovered mappings for the hosts in your environment.
Restore databases in a SQL Server cluster to any of the nodes in the cluster
Restore databases in an availability group (AG) to any of the nodes in the AG
Restore clustered databases in a multi-NIC environment across the private interface
See Reviewing the auto-discovered mappings in Host Management.
See Configuring mappings for restores of a distributed application, cluster, or virtual machine .
To allow a specific client or host to perform a redirected restore
- On the master server, create an
altnames
file for each client or host that you want to have permissions to perform redirected restores.For example, to give
HostB
permissions to redirect a restore, create the following file:On Windows:
install_path\NetBackup\db\altnames\HostB
On UNIX:
/usr/openv/netbackup/db/altnames/HostB
- In the
altnames
file, add the names of the hosts whose files the requesting client wants to restore.For example, assume that you want
HostB
to have permissions to redirect restores fromHostA
. Then addHostA
to theHostB
file.
To give a SQL Server host the permissions to restore backups in a multi-NIC environment
- Create an
altnames
file with the private name of the host, for exampleSQLHOST-NB
.On Windows:
install_path\NetBackup\db\altnames\SQLHOST1-NB
On UNIX:
/usr/openv/netbackup/db/altnames/SQLHOST1-NB
- In the
altnames
file, add the names of the hosts whose files the requesting client wants to restore.For example, assume that you want
SQLHOST1-NB
to have permissions to redirect restores fromSQLHOST2-NB
. Then addSQLHOST2-NB
to theSQLHOST1-NB
file.