Previous Topic: Review User Software RequirementsNext Topic: Authorize Users to Work in CA Chorus


Authorize CA Chorus Users to Access USS Resources

The CA Chorus components and disciplines use z/OS TCP/IP communications services and z/OS UNIX System Services (USS). Define an OMVS segment for each user so that they can access z/OS USS resources when working in CA Chorus. Use CA ACF2, CA Top Secret, or IBM RACF to enable this access.

To authorize CA Chorus users to access z/OS USS resources, define an OMVS segment for each user that contains the following options:

Follow these steps:

  1. Confirm whether the user has access to the OMVS segment:

    If the user does not have this access, go to the next step.

  2. Create a home directory to associate with each user ID (UID).

    For example, to set up a directory named /u/name for UIDnnn, issue the following commands in the OMVS UNIX shell:

    mkdir /u/name
    chown nnn /u/name
    chmod 775 /u/name
    
  3. Confirm the owner and access to the directory:
    ls -ld /u/name
    

    The following sample results appear:

    drwxrwxr-x   2 user  group  8192 Sep  31 14:58 /u/name
    

    The bold areas show that the correct owner and read/write access exists.

  4. Define the OMVS segment using your security product:

    Note: A valid group record must exist before executing these commands.

  5. Confirm the contents of the OMVS segment:

The user now has a defined OMVS segment and can access USS, which is required for users to work in CA Chorus.