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 Intelligent Policies
- 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 (legacy backup policies)
- 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 legacy SQL Server policies using clients and batch files
- About using batch files with NetBackup for SQL Server
- About schedule properties (NetBackup for SQL Server legacy policies)
- Backing up read-only filegroups (legacy SQL Server backup policies)
- 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
- NetBackup for SQL dialog box topics
- NetBackup for SQL dialog box fields
- 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
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 was performed by another client. 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
Restore databases in a SQL Server cluster to any of the nodes in the cluster
Restore databases in a multi-NIC environment across the private interface
Redirect a restore in a database mirroring environment to either of the database mirroring partners
To allow all clients to perform redirected restores:
On the master server, create a
No.Restrictions
file:On Windows:
install_path\NetBackup\db\altnames\No.Restrictions
On UNIX:
/usr/openv/netbackup/db/altnames/No.Restrictions
This file allows unrestricted privileges for redirected restores. You may need to add and remove this parameter according to your site policies.
To allow a specific client, host, or node to perform a redirected restore of any client's data:
On the master server, create an
altnames
file for each client, host, or node that you want to have permissions to perform redirected restores.For example:
To give
HostB
permissions to restore any client's data, create the following file:On Windows:
install_path\NetBackup\db\altnames\HostB
On UNIX:
/usr/openv/netbackup/db/altnames/HostB
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:
On Windows:
install_path\NetBackup\db\altnames\SQLHOST-NB
On UNIX:
/usr/openv/netbackup/db/altnames/SQLHOST-NB
If you have a SQL Server cluster or availability group (AG) with three nodes, give permissions for
NodeA
,NodeB
, andNodeC
to restore any client's data. Create the following files:On Windows:
install_path\NetBackup\db\altnames\NodeA
install_path\NetBackup\db\altnames\NodeB
install_path\NetBackup\db\altnames\NodeC
On UNIX:
/usr/openv/netbackup/db/altnames/NodeA
/usr/openv/netbackup/db/altnames/NodeB
/usr/openv/netbackup/db/altnames/NodeC