|
-
This is part of the script
Backup Sscript
run {
allocate channel t1 type 'sbt_tape' parms
"ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)" ;
allocate channel t2 type 'sbt_tape' parms
"ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)" ;
backup
format 'al_t%t_s%s_p%p'
(archivelog all);
release channel t1;
release channel t2;
}
Delete Script
allocate channel for delete type 'sbt_tape'
parms "ENV=(DSMI_DIR=/usr/tivoli/tsm/client/api/bin64,
DSMI_ORC_CONFIG=/usr/tivoli/tsm/client/ba/bin/dsm.opt.oracle,
DSMO_NODE=Kite01_oracle,
DSMO_AVG_SIZE=1000,
DSMI_LOG=/usr/tivoli/tsm/client/ba/bin)";
change backupset 28475 delete;
change backupset 28476 delete;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|