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

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
# Create the proxy access for the agent.
# Create the proxy access for the agent.
## <tt>'''tsm> GRANT PROXynode TArget=<hostname/clustered name>-TDP AGent=<hostname/clustered name>'''</tt>
## <tt>'''tsm> GRANT PROXynode TArget=<hostname/clustered name>-TDP AGent=<hostname/clustered name>'''</tt>
 
# Backup Strategy: Legacy Backups
## Create the full backup client schedule.
### <tt>'''tsm> DEFine SCHedule <domain> TDP-MSSQL-FULL DESCription="TDP for MSSQL Full Backup" ACTion=Command OBJects="<C:\path\to\sqlfull.bat>" STARTDate=MM/DD/YYYY STARTTime=HH:MM:SS SCHEDStyle=Enhanced DAYofweek=<day>'''</tt>
## Create the differential backup client schedule.
### <tt>'''tsm> DEFine SCHedule <domain> TDP-MSSQL-DIFF DESCription="TDP for MSSQL Differental Backup" ACTion=Command OBJects="<C:\path\to\sqldiff.bat>" STARTDate=MM/DD/YYYY STARTTime=HH:MM:SS SCHEDStyle=Enhanced DAYofweek=<day,day,day,...>'''</tt>
## Create the log backup client schedule.
### <tt>'''tsm> DEFine SCHedule <domain> TDP-MSSQL-FULL DESCription="TDP for MSSQL Full Backup" ACTion=Command OBJects="<C:\path\to\sqlfull.bat>" STARTDate=MM/DD/YYYY STARTTime=HH:MM:SS SCHEDStyle=ClassicDAYofweek=<day>'''</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.
# Install the Data Protection for SQL Server.

Revision as of 14:04, 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>
  5. Backup Strategy: Legacy Backups
    1. Create the full backup client schedule.
      1. tsm> DEFine SCHedule <domain> TDP-MSSQL-FULL DESCription="TDP for MSSQL Full Backup" ACTion=Command OBJects="<C:\path\to\sqlfull.bat>" STARTDate=MM/DD/YYYY STARTTime=HH:MM:SS SCHEDStyle=Enhanced DAYofweek=<day>
    2. Create the differential backup client schedule.
      1. tsm> DEFine SCHedule <domain> TDP-MSSQL-DIFF DESCription="TDP for MSSQL Differental Backup" ACTion=Command OBJects="<C:\path\to\sqldiff.bat>" STARTDate=MM/DD/YYYY STARTTime=HH:MM:SS SCHEDStyle=Enhanced DAYofweek=<day,day,day,...>
    3. Create the log backup client schedule.
      1. tsm> DEFine SCHedule <domain> TDP-MSSQL-FULL DESCription="TDP for MSSQL Full Backup" ACTion=Command OBJects="<C:\path\to\sqlfull.bat>" STARTDate=MM/DD/YYYY STARTTime=HH:MM:SS SCHEDStyle=ClassicDAYofweek=<day>


Client Installation

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