StorageTek Host Software Component 6 User Manual

Page of 718
Chapter 4. Utility Functions   181
1st ed., 6/30/04 - 312579601
 
Utility Administrator (SLUADMIN) 
The SLUADMIN program operates as a batch job and controls initialization processing 
for most utility functions. The utility administrator (SLUADMIN) can accept multiple 
control statements which are handled as serial requests for multiple utilities. If all 
requirements needed to execute the utility function are met, control is passed to the 
appropriate program which handles the actual processing. 
Utility functions represented by additional control statements are not started until the prior 
utility function stops and control is returned to the SLUADMIN program. 
How to Invoke SLUADMIN 
The following is a generic example of JCL that can be modified to execute SLUADMIN. 
Where ‘‘utility statements’’ appears in this sample JCL, enter the utilities you want to 
execute. 
For example: 
SET HOSTID(HSC2) FORHOST(HSCB)
OFFLoad
SCREdist ACS(01) 
JCL to Invoke SLUADMIN
/JOB    jobname
/PARM   MIXED
/FILE   SLSPRINT DEV PRNT CLASS A
/FILE   SLSIN    *
  utility statements
          .
          .
          .