Need help converting RACF commands to TSS commands.
Environment
Release: Component: TSSMVS
Resolution
Here are the commands converted to TSS.
1) Update RACF or equivalent security system for the user ID (with OMVS segment) assigned to product started tasks. This is applicable to the TEMS, the enhanced 3270 user interface, the OMEGAMON Subsystem, and the Agent address spaces.
2) Identify the user ID you created as a Superuser. For example: ALU <user ID> OMVS(UID(0) HOME(/) PROGRAM(/bin/sh))
TSS ADD(acid) UID(0) HOME(/) OMVSPGM(/bin/sh)
3) Use the RDEFINE command to associate the user ID with various product started tasks: For example: RDEFINE STARTED SYO5DSST.* - STDATA(USER(userID) GROUP(SYS1))
TSS ADD(STC) PROCN(SYO5DSST) ACID(acid)
o Topic: Setting Up the STARTED Class With the STARTED class, you do not need to change code or re-IPL the system in order to add or modify RACF(r) identities for started procedures. You can modify the security definitions for started procedures dynamically, using the RDEFINE, RALTER, and RLIST commands. See z/OS Security Server RACF Command Language Reference for more information on these commands. In effect, the STARTED class provides a dynamic started procedures table. To set up the STARTED class, enter these commands:
Example: SETROPTS GENERIC(STARTED) Not needed in TSS.
4) After you issue all the RDEFINE commands, issue the refresh commmand: For example: SETROPTS RACLIST(STARTED) REFRESH Not needed in TSS.
Here are the commands converted to TSS.
1) Update RACF or equivalent security system for the user ID (with OMVS segment) assigned to product started tasks. This is applicable to the TEMS, the enhanced 3270 user interface, the OMEGAMON Subsystem, and the Agent address spaces.
2) Identify the user ID you created as a Superuser. For example: ALU <user ID> OMVS(UID(0) HOME(/) PROGRAM(/bin/sh))
TSS ADD(acid) UID(0) HOME(/) OMVSPGM(/bin/sh)
3) Use the RDEFINE command to associate the user ID with various product started tasks: For example: RDEFINE STARTED SYO5DSST.* - STDATA(USER(userID) GROUP(SYS1))
TSS ADD(STC) PROCN(SYO5DSST) ACID(acid)
o Topic: Setting Up the STARTED Class With the STARTED class, you do not need to change code or re-IPL the system in order to add or modify RACF® identities for started procedures. You can modify the security definitions for started procedures dynamically, using the RDEFINE, RALTER, and RLIST commands. See z/OS Security Server RACF Command Language Reference for more information on these commands. In effect, the STARTED class provides a dynamic started procedures table. To set up the STARTED class, enter these commands:
Example: SETROPTS GENERIC(STARTED) Not needed in TSS.