Skip to content

Remove refs to Convenience build only in zwe-install and configure-zowe-zosmf-workflow #4128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/appendix/zwe_server_command_reference/zwe/zwe-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@

## Description

After you extract Zowe convenience build, you can run this command to install
MVS data sets.
After installation of Zowe via SMP/E, PSWI, or convenience build, run this command to install sample modules and some load modules into MVS data sets.

If you are using SMPE build, you can skip this command since MVS data sets are
already prepared during SMPE install.

These Zowe YAML configurations showing with sample values are used:
The following Zowe YAML configuration example uses sample values:

```yaml
zowe:
Expand All @@ -21,15 +17,19 @@ zowe:
prefix: IBMUSER.ZWE
```

Expected outputs:
**Expected outputs:**

- Will create these data sets under `zowe.setup.dataset.prefix` definition:
* `SZWEAUTH` contains few Zowe load modules (++PROGRAM).
* `SZWESAMP` contains several sample configurations.
* `SZWEEXEC` contains few utilities used by Zowe.
* `SZWELOAD` contains config manager for REXX.
The following data sets are created under `zowe.setup.dataset.prefix` definition:
* **SZWEAUTH**
Contains a few Zowe load modules (++PROGRAM).
* **SZWESAMP**
Contains several sample configurations.
* **SZWEEXEC**
Contains a few utilities used by Zowe.
* **SZWELOAD**
Contains config manager for REXX.

## Examples
**Example:**

```
zwe install -v -c /path/to/zowe.yaml
Expand Down
6 changes: 3 additions & 3 deletions docs/user-guide/configure-zowe-zosmf-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ The **Create configuration** step is mandatory. A valid zowe.yaml is required to

This step consumes the zowe.yaml configuration file you created in the previous step. It contains three sub-steps:

1. **(Optional) Run the Zowe install (only for convenience build)**. This step is required only for the convenience build. It runs the `zwe install` command.
2. **Run the Zowe init** runs `zwe init mvs` and `zwe init stc` commands.
3. **Run the Zowe init security** is optional if you have already previously preformed security setup for Zowe. This sub-step requires Security Administrator permissions. It runs the `zwe init apfauth` and `zwe init security` commands. If security is not set up for Zowe, contact your Security Administrator to perform this setup.
1. **Run the Zowe install** to run the `zwe install` command.
2. **Run the Zowe init** to run `zwe init mvs` and `zwe init stc` commands.
3. **Run the Zowe init security** is optional if you have already previously preformed security setup for Zowe. This sub-step requires Security Administrator permissions. This runs the `zwe init apfauth` and `zwe init security` commands. If security is not set up for Zowe, contact your Security Administrator to perform this setup.

:::note
An alternative to executing **Run the Zowe init security** is to submit `ZWESECUR` JCL. For details, see [Configuring security](configuring-security.md).
Expand Down
Loading