From 588b0ab9ad5df47899e5427c0e2f6a5b52912e1b Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Wed, 13 Nov 2024 13:03:50 +0100 Subject: [PATCH] fix formatting Signed-off-by: Andrew Jandacek --- docs/user-guide/configure-zos-system.md | 284 ++++++++++++------------ 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/docs/user-guide/configure-zos-system.md b/docs/user-guide/configure-zos-system.md index 58ad29188d..3bcd4a2e92 100644 --- a/docs/user-guide/configure-zos-system.md +++ b/docs/user-guide/configure-zos-system.md @@ -427,20 +427,20 @@ If you have not run `ZWESECUR` and are manually creating the user ID and groups - To create the `ZWEADMIN` group, issue the following command according to your ESM: -
-Click here for command details for RACF. +
+ Click here for command details for RACF. - **RACF:** - ``` - ADDGROUP ZWEADMIN OMVS(AUTOGID) - - DATA('STARTED TASK GROUP WITH OMVS SEGEMENT') - ``` -
+ **RACF:** + ``` + ADDGROUP ZWEADMIN OMVS(AUTOGID) - + DATA('STARTED TASK GROUP WITH OMVS SEGEMENT') + ``` +
-
-Click here for command details for Top Secret. +
+ Click here for command details for Top Secret. - **TSS:** + **TSS:** ``` TSS CREATE() TYPE(GROUP) + NAME('ZOWE ADMINISTRATORS') + @@ -448,109 +448,109 @@ If you have not run `ZWESECUR` and are manually creating the user ID and groups TSS ADD() GID() ``` -
+
-
-Click here for command details for ACF2. +
+ Click here for command details for ACF2. - **ACF2:** + **ACF2:** ``` SET PROFILE(GROUP) DIV(OMVS) INSERT AUTOGID F ACF2,REBUILD(GRP),CLASS(P) ``` -
+
- To create the `ZWESVUSR` user ID for the main Zowe started task, issue the following command: + * To create the `ZWESVUSR` user ID for the main Zowe started task, issue the following command: -
+
-Click here for command details for RACF. + Click here for command details for RACF. - **RACF:** - ``` - ADDUSER - - NOPASSWORD - - DFLTGRP() - - OMVS(HOME(/tmp) PROGRAM(/bin/sh) AUTOUID) - - NAME('ZOWE SERVER') - - DATA('ZOWE MAIN SERVER') - ``` -
+ **RACF:** + ``` + ADDUSER - + NOPASSWORD - + DFLTGRP() - + OMVS(HOME(/tmp) PROGRAM(/bin/sh) AUTOUID) - + NAME('ZOWE SERVER') - + DATA('ZOWE MAIN SERVER') + ``` +
-
-Click here for command details for Top Secret. +
+ Click here for command details for Top Secret. - **TSS:** - ``` - TSS CREATE() TYPE(USER) PROTECTED + - NAME('ZOWE MAIN SERVER') + - DEPT() - TSS ADD() GROUP() + - DFLTGRP() + - HOME(/tmp) OMVSPGM(/bin/sh) UID() - ``` + **TSS:** + ``` + TSS CREATE() TYPE(USER) PROTECTED + + NAME('ZOWE MAIN SERVER') + + DEPT() + TSS ADD() GROUP() + + DFLTGRP() + + HOME(/tmp) OMVSPGM(/bin/sh) UID() + ``` -
+
-
-Click here for command details for ACF2. +
+ Click here for command details for ACF2. - **ACF2:** - ``` - SET LID - INSERT STC GROUP() - SET PROFILE(USER) DIV(OMVS) - INSERT AUTOUID HOME(/tmp) OMVSPGM(/bin/sh) - F ACF2,REBUILD(USR),CLASS(P),DIVISION(OMVS) - ``` -
+ **ACF2:** + ``` + SET LID + INSERT STC GROUP() + SET PROFILE(USER) DIV(OMVS) + INSERT AUTOUID HOME(/tmp) OMVSPGM(/bin/sh) + F ACF2,REBUILD(USR),CLASS(P),DIVISION(OMVS) + ``` +
- To create the `ZWESIUSR` group for the Zowe cross memory server started task, issue the following command: -
-Click here for command details for RACF. +
+ Click here for command details for RACF. - **RACF:** - ``` - ADDUSER - - NOPASSWORD - - DFLTGRP() - - OMVS(HOME(/tmp) PROGRAM(/bin/sh) AUTOUID) - - NAME('ZOWE XMEM SERVER') - - DATA('ZOWE XMEM CROSS MEMORY SERVER') - ``` + **RACF:** + ``` + ADDUSER - + NOPASSWORD - + DFLTGRP() - + OMVS(HOME(/tmp) PROGRAM(/bin/sh) AUTOUID) - + NAME('ZOWE XMEM SERVER') - + DATA('ZOWE XMEM CROSS MEMORY SERVER') + ``` -
+
-
-Click here for command details for Top Secret. +
+ Click here for command details for Top Secret. - **TSS:** - ``` - TSS CREATE() TYPE(USER) PROTECTED + + **TSS:** + ``` + TSS CREATE() TYPE(USER) PROTECTED + NAME('ZOWE ZIS CROSS MEMORY SERVER') + DEPT() - TSS ADD() GROUP() + + TSS ADD() GROUP() + DFLTGRP() + HOME(/tmp) OMVSPGM(/bin/sh) UID(&ZISUID.) - ``` -
+ ``` +
-
-Click here for command details for ACF2. +
+ Click here for command details for ACF2. - **ACF2:** - ``` - SET LID - INSERT STC GROUP() - SET PROFILE(USER) DIV(OMVS) - INSERT AUTOUID HOME(/tmp) OMVSPGM(/bin/sh) - F ACF2,REBUILD(USR),CLASS(P),DIVISION(OMVS) - ``` + **ACF2:** + ``` + SET LID + INSERT STC GROUP() + SET PROFILE(USER) DIV(OMVS) + INSERT AUTOUID HOME(/tmp) OMVSPGM(/bin/sh) + F ACF2,REBUILD(USR),CLASS(P),DIVISION(OMVS) + ``` -
+
### Configure ZWESLSTC to run Zowe high availability instances under ZWESVUSR user ID @@ -860,85 +860,85 @@ A part of the Signed SAF Identity token configuration is a nontrivial step that This security configuration is necessary for API ML to be able to issue SMF records. A user running the API Gateway must have READ access to the RACF general resource `IRR.RAUDITX` in the `FACILITY` class. To set up this security configuration, submit the `ZWESECUR` JCL member. For users upgrading from version 1.18 and lower, use the configuration steps that correspond to the ESM. -To check whether you already have the auditing profile defined, issue the following command and review the output to confirm that the profile exists and that the user `ZWESVUSR` who runs the `ZWESLSTC` started task has READ access to this profile. +* To check whether you already have the auditing profile defined, issue the following command and review the output to confirm that the profile exists and that the user `ZWESVUSR` who runs the `ZWESLSTC` started task has READ access to this profile. -
-Click here for command details for RACF. +
+ Click here for command details for RACF. -If you use RACF, issue the following command: -``` -RLIST FACILITY IRR.RAUDITX AUTHUSER -``` -
+ If you use RACF, issue the following command: + ``` + RLIST FACILITY IRR.RAUDITX AUTHUSER + ``` +
-
-Click here for command details for Top Secret. +
+ Click here for command details for Top Secret. -If you use Top Secret, issue the following command: -``` -TSS WHOHAS IBMFAC(IRR.RAUDITX) -``` + If you use Top Secret, issue the following command: + ``` + TSS WHOHAS IBMFAC(IRR.RAUDITX) + ``` -
+
-
-Click here for command details for ACF2. +
+ Click here for command details for ACF2. -If you use ACF2, issue the following commands: -``` -SET RESOURCE(FAC) -``` -``` -LIST LIKE(IRR-) -``` + If you use ACF2, issue the following commands: + ``` + SET RESOURCE(FAC) + ``` + ``` + LIST LIKE(IRR-) + ``` -
+
-If the user `ZWESVUSR` who runs the `ZWESLSTC` started task does not have READ access to this profile, follow the procedure that corresponds to your ESM: +* If the user `ZWESVUSR` who runs the `ZWESLSTC` started task does not have READ access to this profile, follow the procedure that corresponds to your ESM: -
-Click here for procedure details for RACF. +
+ Click here for procedure details for RACF. -If you use RACF, update permission in the `FACILITY` class. + If you use RACF, update permission in the `FACILITY` class. -**Follow these steps:** + **Follow these steps:** -1. Add user `ZWESVUSR` permission to `READ`. -``` -PERMIT IRR.RAUDITX CLASS(FACILITY) ACCESS(READ) ID(ZWESVUSR) -``` -2. Activate changes. -``` -SETROPTS RACLIST(FACILITY) REFRESH -``` + 1. Add user `ZWESVUSR` permission to `READ`. + ``` + PERMIT IRR.RAUDITX CLASS(FACILITY) ACCESS(READ) ID(ZWESVUSR) + ``` + 2. Activate changes. + ``` + SETROPTS RACLIST(FACILITY) REFRESH + ``` -
+
-
-Click here for command details for Top Secret. +
+ Click here for command details for Top Secret. -If you use Top Secret, add user `ZWESVUSR` permission to READ. Issue the following command: -``` -TSS PER(ZWESVUSR) IBMFAC(IRR.RAUDITX) ACCESS(READ) -``` + If you use Top Secret, add user `ZWESVUSR` permission to READ. Issue the following command: + ``` + TSS PER(ZWESVUSR) IBMFAC(IRR.RAUDITX) ACCESS(READ) + ``` -
+
-
-Click here for command details for ACF2. +
+ Click here for command details for ACF2. -If you use ACF2, add user `ZWESVUSR` permission to `READ`. Issue the following commands: -``` -SET RESOURCE(FAC) -``` -``` -RECKEY IRR ADD(RAUDITX ROLE(&STCGRP.) SERVICE(READ) ALLOW) -``` -``` -F ACF2,REBUILD(FAC) -``` + If you use ACF2, add user `ZWESVUSR` permission to `READ`. Issue the following commands: + ``` + SET RESOURCE(FAC) + ``` + ``` + RECKEY IRR ADD(RAUDITX ROLE(&STCGRP.) SERVICE(READ) ALLOW) + ``` + ``` + F ACF2,REBUILD(FAC) + ``` -
+
For more information about SMF records, see [SMF records](../user-guide/api-mediation/api-mediation-smf.md) in the Using Zowe API Mediation Layer documentation.