Skip to content
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

All Zowe Launcher to handle component start/stop with JES commands #3

Open
jackjia-ibm opened this issue Oct 5, 2020 · 0 comments
Open

Comments

@jackjia-ibm
Copy link
Member

jackjia-ibm commented Oct 5, 2020

In component manifest.json, it may define the component can be started/stopped with JES commands. The possible format of start/stop lifecycle command could be:

{
  "commands": {
    "start": "jes://S ZWESISTC",
    "stop": "jes://P ZWESISTC"
  }
}

Questions:

  • ZWESISTC could be a variable because we allow the user to customize this value in other part of install/configure steps.
  • If start command is issued by bin/internal/start-component.sh, will monitoring job like ZWESISTC is very different from BPXBATSL executing shell scripts?

This task depends on zowe/zowe-install-packaging#1692.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant