Installation Requirements
The following requirements must be met before the JOC Cockpit can be installed:
- The JOC Cockpit can be installed independently of any JobScheduler Masters. However, it can only be used to operate version 1.11 JobSchedulers and newer. These JobSchedulers have to use a separate schema, user and database to any other JobSchedulers that use the same DBMS because of changes made to the database tables for version 1.11.
- Java 8
- Web Server capable of handling Java Web Applications (Jetty Tomcat, JOC C own Jetty)
Operating Systems
The JOC Cockpit is available for Linux and Windows operating systems in 64-bit and 32-bit. See the Which platforms is JobScheduler available for and what platform support is provided? article for more information. IS ARTICLE CORRECT TARGET?
Download the JOC Cockpit Archive
The following archive files including installer are available:
- joc_linux.[release].tar.gz < LINKS TO BE ADDED
- joc_windows.[release].zip
These archives can be downloaded from:
- the SOS Web Site Download page < LINKS TO BE ADDED
- the JobScheduler Source Forge
Installation Procedure
Preparation
- Unpack the archive JOC Cockpit archive to a suitable directory such as
/tmp
on Unix systems orC:\temp
on Windows.
Start Installation
Installation is started as a dialog by clicking on the setup.sh
or setup.cmd
files.
Batch installation is started by opening a terminal or command window in the folder containing the setup.*
file and typing:
- Starting the JOC Cockpit installer on Unix systems
/tmp/jobscheduler.[release]> ./setup.sh
- Starting the JOC Cockpit installer on Unix systems
C:\temp\jobscheduler.[release]> setup.cmd
Configuration Forms
Language Selection
- English and German are available
Welcome Screen
Licensing Agreement
Target Path for the Installation
The default installation paths for the JOC Cockpit are alongside the default JobScheduler program files:
/home/[user]/sos-berlin.com/joc
on Linux systems andC:\Program Files\sos-berlin.com\joc
on Windows.
User Data / Install Jetty
- The default installation paths for the Jetty Web Server delivered with the JOC Cockpit are alongside the default JobScheduler configuration and log files:
/home/[user]/sos-berlin.com/joc
on Linux systems andC:\ProgramData\sos-berlin.com\joc
on Windows.
- Note that if it another web server is to be used relevant configuration files required for such a server such as the
shiro.ini
file will be written to the following directories:???
on Linux systems and < FILE LOCATION TO BE SET
on Windows systems.C:\Program Files\sos-berlin.com\joc\resources
- The default installation paths for the Jetty Web Server delivered with the JOC Cockpit are alongside the default JobScheduler configuration and log files:
Choose the DBMS
Configure the Database Connection
- 07 - No Slide
08 Installation
09 Processing
10 Completion
11 JOC Cockpit Login
Call the JOC Cockpit login form in a web browser and enter the username and password.
After a first installation of the JOC Cockpit the default User Name and Password will be root:root and Shiro Authentication will be active.
See the Authentication and Authorization Configuration article for information about the configuration of other user profiles and authentication methods
Configuration with Alternative Web Servers
The JOC Cockpit installation procedure contains the option of installing and using the Jetty Web Server that is included in with the JOC Cockpit installation archive. This option was shown in the above series of screen shots.
I