Installation user ID
The user ID that is used to install RSE API, or to install
maintenance, must have at least the following attributes:
- TSO access (with a normal region size).
- An OMVS segment defined to the security system (for example, RACF®), both for the user ID and its default group.
- The
HOME
field must refer to a home directory that is allocated for the user, with READ, WRITE, and EXECUTE access. - The
PROGRAM
field in the OMVS segment should be/bin/sh
or other valid z/OS® UNIX shell, such as/bin/tcsh
. - The user ID’s default group requires a
GID
.
- The
UID=0
or READ authorization to theBPX.SUPERUSER
profile in theFACILITY
class.- If the
BPX.FILEATTR.APF
orBPX.FILEATTR.PROGCTL
profiles are defined in theFACILITY
class, READ access to these profiles. - READ, WRITE, and EXECUTE access to the
/tmp
directory (or a directory referenced in theTMPDIR
environment variable).