Configuring proxy relationships for VSS backups
Data Protection for Exchange ServerData Protection for SQL Server uses the IBM Storage® Protect backup-archive client to implement VSS backup operations. As such, you must use two node names for VSS operations; one for the backup-archive client and the other for Data Protection for Exchange ServerData Protection for SQL Server.
As part of the configuration procedure, a proxy relationship is defined for these node names. By default, this proxy relationship is defined when you run the configuration wizard. Follow the guidelines in this topic to manually complete the configuration.
The proxy relationship allows node names to process operations on behalf of another node name.
When you register these nodes to the IBM Storage Protect
server for VSS operations, specify the IBM Storage
Protect
USerid=<node name> parameter.
- Target node: A node name that controls data backup and restore operations and also owns the data on the IBM Storage Protect server. This node name is specified in the Data Protection for Exchange ServerData Protection for SQL Server dsm.opt file.
- Agent node: A node name that processes operations on behalf of a target node. This node name is specified in the backup-archive client dsm.opt file.
GRANT PROXYNODE TARGET=dpexc_node_namedpsql_node_name AGENT=dsmagent_node_name - Cluster node: A node name that stores data in a failover cluster or AlwaysOn availability group configuration.
GRANT PROXYNODE TARGET=alwayson-node agent=tdpsql-node
GRANT PROXYNODE TARGET=alwayson-node agent=dsmagentnode
GRANT PROXYNODE TARGET=tdpsql-node agent=dsmagentnode
- Cluster node: A node name that stores data in a failover cluster or DAG configuration.
GRANT PROXYNODE TARGET=dag-node agent=dpexc-node
GRANT PROXYNODE TARGET=dag-node agent=dsmagentnode
GRANT PROXYNODE TARGET=dpexc-node agent=dsmagentnode