StorageTek 6 manual Adding New Stations to an ACS, JCL to Add New Stations to an ACS

Models: 6

1 718
Download 718 pages 10.93 Kb
Page 98
Image 98
Adding New Stations to an ACS

Adding New Stations to an ACS

The following is an example of JCL for the SET utility that can be used as a pattern for adding new stations to an ACS without requiring a reconfiguration.

Note: Update LIBGEN control statements to make changes permanent. You do not have to execute the Reconfig utility to implement these changes. Refer to “Reconfiguration Utility” on page 225 for more information about reconfiguration.

JCL to Add New Stations to an ACS

//HSCUPDAT JOB (acctno),’LMU STATIONS’,MSGCLASS=1,CLASS=A,

//MSGLEVEL=(1,1)

//STEP0 EXEC PGM=SLUADMIN

//* The following DD is the HSC STEP library

//STEPLIB DD DSN=SLS.PROD.LINKLIB,DISP=SHR //SLSPRINT DD SYSOUT=*

//* The following DD statement identifies the HSC primary CDS //SLSCNTL DD DISP=SHR,DSN=SLS.DBASE1

//* The following DD statement identifies the HSC primary CDS //SLSCNTL2 DD DISP=SHR,DSN=SLS.DBASE2

//SLSIN DD *

SET SLISTATN(0CD,0CE,0D0,0D1) FORACS(0) FORHOST(HST1) SET SLISTATN(0CD,0CE,0D0,0D1) FORACS(0)

//

Notes for the Example

1. The first SET control statement defines the listed stations for only one host.

Note: All stations must be specified (not just the new ones).

2. The second SET control statement defines the listed stations for all hosts.

Note: All stations must be specified (not just the new ones).

3.The following are installation dependent:

-SLSCNTL data set

-SLSCNTL2 data set

-station identifiers

-ACS numbers

-host IDs.

4.The standby CDS is not required for this JCL.

68VM/HSC 6.0 System Programmer’s Guide

1st ed., 6/30/04 - 312579601

Page 98
Image 98
StorageTek 6 manual Adding New Stations to an ACS, JCL to Add New Stations to an ACS, Notes for the Example