Regenerating a Multistream 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 the "quarterly" multistream backup dataset, create an Analyze script.

  1. Create or edit a multi-stream backup script similar to the following example.
    JOB Recreate-quarterly
    SESSIONS 8
    MULTISTREAM 8
    STREAM @All
    STREAM @All
    STREAM @All
    STREAM @All
    STREAM @All
    STREAM @All
    STREAM @All
    STREAM @All
    STREAMNAME quarterly_DSTREAM0001_1
    STREAMNAME quarterly_DSTREAM0002_1
    STREAMNAME quarterly_DSTREAM0003_1
    STREAMNAME quarterly_DSTREAM0004_1
    STREAMNAME quarterly_DSTREAM0005_1
    STREAMNAME quarterly_DSTREAM0006_1
    STREAMNAME quarterly_DSTREAM0007_1
    STREAMNAME quarterly_DSTREAM0008_1
    COMMANDLINE CSNAME=ASCII CHECKSUM=2
    
    TDPID isis-td12
    USERID admin
    OTB Tivoli
    TIVPOLICY aj-edisonclass1
    TIVPOLICY aj-edisonclass1
    TIVPOLICY aj-edisonclass1
    TIVPOLICY aj-edisonclass1
    TIVPOLICY aj-edisonclass1
    TIVPOLICY aj-edisonclass1
    TIVPOLICY aj-edisonclass1
    TIVPOLICY aj-edisonclass1
    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 Recreate-quarterly.
    • The STREAMNAME lines were added to indicate the backup stream names as listed in taratddsmc.
    • _1 was added to each STREAMNAME line to represent the generation.
    • Analyze replaced Archive.
    • The ARCHIVE statement was replaced with an ANALYZE statement.
    STREAMNAME entries must follow the last STREAM entry.
  2. Launch the Recreate-quarterly script. After the Analyze script completes, a TARA image is generated with the name "Recreate-quarterly".
  3. You can now restore the generated image.