Information
Limited support BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Infrastructure 7.1 .

Customizing RACF for Alternate Access APPL access


For RACF support of 

Alternate Access

 application access authorization through the APPL parameter in the RACROUTE VERIFY parameter list or through the VTAM major node name, review the following steps and perform any actions that are necessary for your site:

  1. Define the profile BBVLOGON in class APPL to RACF:

    RDEFINE APPL (BBVLOGON) UACC(NONE)
  2. If EXCP terminal sessions are to be used with Alternate Access, also define the profile BBVEXCP in class APPL to RACF:

    RDEFINE APPL (BBVEXCP) UACC(NONE)
  3. Define a profile to RACF in class APPL for each VTAM major node name that is to be used with Alternate Access:

    RDEFINE APPL (node-name) UACC(NONE)
  4. Permit each user ID that needs to log on to Alternate Access to have READ access to the BBVLOGON resource in class APPL:

    PERMIT BBVLOGON CLASS(APPL) ID(userID) ACCESS(READ)
  5. Permit each user ID that needs to log on to Alternate Access by using an EXCP session to have READ access to the BBVEXCP resource in class APPL:

    PERMIT BBVEXCP CLASS(APPL) ID(userID) ACCESS(READ)
  6. Permit each user ID that needs to log on to Alternate Access by using a VTAM terminal to have READ access to the profile in class APPL whose name matches the major node name:

    PERMIT
    node-name
     CLASS(APPL) ID(userID) ACCESS(READ)
  7. To ensure that the access list is correct and complete, list the profiles:RLIST APPL BBVLOGON ALL

    RLIST APPL BBVEXCP ALL

    RLIST APPL node-name ALL

  8. If necessary, activate the APPL resource class:SETROPTS CLASSACT(APPL)
  9. If necessary, refresh the in-storage RACLIST profiles for the APPL class:SETROPTS REFRESH RACLIST(APPL)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Infrastructure 7.0