Procedure for setting the READ permission for the RACF profile to the user

Business Continuity Manager Installation Guide

Version
9.8.7
File Size
1.1 MB
Audience
anonymous
Part Number
MK-95HC104-41

To set READ permissions for profiles to a user account:

For profile-name, specify one of the profiles defined in the FACILITY class in accordance with Setting basic access control functions or Setting security when the extended access control function is installed.

  1. Activate the RACF FACILITY class.
    SETROPTS CLASSACT(FACILITY)
  2. Define the profile-name profile for the FACILITY class.
    RDEFINE FACILITY profile-name UACC(NONE)
  3. Add READ permissions for the defined profile to the user account.
    PERMIT profile-name CLASS(FACILITY) ID(user-ID) ACCESS(READ)

If you want to improve the execution performance of Business Continuity Manager, we recommend that you enable the RACLIST function (in-storage profiles) for the FACILITY class.

Execute one of the following commands to enable the RACLIST function.

If the FACILITY class has not been activated by RACLIST:

SETROPTS RACLIST(FACILITY)

If the FACILITY class has already been activated by RACLIST:

SETROPTS RACLIST(FACILITY) REFRESH
For details about how to activate the RACF FACILITY class, how to define a profile, and how to assign READ permissions for profiles to user accounts, see the IBM manual Security Server RACF Security Administrator's Guide.