-
Notifications
You must be signed in to change notification settings - Fork 51
Spec for MVS artifacts git issue 519
Joe-Winchester edited this page Sep 19, 2019
·
4 revisions
Add the following lines to zowe-install.yaml
install:
# High Level Qualifier of SZWE* data sets
hlq={userid}.ZWE{zowe_version}
When zowe-instal.sh -I
is run the installer should
- Check/create two data sets. One for the load library, one for the SAMPLIB content
- Stick content into the two =
{hlq}.SZWEAUTH
ZWESIS01
{hlq}.SZWESAMPE
ZWESECUR (this is in stagings/cupids branch)
ZWESISPRG
ZWESIP00 (parmlib for x-mem)
ZWESISCH
ZWESISTC (proc for x-mem)
ZOWESVR (this should be our proclib)
DONE !
At configure time these are updated and
datasets:
# PROCLIB data set name
# default {userid}.ZWE{zowe_version}.CUST.PROCLIB
proclib=
# PARMLIB data set name
# default {userid}.ZWE{zowe_version}.CUST.PARMLIB
parmlib=
# Miscelaneous JCL data set name
# default {userid}.ZWE{zowe_version}.CUST.JCL
jcllib=
and
{hlq}.ZWE130.CUST.JCL
ZWESECUR
{hlq}.ZWE130.CUST.PROCLIB
ZOWESVR
ZOWEZSS
- Configure zOSMF HA for Zowe in Sysplex
- Enable JWT function on zOSMF HA servers
- Enable single sign-on on zOSMF HA servers
- Enable Zowe to generate and evaluate PassTickets for APIML Services Zowe HA
- Deploy Zowe in Sysplex
- Test Zowe in Sysplex
- List of changes to the current documentation
- Additions to the current documentation