TDP - Installing Storage Manager for Databases (Microsoft SQL Server): Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== Planning == # Determine your backup strategy. ## VSS Backups (Full backup only) ## Legacy Backups (Full/Differential/Logs) == Server Preparation == # Two nodes must be re...")
 
No edit summary
Line 6: Line 6:
== Server Preparation ==
== Server Preparation ==
# Two nodes must be registered, the node that will be used for the Backup/Archive Client, and one for TDP.
# Two nodes must be registered, the node that will be used for the Backup/Archive Client, and one for TDP.
# <tt>'''tsm> REGISTER NODE <hostname/clustered name> <password> DOMAIN=<domain> CONTACT=<contact info>'''</tt>
# Register the Backup/Archive node.
## <tt>'''tsm> REGister Node <hostname/clustered name> <password> DOmain=<domain> CONtact=<contact info>'''</tt>
# Register the Data Protection node.
## <tt>'''tsm> REGister Node <hostname/clustered name>-TDP <password> DOmain=<domain> CONtact=<contact info>'''</tt>
# Create the proxy access for the agent.
## <tt>'''tsm> GRANT PROXynode TArget=<hostname/clustered name>-TDP AGent=<hostname/clustered name>'''</tt>




== Client Installation ==
== Client Installation ==
# Install the Tivoli Backup/Archive Client before proceeding.
# Install the Tivoli Backup/Archive Client before proceeding.
#
# Install the Data Protection for SQL Server.

Revision as of 13:54, 13 August 2014

Planning

  1. Determine your backup strategy.
    1. VSS Backups (Full backup only)
    2. Legacy Backups (Full/Differential/Logs)

Server Preparation

  1. Two nodes must be registered, the node that will be used for the Backup/Archive Client, and one for TDP.
  2. Register the Backup/Archive node.
    1. tsm> REGister Node <hostname/clustered name> <password> DOmain=<domain> CONtact=<contact info>
  3. Register the Data Protection node.
    1. tsm> REGister Node <hostname/clustered name>-TDP <password> DOmain=<domain> CONtact=<contact info>
  4. Create the proxy access for the agent.
    1. tsm> GRANT PROXynode TArget=<hostname/clustered name>-TDP AGent=<hostname/clustered name>


Client Installation

  1. Install the Tivoli Backup/Archive Client before proceeding.
  2. Install the Data Protection for SQL Server.