Versions Compared

Key

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

Table of Contents

Introduction

For JS7 - Automated Deployment On Premises use of a Deployment Area is recommended.

...

  • to hold the script environment for JS7 - Automated Installation and Update and for JS7 - Deployment Packaging,
  • to hold the configuration files and optionally certificates for deployment of JS7 componentsproducts,
  • to hold the JS7 installations per JS7 release and component product such as JOC Cockpit, Controller, Agent,
  • to hold the archive of Deployment Packages per JS7 releases and target host,

...

Code Block
languagebash
titleDownload Performing download of Deployment Area tarball from SOS Web Site
curl "https://download.sos-berlin.com/JobScheduler.2.5/js7_deploy.tar.gz" --output "js7_deploy.tar.gz"

...

Code Block
languagebash
titleExtract Extracting Deployment Area tarball
cd $HOME
tar -xzf js7._deploy.tar.gz


After extraction users find the following directory layout:

...

Code Block
languagebash
titleRun Running the env.sh Environment Script
. ./env.sh

...

Users are free to choose the directory hierarchy at their will.

Download JS7 Installation

...

Files

Download can be performed in a number of ways. The curl utility can be used to this purpose like this:

...

...