Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Packaging Script is provided for download and can be used to automate installation, updates, upgrades and patches of JS7 Controllerscomponents such as JOC Cockpit, Controller and Agents.

  • The script is available for Linux, MacOS® and AIX® using bash, dash, ksh and zsh POSIX-compatible shells. 
  • The script script expects a JS7 - Deployment Descriptor file in .json format that specifies the JS7 components, the installation options, configuration options and deployment options.
  • The script creates
  • The script terminates with exit code 0 to signal success, with exit code 1 for command line argument errors and with other exit code 2 codes for non-recoverable errors.
  • The script is intended as a baseline example for customization by JS7 users and by SOS within the scope of professional services.Refer also to information in the  JS7 - Controller Command Line Operation article.

Prerequisites

The Packaging Script requires the jq utility to be available from the operating system. 

Download

Find the Controller Installer Script for download from JS7 - Download.

...