Previous Topic: Install the Failsafe USERMOD SMPSAFENext Topic: Tailor the CA LMP Keys


Generate CAIRIM Parameters

This procedure generates the parameters that the CA Common Services for z/OS component CAIRIM uses to initialize CA 1. If you have member CARIMPRM residing in hlq.CTAPOPTN, add the following parameter statement:

PRODUCT(CA 1/MVS) VERSION(L0C6) INIT(L0C6INIT) PARM(SVC=xxx,INIT)
xxx

Represents your CA 1 SVC number.

Range: 200 to 255

If CARIMPRM does not exist, add it to contain the preceding parameter statement.

A sample CAIRIM parameter statement for CA 1 is in library hlq.CTAPOPTN member L0RIMPRM.

To start TMSINIT PROC optionally with the automatic command facility of CAIRIM, add the following statement to member CAUTOCMD in hlq.CTAPOPTN:

START TMSINIT

To issue TMSINIT PROC by the system automatic command facility, add the START command to the COMMNDxx member in SYS1.PARMLIB.

If you use L0C6INIT to execute TMSINIT directly, the START TMSINIT in the CAUTOCMD or COMMNDxx member in SYS1.PARMLIB is not required.

Note: For more information, see the Utilities and Reports Reference Guide.

CAIRIM initialization for CA 1 must be successfully completed before TMSINIT PROC startup.

Add the CTS PROC, the started task for the Common Tape System component. To generate external tape labels, add the START command for CTS to the ENFCMDS member in hlq.CTAPOPTN.

This member contains the automatic commands that the CAIENF facility processes.

You can generate external tape labels on one CPU and you can route the label image to another CPU to print. Customize additional CAICCI options in member CCIPARM of hlq.CTAPOPTN.

Note: For more information, see the Administration Guide and the CA Common Services for z/OS Reference Guide.

If you are using the CA Dynam/T interface, you can initiate the DYNCOMM PROC automatically. CA 1 is required to be active to make this feature function properly.

If you have other vendor products that modify the data management modules of the operating system and these modified versions are MLPAd, include the CAG8LIB2 DD statement in the CAIRIM procedure and the TMSINIT procedure. Specify any MLPA data set in the CAG8LIB2 DD statement which contains these modifications. If you have a data set name for the contents of the LPA other than SYS1.LPALIB, put that data set name in the CAG8LIB1 DD statement and include the DD statement in the CAIRIM procedure and the TMSINIT procedure.

CAIRIM can execute TMSINIT directly by including a TMSPARM DD statement that references the CTAPOPTN data set in the CAIRIM JCL. By default the TMOSYS00 member is read from the CTAPOPTN data set. This setting can be overridden by specifying SYS=xx in the L0C6INIT RIMPARM PARM statement.