From a55bfdc336bbd5f764d332357856c5522a2e5bd3 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:46:22 +0200 Subject: [PATCH] Zwe start help clarification Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- bin/commands/start/.help | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/commands/start/.help b/bin/commands/start/.help index f3c2b870a9..b32f61f49f 100644 --- a/bin/commands/start/.help +++ b/bin/commands/start/.help @@ -8,7 +8,8 @@ zowe: security: stcs: zowe: ZWESLSTC - jobname: ZWE1SV + job: + name: ZWE1SV haInstances: [ha-instance]: sysname: ZLP1 @@ -21,3 +22,7 @@ haInstances: - `haInstances.[ha-instance].sysname` is the SYSNAME of the target HA instance. If you pass `--ha-instance` parameter, this is the SYSNAME the start command will be routed to. + +Note: `zwe start` is only identifying an already configured instance of Zowe. +Any additional changes to the `zowe.yaml` config could possibly require +either manual changes or running related `zwe` commands before issuing `zwe start`.