You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

Introduction

  • During the final development phase of JS7 daily snapshots are provided for download.
  • Release numbers are introduced with the release candidate being ready.

Pull Docker® Images

Docker® images for JS7 are publicly available from https://hub.docker.com/repository/docker/sosberlin/js7

  • Note: JS7 is under development and will become available in August 2021. Images of snapshot releases are intended for testing purposes and for early adopters. You should not use the images for any serious tasks.
  • Note: When using a current image then users of snapshot releases before August 11th have to drop the Controller's and Agent's journals like this:
    • Agent:
      • Path inside the container: /var/sos-berlin.com/js7/agent/var_<port>/state/*
      • Removal from volume: rm <path-to-docker-volume>/var/state/*
    • Controller:
      • Path inside the container: /var/sos-berlin.com/js7/controller/var/state/*
      • Removal from volume: rm <path-to-docker-volume>/var/state/*
    • Then redeploy your scheduling objects such as workflows etc. once again from the JOC Cockpit Configuration View.


ComponentPlatformMediaPullDocumentation
JOC CockpitLinuxImagedocker image pull sosberlin/js7:joc-2-0-0-SNAPSHOTJS7 - JOC Cockpit Installation for Docker Containers
ControllerLinuxImagedocker image pull sosberlin/js7:controller-2-0-0-SNAPSHOTJS7 - Controller Installation for Docker Containers
AgentLinuxImage

docker image pull sosberlin/js7:agent-2-0-0-SNAPSHOT

JS7 - Agent Installation for Docker Containers

LinuxImage with PowerShell Moduledocker image pull sosberlin/js7:agent-2-0-0-SNAPSHOT-plusJS7 - Agent Installation for Docker Containers with "plus" images

Download for Installation On Premises

The JS7 product is offered for download from the SOS web site:


Download Licensed Binary Code

Customers with a Commercial License can download licensed binary code to enable clustering for high availability. Use of licensed binary code requires a license key.


ComponentPlatformMediaDownload URLDocumentation
Licensed
Binary Code
anyjs7-license.jar file

https://download.sos-berlin.com/JobScheduler.2.0/js7-license.jar

Customers with a Commercial License can download the js7-license.jar file.

JS7 - FAQ - How to apply a JS7 License Key


Download Defaults and Examples

To give you an easy start, we suggest that you download some presets that you can import into JOC Cockpit from the Configuration View

You might be interested in downloading a number of examples for workflows and jobs for operation with Agents on Unix and Windows respectively. The examples can be helpful to create your own workflows and job dependencies. The examples correspond to what you find from the JS7 - Online Demo.

  • Unix examples make use of an Agent Name primaryAgent, Windows examples use an Agent Name windowsAgent.
  • You can modify the Agent assignment with the example jobs or you can create this Agent Alias Name (recommended), see JS7 - Initial Operation for Standalone Controller.


ComponentPlatformMediaDownload URLDocumentation
Defaultsany.zip Archive for Import

https://download.sos-berlin.com/JobScheduler.2.0/Defaults.zip

After import of the Defaults.zip archive a folder with the same name is available that includes JS7 - Job Resources to publish global JS7 - Job Environment Variables to your shell jobs

ExamplesUnix.tar.gz Archive for Importhttps://download.sos-berlin.com/JobScheduler.2.0/Examples.tar.gzJS7 - Online Demo

Windows.zip Archive for Importhttps://download.sos-berlin.com/JobScheduler.2.0/Examples.zipJS7 - Online Demo



  • No labels