Previous Topic: Sample: Use CA Top Secret to Configure XCF Administrative Data Utility PermissionsNext Topic: Configure Permissions for the CA Chorus Started Task User


Sample: Use IBM RACF to Configure XCF Administrative Data Utility Permissions

This example shows how to use IBM RACF commands to configure access to this utility.

For detailed information about these commands, see the IBM RACF documentation.

Follow these steps:

  1. Activate the facility class:
    SETROPTS CLASSACT(FACILITY)
    
  2. Define the ARM resource to the ARM facility:
    RDEFINE FACILITY MVSADMIN.XCF.ARM UACC(NONE)
    
  3. Give the ARM user access to the ARM facility:
    PERMIT MVSADMIN.XCF.ARM CLASS(FACILITY) ID(ARM_user) ACCESS(READ,UPDATE)
    
  4. Activate your changes:
    SETROPTS RACLIST(FACILITY) REFRESH
    

    The permissions are set.