Previous Topic: How to Set Up SCS Address Space Security

Next Topic: Configure Pass Tickets


Set Up SCS Address Space Security

Define the global systems options (GSO) record and define the rule to permit access to a user ID on every target system.

Follow these steps:

  1. Enter the following command to define the GSO record:
    SET C(GSO)
    INSERT CLASMAP.MSM ENTITYLN(246) MUSID() RESOURCE(CAMSM) RSRCTYPE(MSM)
    
  2. Enter the following command to define the rule to permit access to a user ID:
    SET R(MSM)
    COMPILE STORE
    $KEY(SCSAS) TYPE(MSM)
    CONNECT.-     UID(*****userid)                  SERVICE(READ)     ALLOW
    CONNECT.-     UID(*****userid2)                 SERVICE(READ)     ALLOW
    
    userid

    Specifies the user ID assigned to the SCS address space.

    userid2

    Specifies the user ID assigned to the CA CSM application server driving system.