IBM E16RMLL-I - Tivoli Storage Manager Implementation Manual page 647

Implementation guide
Table of Contents

Advertisement

transit, or not yet picked up, and may have been destroyed in the disaster.
Whatever the case, you need to examine and update the entries in the
COPYSTGPOOL.VOLUMES.DESTROYED and
COPYSTGPOOL.VOLUMES.AVAILABLE files, to reflect the current situation.
If all primary volumes were destroyed, no changes are required to the
PRIMARY.VOLUMES.DESTROYED script and Tivoli Storage Manager macro
files.
In PRIMARY.VOLUMES.REPLACEMENT.CREATE.CMD, we need to specify
replacement volumes for the primary disk storage volumes. In Example 19-30
the primary storage pool volumes were originally located in
C:\TSMDATA\STG\DISKDATA. The replacement volumes will be created in the
same directory, with the @ character appended (as specified with set
drmplanvpostfix). If you wish to change the location of the volumes, ensure that
you create dsmfmt entries for all storage pool volumes.
Example 19-30 Contents of PRIMARY.VOLUMES.REPLACEMENT.CREATE.CMD
@echo off
rem Purpose: Create replacement volumes for primary storage pools that
rem
use device class DISK.
rem Recovery administrator: Edit this section for your replacement
rem
volume names. New name must be unique, i.e. different from any
rem
original or other new name.
rem Set the TSM management console directory.
pushd "C:\Program Files\Tivoli\tsm\Console\"
echo Replace C:\TSMDATA\STG\DISKDATA\DDVOL_01.DSM DISK 2,048.0M in DISKDATA
dsmfmt -data "C:\TSMDATA\STG\DISKDATA\DDVOL_01.DSM@" 2048
echo Replace C:\TSMDATA\STG\DISKDATA\DDVOL_02.DSM DISK 2,048.0M in DISKDATA
dsmfmt -data "C:\TSMDATA\STG\DISKDATA\DDVOL_02.DSM@" 2048
echo Replace C:\TSMDATA\STG\DISKDATA\DDVOL_03.DSM DISK 2,048.0M in DISKDATA
dsmfmt -data "C:\TSMDATA\STG\DISKDATA\DDVOL_03.DSM@" 2048
echo Replace C:\TSMDATA\STG\DISKDATA\DDVOL_04.DSM DISK 2,048.0M in DISKDATA
dsmfmt -data "C:\TSMDATA\STG\DISKDATA\DDVOL_04.DSM@" 2048
echo Replace C:\TSMDATA\STG\DISKDATA\DDVOL_05.DSM DISK 2,048.0M in DISKDATA
dsmfmt -data "C:\TSMDATA\STG\DISKDATA\DDVOL_05.DSM@" 2048
Chapter 19. Disaster Recovery Manager
617

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tivoli storage manager

Table of Contents