diff --git a/workflows/files/ZWECONF.xml b/workflows/files/ZWECONF.xml index 95966631b0..8f4ee7b153 100644 --- a/workflows/files/ZWECONF.xml +++ b/workflows/files/ZWECONF.xml @@ -1356,7 +1356,7 @@ How we want to verify SSL certificates of services. Valid values are: - Chaching Service variables + Caching Service variables Specify the variables for the Caching Service Main variables for Caching Service diff --git a/workflows/templates/ZWESECUR.properties b/workflows/templates/ZWESECUR.properties index 11543d4aa5..029ea6f982 100644 --- a/workflows/templates/ZWESECUR.properties +++ b/workflows/templates/ZWESECUR.properties @@ -177,15 +177,7 @@ ZISUSER: '#ZWESIUSR' # Category: General Security # Description: # Zowe started task name -ZOWESTC: '#ZWESVSTC' - -# ZLNCHSTC -# Label: ZLNCHSTC -# Abstract: Zowe started task name for HA -# Category: General Security -# Description: -# Zowe started task name for HA -ZLNCHSTC: '#ZWESLSTC' +ZOWESTC: '#ZWESLSTC' # ZISSTC # Label: ZISSTC diff --git a/workflows/templates/ZWESECUR.vtl b/workflows/templates/ZWESECUR.vtl index d32ecb48dc..07675682af 100644 --- a/workflows/templates/ZWESECUR.vtl +++ b/workflows/templates/ZWESECUR.vtl @@ -53,30 +53,26 @@ //* 7) Update the SET ZOWESTC= statement to match the desired //* Zowe started task name. //* -//* 8) Update the SET ZLNCHSTC= statement to match the desired -//* Zowe launcher started task name. It is applicable if you -//* run Zowe for high availability. -//* -//* 9) Update the SET ZISSTC= statement to match the desired +//* 8) Update the SET ZISSTC= statement to match the desired //* ZIS started task name. //* -//* 10) Update the SET AUXSTC= statement to match the desired +//* 9) Update the SET AUXSTC= statement to match the desired //* ZIS Auxiliary started task name. //* -//* 11) Update the SET HLQ= statement to match the desired +//* 10) Update the SET HLQ= statement to match the desired //* Zowe data set high level qualifier. //* -//* 12) Update the SET SYSPROG= statement to match the existing +//* 11) Update the SET SYSPROG= statement to match the existing //* user ID or group used by z/OS system programmers. //* -//* 13) When not using AUTOUID and AUTOGID to assign z/OS UNIX UID +//* 12) When not using AUTOUID and AUTOGID to assign z/OS UNIX UID //* and GID values, update the SET *ID= statements to match the //* desired UID and GID values. //* -//* 14) When using Top Secret, update the Top Secret specific SET +//* 13) When using Top Secret, update the Top Secret specific SET //* statements. //* -//* 15) Customize the commands in the DD statement that matches your +//* 14) Customize the commands in the DD statement that matches your //* security product so that they meet your system requirements. //* //* Note(s): @@ -152,7 +148,6 @@ // SET ZOWEUSER=${ZOWEUSER} * userid for Zowe started task // SET ZISUSER=${ZISUSER} * userid for ZIS started task // SET ZOWESTC=${ZOWESTC} * Zowe started task name -// SET ZLNCHSTC=${ZLNCHSTC} * Zowe started task name for HA // SET ZISSTC=${ZISSTC} * ZIS started task name // SET AUXSTC=${AUXSTC} * ZIS AUX started task name // SET HLQ=${HLQ} * data set high level qualifier @@ -283,12 +278,6 @@ STDATA(USER(&ZOWEUSER.) GROUP(&STCGRP.) TRUSTED(NO)) - DATA('ZOWE MAIN SERVER') -/* started task for ZOWE Launcher in high availability */ - RLIST STARTED &ZLNCHSTC..* ALL STDATA - RDEFINE STARTED &ZLNCHSTC..* - - STDATA(USER(&ZOWEUSER.) GROUP(&STCGRP.) TRUSTED(NO)) - - DATA('ZOWE LAUNCHER SERVER') - /* started task for ZIS cross memory server */ RLIST STARTED &ZISSTC..* ALL STDATA RDEFINE STARTED &ZISSTC..* - @@ -308,7 +297,6 @@ LISTUSER &ZOWEUSER. OMVS LISTUSER &ZISUSER. OMVS RLIST STARTED &ZOWESTC..* ALL STDATA - RLIST STARTED &ZLNCHSTC..* ALL STDATA RLIST STARTED &ZISSTC..* ALL STDATA RLIST STARTED &AUXSTC..* ALL STDATA @@ -408,7 +396,8 @@ /* general data set protection */ LISTDSD PREFIX(&HLQ.) ALL - ADDSD '&HLQ..*.**' UACC(READ) DATA('Zowe') + ADDSD '&HLQ..*.**' UACC(READ) - + DATA('Zowe') PERMIT '&HLQ..*.**' CLASS(DATASET) ACCESS(ALTER) ID(&SYSPROG.) SETROPTS GENERIC(DATASET) REFRESH @@ -520,14 +509,6 @@ GROUP(&STCGRP.) + STCID(&ZOWESTC.) F ACF2,REFRESH(STC) * -* started task for ZOWE Launcher in high availability -* -SET CONTROL(GSO) -INSERT STC.&ZLNCHSTC. LOGONID(&ZOWEUSER.) + -GROUP(&STCGRP.) + -STCID(&ZLNCHSTC.) -F ACF2,REFRESH(STC) -* * started task for ZIS cross memory server * SET CONTROL(GSO) @@ -721,11 +702,6 @@ $$ TSS ADD(STC) PROCNAME(&ZOWESTC.) ACID(&ZOWEUSER.) TSS ADD(&ZOWEUSER.) FAC(STC) -/* started task for ZOWE Launcher in high availability */ - TSS LIST(STC) PROCNAME(&ZLNCHSTC.) PREFIX - TSS ADD(STC) PROCNAME(&ZLNCHSTC.) ACID(&ZOWEUSER.) - TSS ADD(&ZOWEUSER.) FAC(STC) - /* started task for ZIS cross memory server */ TSS LIST(STC) PROCNAME(&ZISSTC.) PREFIX TSS ADD(STC) PROCNAME(&ZISSTC.) ACID(&ZISUSER.) diff --git a/workflows/templates/ZWESECUR.xml b/workflows/templates/ZWESECUR.xml index 2616c0e018..4508e22a2f 100644 --- a/workflows/templates/ZWESECUR.xml +++ b/workflows/templates/ZWESECUR.xml @@ -122,15 +122,6 @@ Zowe started task name Zowe started task name General Security - - #ZWESVSTC - - - - - Zowe started task name for HA - Zowe started task name for HA - General Security #ZWESLSTC @@ -265,7 +256,6 @@ - Run this step to initialize variable values.<br/> Note(s):<br/> 1. THE USER ID THAT RUNS THIS JOB MUST HAVE SUFFICIENT AUTHORITY <br/>