Previous Topic: Security Setup for UsersNext Topic: Set Up User Security for CA CSM Functions


Set Up USS Authorization for Users

CA CSM users require access to USS. Each user must have an OMVS segment. Your security administrator must set up these segments.

Follow these steps:

  1. Select an OMVS UID number to associate with each user ID. Your security administrator can have a policy for assigning OMVS UID numbers. If not, use a unique number.

    Note: For more information about OMVS UID numbers, see the IBM UNIX System Services Planning.

  2. Define the OMVS segment for the user. For a user ID uuuuuuu, UID number nnn, and home directory path_name, enter the following commands:

    Note: The OMVS segment must contain the following components:

  3. Ensure that you have completed this process for each user ID that you want to authorize. To confirm the contents of the OMVS segment, enter the following commands:
  4. Select a home directory to associate with each user ID. Ensure that it exists and that the UID has read/write access to it.

    You can use the UNIX directory (path_name), as shown in Step 2, or you can use a customized home directory name.

    For example, to set up a directory that is 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
    
  5. Confirm the owner and access to the directory by using the following command:
    ls -ld /u/name
    

    The following result appears:

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