Installation

Copy the software package “coldscheduler-x.y.z-server.tar.gz” (where “x.y.z” represents the current version number) to the target system, and extract the file, e.g.:

tar -xvzf coldscheduler-1.2.0-server.tar.gz

If only the monitoring functionality is required (for status information from some remote Scheduler), you can use a reduced version of the above software package: coldscheduler-x.y.z-monitor.tar.gz.

After extraction there will be several subdirectories:

Subdirectory

Content

bin/

Start and stop scripts of the Scheduler and the Monitor (or only of the Monitor)

conf/

Configuration files:

ColdScheduler.properties (Scheduler configuration – entries in “ColdScheduler.properties”)

Aktion.ini (Workflow customization in “Aktion.ini”)

LogConfig.xml (Logging)

db-model/

SQL scripts for creating the database model (mssql, db2, oracle, derby,postgresql)

(This is only present in the “-server” package, but not in the “-monitor” package.)

lib/

Required libraries (jar files)

The Scheduler requires the following libraries that are no longer included in the Scheduler release package that is provided by T-Systems starting with ImageMaster 9.9.1. You must download the libraries yourself and copy them to the lib subfolder of the Scheduler installation:

  • Lanterna Java library version 2.1.9 for creating text-based GUIs on GitHub [GitHub Lanterna]

docs/

Documentation

Table 79: Subdirectories of the installation package