zwe init subcommand overview
zwe init subcommand overview
Review this article to learn about the individual subcommands executed in zwe init
. Based on your use case, you may choose to run the subcommands of zwe init
individually rather than running all of these commands together. Review this article to get started with using zwe init
subcommands.
Some of the following zwe init
subcommands require elevated permissions. See the required roles associated with each of these commands.
- Initializing Zowe custom data sets (
zwe init mvs
) - Initializing Zowe security configurations (
zwe init security
) - Performing APF authorization of load libraries (
zwe init apfauth
) - Configuring Zowe to use TLS certificates (
zwe init certificate
) - Creating VSAM caching service datasets (
zwe init vsam
) - Installing Zowe main started tasks (
zwe init stc
)
Initializing Zowe custom data sets (zwe init mvs
)
Use the zwe init mvs
command to intialize Zowe custom MVS data sets.
During the installation of Zowe, the following three data sets are created and populated with members copied across from the Zowe installation files:
SZWEAUTH
SZWESAMP
SZWEEXEC
The contents of these data sets represent the original files that were provided as part of the Zowe installation and are not meant to be modified.
For modification and execution, it is necessary to create custom data sets by using the zwe init mvs
command. For detailed information about this command, see the zwe init mvs
command reference.
The zowe.yaml
section that contains the parameters for the data set names is:
zowe:
setup:
dataset:
prefix: IBMUSER.ZWE
parmlib: IBMUSER.ZWE.CUST.PARMLIB
jcllib: IBMUSER.ZWE.CUST.JCLLIB
authLoadlib: IBMUSER.ZWEV2.SZWEAUTH
authPluginLib: IBMUSER.ZWE.CUST.ZWESAPL
Review the following table for storage requirements for the three data sets:
Library DDNAME | Member Type | zowe.yaml | Target Volume | Type | Org | RECFM | LRECL | No. of 3390 Trks | No. of DIR Blks |
---|---|---|---|---|---|---|---|---|---|
CUST.PARMLIB | PARM Library Members | zowe.setup.dataset.parmlib | ANY | U | PDSE | FB | 80 | 15 | 5 |
CUST.JCLLIB | JCL Members | zowe.setup.dataset.jcllib | ANY | U | PDSE | FB | 80 | 15 | 5 |
CUST.ZWESAPL | CLIST copy utilities | zowe.setup.dataset.authPluginLib | ANY | U | PDSE | U | 0 | 15 | N/A |