Versions Compared

Key

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

Table of Contents

Introduction

  • JOC Cockpit comes preinstalled with a Docker® image.
  • Before running the Before installing JOC Cockpit container the following requirements should be met:
    • A The embedded H2® database is used or an external database is available and is accessible, see JS7 - Database.
    • Docker volumes are created with persistent JOC Cockpit configuration data and log files.
    • A Docker network or similar mechanism is available to enable network access for between JOC Cockpit, Controller instance(s) and Agents.
  • Installation of JOC Cockpit includes the following steps:
    • Starting the JOC Cockpit container.
  • Initial operation for JOC Cockpit includes:
    • specification of to register the Controller instance(s) and Agents that are used in the job scheduling environment.
    • optional specification of optionally to register a JS7 Controller cluster. 

...

The database connection is configured after before initial start of the JOC Cockpit container.

When using the H2® embedded database then you can skip the following chapters. It is sufficient to have the Hibernate configuration ready as this database runs in pre-configured mode inside the container.

...