Setting up RACF for z/OS Connect EE
If you want to monitor z/OS Connect EE servers, use the following procedure to set up RACF for every z/OS Connect EE server.
The examples in the set-up procedure use the following values:
- z/OS Connect EE user ID: zosConnectUserId
- MainView for Java Environments PAS user ID: mvjePasUserId
mvjePasUserId must be connected to RACF group MVJE. SAF credentials profile prefix as displayed in the server.xml : safProfilePrefix
For example:<safCredentials profilePrefix="BBGZDFLT" />
Define RACF EJBROLE objects by specifying the following definitions in the RACF interface :
PE CLASS(APPL) <safProfilePrefix> +
ID(<mvjePasUserId>) ACCESS(READ)
PE <safProfilePrefix>.zos.connect.access.roles.zosConnectAccess +
CLASS(EJBROLE) ID(<mvjePasUserId>) ACCESS(READ)
PE <safProfilePrefix>.zos.connect.access.roles.zosConnectAdmin +
CLASS(EJBROLE) ID(<mvjePasUserId>) ACCESS(READ)
PERMIT <safProfilePrefix>.com.ibm.ws.management.security.resource.Reader +
CLASS(EJBROLE) ID(<mvjePasUserId>) ACCESS(READ)
PERMIT +
<safProfilePrefix>.com.ibm.ws.management.security.resource.Administrator +
CLASS(EJBROLE) ID(<mvjePasUserId>) ACCESS(READ)
PERMIT +
<safProfilePrefix>.com.ibm.ws.management.security.resource.allAuthenticatedUsers+
CLASS(EJBROLE) ID(<mvjePasUserId>) ACCESS(READ)Create a certificate for the MVJE PAS.
- Depending on your security setup, grant access to one of the following facilities:
If RDATALIB is active on your system, grant access to PE CLASS RDATALIB:
<zosConnectUserId>.<ringName>.LST user(<zosConnectUserId>)
<mvjePasUserId><ringName>.LST user(<mvjePasUserId>)If RDATALIB is not active on your system, grant access to PE CLASS(FACILITY) IRR.DIGTCERT.LIST or IRR.DIGTCERT.LISTRING:
PE CLASS(FACILITY) ID(<mvjePasUserId>, <zosConnectUserId>) IRR.DIGTCERT.LIST
or
PE CLASS(FACILITY) ID(<mvjePasUserId>, <zosConnectUserId>) IRR.DIGTCERT.LISTRING
Where to go from here
To complete setting up z/OS Connect EE servers, complete the procedures in Enabling-features-in-the-server-xml-file.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*