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:
Note: For more information about OMVS UID numbers, see the IBM UNIX System Services Planning.
SET PROFILE(USER) DIV(OMVS) INSERT uuuuuuu UID(nnn) HOME(path_name) OMVSPGM(/bin/sh)
TSS ADD(uuuuuuu) HOME(path_name) OMVSPGM(/bin/sh) UID(nnn) GROUP(ggggggg)
ALU uuuuuuu OMVS(UID(nnn) HOME(path_name) PROGRAM(/bin/sh))
Note: The OMVS segment must contain the following components:
SET PROFILE(USER) DIV(OMVS) LIST uuuuuu
TSS LIST(uuuuuu) DATA(ALL)
LISTUSER uuuuuu OMVS NORACF
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
ls -ld /u/name
The following result appears:
drwxrwxr-x 2 user group 8192 Sep 31 14:58 /u/name
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|