Steps for defining the resource profile with RACF

Start of changeYou can define the BPX.WLMSERVER resource profile to RACF®, and grant the Agents access to it.End of change

Procedure

Perform the following steps for RACF if you choose to define the resource profile:

  1. Ensure that the FACILITY class is active and RACLISTed, and RACLIST processing is enabled:
    SETROPTS CLASSACT(FACILITY)       
    SETROPTS RACLIST (FACILITY)
  2. Define the following FACILITY class profile:
    RDEFINE  FACILITY (BPX.WLMSERVER) UACC(NONE)
  3. Grant the Agent access to the FACILITY class:
    PERMIT   BPX.WLMSERVER CLASS(FACILITY) ACCESS(READ) -   
                           ID(userid)
  4. Refresh the FACILITY class:
    SETROPTS RACLIST(FACILITY) REFRESH

Results

For more information, see the EZARACF sample in SEZAINST.