GithubHelp home page GithubHelp logo

lchudinov / zowe-launcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ifakhrutdinov/zowe-launcher

0.0 0.0 0.0 86 KB

License: Eclipse Public License 2.0

Makefile 8.32% C 70.98% Shell 20.70%

zowe-launcher's Introduction

This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0

Copyright Contributors to the Zowe Project.

Zowe Launcher

This is a POC project with the goal to provide an advanced launcher for Zowe components.

Current features

  • Stopping Zowe using the conventional P operator command
  • 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
  • Clean termination of the components in case if the launcher gets cancelled

Building

cd zowe-launcher
make

The launcher binary will be saved into the bin directory.

Prerequisites

  • Zowe 1.11.0

Deployment

  • Specify the Zowe installation and instance directories in zowe.conf
  • Run patch-zowe.sh to apply the require Zowe changes
  • Copy the launcher JCL (samplib/zlaunch) to your PROCLIB
  • Edit the JCL and specify the launcher directory in the WORKDIR variable

Component configuration

Edit components.conf to add and remove components. The configuration consists of key-value pairs, where a key is a component name and a value is the path to the component binary.

Operating the launcher

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

The project should fix the following issues

zowe-launcher's People

Contributors

ifakhrutdinov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.