TSM 6.3: Restore SQL Database


TSM SQL database restoration method is very flexible. My example is just a small taste of it. Example 1: Restore DB with same name to the same server 1) Delete the table dbo.ChunkData from the ReportServerTempDB to simulate the scenario of data loss. 2) Open flash copy manager on TSM_Client01 and set Replace=True in the … Continue reading TSM 6.3: Restore SQL Database

TSM 6.3: Install Data Protection for SQL Server


1) Double click SetupFCM.exe in the installation package folder, then just follow the wizard. 2) Login into TSM_Sandbox to create the SQL domain policy and register the SQL node. define domain SQLdefine policy SQL NORMAL desc=”Normal SQL backup policy”define mgmt SQL NORMAL DAILYassign defmgmtclass SQL NORMAL DAILYdefine copygroup SQL NORMAL DAILY type=backup dest=DEDUPPOOL verexists=7 retextra=30 … Continue reading TSM 6.3: Install Data Protection for SQL Server

TSM 6.3: Create Schedule


There are two types of schedule: Client schedule and Administrative schedule. The client schedule is to backup or restore the clients’ data. The administrative schedule is to do TSM server maintenance jobs. Example 1: Daily backup job - Incremental backup TSM_Client01 C:\Backup folder at 00:05 every day.  1) Login into TSM_Client01 and add the following … Continue reading TSM 6.3: Create Schedule