Справочник Пользователя для StorageTek 6

Скачать
Страница из 718
Chapter 4. Utility Functions   279
1st ed., 6/30/04 - 312579601
 
Invoking the Restore Utility 
The easiest way to run utilities is to execute the ACS UTIL exec by entering the following 
command: 
EXEC ACS UTIL RESTore 
Execution of the statement results in the ACSUTIL SLKJCL file: 
ACSUTIL SLKJCL File
To execute the utility: 
 1. Delete the lines in the template that are not required, or leave the comment indicator 
(*) in column one. 
 2. Remove the comment indicator from the desired lines. 
 3. Specify values for the desired parameters. 
 4. Delete the parameters that are not desired. 
 5. Enter the command ‘‘FILE.’’ 
The job file is then submitted to the ACS service machine for execution. 
JCL Examples 
Various examples showing JCL for running the RESTore utility are presented. Select the 
appropriate example matching the control data set conventions that you have used for 
specifying data sets. 
The first example restores the control data sets using current data set conventions with the 
primary, secondary, and standby control data sets and journals applied. 
/JOB  jobname  SLUADMIN 
/PARM MIXED 
/FILE SLSPRINT DEV PRNT CLASS A 
/FILE SLSAUDIT DEV PNCH CLASS A 
/FILE SLSCNTL  DEV <vaddr> DSN <dsname> 
/FILE SLSCNTL2 DEV <vaddr> DSN <dsname> 
/FILE SLSSTBY  DEV <vaddr> DSN <dsname> 
/FILE SLSBKUP  DEV <vaddr> DSN <dsname> 
/FILE SLSJRN01 DEV <vaddr> DSN <dsname> 
/FILE SLSJRN02 DEV <vaddr> DSN <dsname> 
/FILE SLSIN    * 
* RESTORE APPLY(YES) GEN(NO)
Restore