StorageTek Host Software Component 6 사용자 설명서

다운로드
페이지 718
274   VM/HSC 6.0 System Programmer’s Guide
1st ed., 6/30/04 - 312579601
statements and deleting the DSNs created in step 13d on page 260. Do not alter 
DBPRMNEW or DBSHDNEW. 
Note: Virtual device addresses may need to be changed in ACS SYSPROF 
when adding new data set names. 
o. Issue the following command to create a job to reconfigure the new library data 
sets:
EXEC ACS UTIL RECONFIG (NOSEND
p. Verify that the information is correct and file the job. Modify the data set, 
volume, and unit information as necessary. 
q. Issue the following command: 
COPY ACS SYSPROF A ACS SYSPROF B (REPLACE 
r. Issue the following commands to recycle the SCP on STKACS: 
STOPSCP ACCESS 192 D EXEC ACS INIT (NOJOB 
s. Issue the following command: 
ERASE ACS SYSPROF A
t. Issue the following command to submit the RECONFIG job created earlier: 
EXEC ACS SUBMIT RECONFIG SLKJCL 
The reconfiguration job starts the HSC and copies status information from the 
old to the new control data set. Wait for the job to complete. 
Note: If the Reconfig fails, look at the job log for an indication of the cause of 
the failure. 
u. Issue the following command on the STKACS service machine to shut it down:
STOPSCP 
 14. Log off the STKACS service machine. 
 15. Have the CSE make any necessary hardware changes. 
/JOB  jobname SLSBINIT 
/PARM E(E086) F(23) MEMBER(XX) RECONFIG 
/FILE SLSSYSXX * 
/*      DEFINE CONTROL DATA SETS */ 
 CDSDEF DSN1=<prm.dsname>, VOL1=<vol1>, UNIT1=<unit1> 
        DSN2=<sec.dsname>, VOL2=<vol2>, UNIT2=<unit2> ­ 
        DSN3=<stb.dsname>, VOL3=<vol3>, UNIT3=<unit3>
/*      DEFINE RECONFIG DATA SETS #/ 
 RECDEF DSN1=<prmnew.dsname>, VOL1=<vol1>, UNIT1=<unit1> ­
        DSN2=<secnew.dsname>, VOL2=<vol2>, UNIT2=<unit2>
Reconfiguration