How to turn off tape backup processing temporarily
search cancel

How to turn off tape backup processing temporarily

book

Article ID: 12059

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction



We are replacing our virtual tape hardware and need an outage window with no tape processing.  

How to turn off tape backup processing temporarily?

Environment

Release: OUTDTI00200-12.1-Deliver-Output Management-Interface for Native TSO
Component:

Resolution

If you do not want to use tape, use the following: 
SARINIT: DAYS=NNNNNNN 
TBACKUP=NO 
TAPECLSL= 
TAPEOPT=3480,HARD,NOSOFT 
MOUNT=NO 

RMOPARMS: ARCHn=c/d/f/m/p - where "m" (for media) is not "T" 
. If EAS is used, bring down all EAS tasks. 
. If the same esoteric is going to be used (SARINIT STORGRPn), no changes. 
. If another media is used, use SARPAC to move reports to new media. 

For VIEW I would simply run a job like this: 
//INIT EXEC PGM=SARINIT,REGION=4M 
//STEPLIB DD DISP=SHR,DSN=SYSP.SARJCL.LOADLIB 
//SYSPRINT DD SYSOUT=* 
//SYSIN DD * 
NAME=SYSP.SARJCL 
DAYS=NNNNNNN 
TBACKUP=NO 
MOUNT=NO 
/*