z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Step ENRMF

z/OS Common Information Model User's Guide
SC34-2671-00

Step ENRMF

Step ENRMF
//* Step ENRMF creates profiles necessary to allow passtickets being
//*             generated for authentication with the DDS
//ENRMF EXEC PGM=IKJEFT01,DYNAMNBR=99
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
 SETROPTS CLASSACT(PTKTDATA) RACLIST(PTKTDATA) GENERIC(PTKTDATA)
 RDEFINE PTKTDATA GPMSERVE SSIGNON(KEYMASKED(#rkeymask))
 RDEFINE PTKTDATA IRRPTAUTH.GPMSERVE.* UACC(NONE)
 PERMIT IRRPTAUTH.GPMSERVE.* CL(PTKTDATA) ID(CFZSRV) ACCESS(UPDATE)
 SETROPTS RACLIST(PTKTDATA) REFRESH
/*

If you are not using the z/OS Resource Measurement Facility™ (RMF™) optional element, remove this step from the job. Otherwise this step permits the CIM server access to the RMF Distributed Data Server using passtickets. For this, replace #rkeymask by a 16-digit (0-9,A-F) keymask value to setup connectivity between CIM and RMF via passtickets.

Note:

The keymask value is a secret passkey. In a secure environment it is recommended to execute step ENRMF separately to avoid storing the passkey in the job log in readable format.

The CIM classes implemented by RMF are described in the z/OS® RMF Programmer's Guide and z/OS RMF User's Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014