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


Step SETARM

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

Step SETARM

Step SETARM
//* Step SETARM establishes security setup required for ARM
//*             A sample ARM policy (CFZARMP) resides in the installed
//*             SYS1.SAMPLIB
//SETARM EXEC PGM=IKJEFT01,DYNAMNBR=99
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
 SETROPTS CLASSACT(FACILITY) RACLIST(FACILITY) GENERIC(FACILITY)
 RDEFINE FACILITY IXCARM.DEFAULT.CFZ_SRV_* UACC(NONE)
 PERMIT IXCARM.DEFAULT.CFZ_SRV_* CLASS(FACILITY) +
  ID(CFZSRV) ACCESS(UPDATE)

 SETROPTS RACLIST(FACILITY) REFRESH
/*

This step enables the CIM server for registering with the z/OS Automatic Restart Manager (ARM).

To completely enable the CIM server for ARM, additional customization is required as described in Automatically restarting the CIM server.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014