Previous Topic: Parmlib Security — PARMAUTHNext Topic: Activate CA Disk Storage Administration FACILITY Class Profiles


Install USERMOD5

USERMOD5 must be installed using SMP/E. Sample JCL is provided for you in member USERMOD5 of the install library. Install USERMOD5 as follows:

  1. Locate the source for USERMOD5 in the install library. The following illustration is a sample SMP/E JCL for USERMOD5:

EDIT CCUWJCL(USERMOD5)   01.00 Columns 00001 00072 Command ===> Scroll ===> CSR ***************************************************************************** //JOBNAME JOB (ACCT INFO) //* //* ******************************************************************* //* * INSTALL DISK PARMLIB AND SYSPARM * //* * SYSPARM SECURITY * //* * PARMLIB SECURITY * //* * * //* ******************************************************************* //********************************************************************* //* CHANGE CAISMPE TO YOUR SMPE PREFIX * //* CHANGE USERID.DISK.ASM TO YOUR MODIFIED SOURCE LIBRARY * //* CHANGE CAIT0 TO YOUR TARGET ZONE NAME * //* SEE THE NOTE BELOW REGARDING THE SMP/E MCS STATEMENTS * //********************************************************************* //SMP EXEC PGM=GIMSMP,REGION=5120K, // PARM='CSI=CAISMPE.CSI' //USERASM DD DISP=SHR,DSN=USERID.DISK.ASM //SMPCNTL DD * SET BOUNDARY(GLOBAL). RECEIVE S(SDU1815) . SET BOUNDARY(CAIT0) . /* <    CA DISK TARGET */ APPLY S(SDU1815). //SMPPTFIN DD * ++USERMOD(SDU1815). ++VER(Z038) FMID(CCUWC50) . ++SRC(PARMAUTH) DISTLIB(ACUWSAMP) DISTMOD(ACUWMOD0) TXLIB(USERASM). ++SRC(SYSPAUTH) DISTLIB(ACUWSAMP) DISTMOD(ACUWMOD0) TXLIB(USERASM). /*

  1. Customize USERMOD5 by supplying the appropriate information for the following:
  2. Submit USERMOD5.

    After a successful APPLY run, CA Disk attempts to read your SECURLIB= data set. If you allowed SECURLIB= to remain at its default value and your security package protects SYS1.PARMLIB, you must perform one additional step to make the list of authorized parmlibs available to CA Disk. To accomplish this, do the following:

    Note: If you have users running CA Disk TSO or ISPF functions under a TSO session that is not APF-authorized, these functions must obtain a shared enqueue to read SYS1.PARMLIB. If the shared enqueue can be obtained quickly, this should not be a problem as the read is very brief. However, if a shared enqueue cannot be obtained, the job goes into a wait state until the enqueue is available. CA Disk tasks running APF-authorized do not use an enqueue on SYS1.PARMLIB, and are not affected.