Regenerating a Single-Stream TARA Image - Tivoli

Teradata Extension for Tivoli Storage Manager Administrator Guide

Product
Tivoli
Release Number
16.20
16.10
Published
May 2017
Language
English (United States)
Last Update
2019-03-22
dita:mapPath
beb1489436039198.ditamap
dita:ditavalPath
beb1489436039198.ditaval
dita:id
wkq1486409855180
Product Category
Teradata Tools and Utilities

To recreate generation 3 of the "daily" backup dataset, create an Analyze script.

  1. Create or edit a backup script similar to the following example:
    JOB daily-gen3
    SESSIONS 12
    MULTISTREAM 1
    STREAM @All
    STREAMNAME daily_DSTREAM0001_3
    COMMANDLINE CSNAME=ASCII CHECKSUM=2
    
    TDPID isis-td12
    USERID admin
    OTB Tivoli
    TIVPOLICYGROUP client-group1
    SCRIPT Analyze
    LOGON $LOGON;
    
    ANALYZE ALL, VALIDATE, DISPLAY LONG,
    FILE=ARCHIVE;
    
    LOGOFF;
    ENDSCRIPT
    The lines that were modified or added are:
    • The job name is daily-gen3
    • STREAMNAME line was added to indicate the name of the backup as listed in taratddsmc
    • _3 was added to the STREAMNAME line to represent the generation
    • Script Archive was changed to Script Analyze
    • The ARCHIVE statement was changed to an ANALYZE statement
  2. Launch the daily-gen3 Analyze script. After the Analyze script completes, an image is generated. In this example, the name is "daily-gen3".

    You can now restore the "daily-gen3" generated image.