Configuring Data Protection for SQL Server with Tivoli Storage Manager in a clustered environment

You can configure Data Protection for SQL Server to communicate with Tivoli® Storage Manager, and protect SQL Server workloads in a clustered environment.

About this task

By default, the VSS Requestor dsm.opt file is in the Tivoli Storage Manager backup-archive client installation directory, c:\Program Files\tivoli\tsm\baclient\dsm.opt.

The location of application-specific dsm.opt files depends on the application that is being protected, for example:

Microsoft SQL Server
c:\Program Files\tivoli\tsm\TDPSQL

Procedure

  1. Start MicrosoftManagement Console (MMC) by clicking Start > All Programs > Tivoli Storage Manager > Data Protection for Microsoft SQL Server > DP for SQL Management Console.
  2. From the start page, click Configuration. Alternatively, from the tree view, go to to the Configuration node. Then, double-click Wizards.
  3. In the results pane, double-click TSM Configuration to open the Tivoli Storage Manager Configuration Wizard.
  4. In the configuration wizard, select the application that you want to protect, for example, the SQL Server.
  5. On the Requirements Check page, locate the main panel. For the Cluster check, click Warnings.
  6. In the Issue Resolution dialog, specify the path to the VSSALTSTAGINGDIR directory that all cluster nodes can access. The VSSALTSTAGINGDIR path must point to an existing directory on a shared disk, for example, X:\vss_staging, or to a cluster shared volume, for example, C:\ClusterStorage\Volume1\vss_staging.
  7. Click OK and complete the configuration wizard. In a clustered environment, the Import VSS snapshots only when needed configuration option is selected by default.
  8. After you complete the configuration wizard, verify the VSSALTSTAGINGDIR path in the backup-archive client options file, baclient\dsm.opt. If the VSSALTSTAGINGDIR path is not correct, edit the file to specify the correct path. For example:
    # Tivoli Storage Manager backup-archive dsm.opt file
    NODename variable
    PASSWORDAccess generate
    TCPServeraddress variable.domain.com
    TCPPort variable
    CLUSTERnode no
    CLUSTERDISKSOnly no
    VSSALTSTAGINGDIR C:\ClusterStorage\Volume1\vss_staging
    # Data Protection for SQL dsm.opt file
    NODename variable
    PASSWORDAccess generate
    TCPServeraddress variable.domain.com
    TCPPort variable
    HTTPport variable
    CLUSTERnode yes
    For a Tivoli Storage Manager Server configuration, ensure that the VSSALTSTAGINGDIR directory path is specified only in the backup-archive client options file, baclient\dsm.opt.

    For a stand-alone configuration, ensure that the VSSALTSTAGINGDIR directory path is specified in the backup-archive client options file, baclient\dsm.opt, and in the Data Protection for SQL Server options file, tdpsql\dsm.opt.

  9. Repeat these steps on the other nodes in the cluster.