tsm scripts

Bharanij

ADSM.ORG Member
Joined
Jun 18, 2016
Messages
159
Reaction score
2
Points
0
hi guys,

how to make scripts for tsm and how to configure on tsm any one have sample format ?

Rdgs,
Mr.JBD
 
thankyou for the reply and is possibel any one can share sample formate
 
It will be something like this
/* BA_STG:DISKSTG=OFFSITESTG-TAPE; */
/* BA_STG:FS-TAPE=OFFSITESTG-TAPE; */
PARALLEL
BACKUP STGPOOL Pri-Tape OFFSITESTG-TAPE WAIT=YES
BACKUP STGPOOL FS-TAPE OFFSITESTG-TAPE WAIT=YES
SERIAL
RECLAIM STGPOOL FS-TAPE WAIT=YES THRESHOLD=80
RECLAIM STGPOOL Pri-Tape WAIT=YES THRESHOLD=80
/*END OF SCRIPT; */

You can use def script command to define script using a file
def script script_name file="location\file_name.ext" desc="desc"

Then you have define a admin schedule to run this script based on your requirement.
 
Back
Top