Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml committed Nov 8, 2024
1 parent 32003b3 commit 100421d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Copyright Contributors to the Zowe Project.
The Zowe launcher is a part of the Zowe server architecture that was added as an optional program for HA/FT usage in v1.
In v2, the Zowe laucher became the sole way to start the Zowe servers.
The launcher's purpose is to start, restart, and stop each Zowe server component which has a `start` command,
And in doing so it watches over such components for health (restarting them if they crash) and log management.
and in doing so it watches over such components for health (restarting them if they crash) and log management.

## Current features
* Stopping Zowe using the conventional `P` operator command
* Ability to handle modify commands
* Ability to handle `MODIFY` commands
* Stopping and starting specific Zowe components without restarting the entire Zowe

## Future features
* Issuing WTOs indicating the start and termination of specific components (this should simplify the integration with z/OS automation)
* Passing modify commands to Zowe components
* Passing `MODIFY` commands to Zowe components
* Clean termination of the components in case if the launcher gets cancelled

## Building
Expand Down Expand Up @@ -49,28 +49,28 @@ The launcher binary will be saved into the bin directory.

* To start the launcher use the `S` operator command:
```
S ZWELNCH
S ZWESLSTC
```
* To stop use the `P` operator command:
```
P ZWELNCH
P ZWESLSTC
```
* To stop a specific component use the following modify command:
* To stop a specific component use the following `MODIFY` command:
```
F ZWELNCH,APPL=STOP(component_name)
F ZWESLSTC,APPL=STOP(component_name)
```
* To start a specific component use the following modify command:
* To start a specific component use the following `MODIFY` command:
```
F ZWELNCH,APPL=START(component_name)
F ZWESLSTC,APPL=START(component_name)
```
* To list the components use the following modify command:
* To list the components use the following `MODIFY` command:
```
F ZWELNCH,APPL=DISP
F ZWESLSTC,APPL=DISP
```

## Community

This part of Zowe is currently developed by the zOS squad, which you can find on Slack at #zowe-zos-interface
This part of Zowe is currently developed by the zOS squad, which you can find on Slack at [#zowe-zos-interface](https://openmainframeproject.slack.com/archives/C034VLT3W2G).

## Architecture

Expand Down

0 comments on commit 100421d

Please sign in to comment.