Versions Compared

Key

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

...

JOC Cockpit plays a limited role when it comes to high availability:

  • Any All workflows and jobs are executed with the Controller and Agents only. Orders are started and executed independently from of the JOC Cockpit once they are have been submitted by the JS7 - Daily Plan.
  • In case that the event of the JOC Cockpit becomes becoming unavailable:
    • users cannot monitor and control the status of Controllers and Agents,
    • users cannot deploy scheduling objects to Controllers and Agents,
    • users cannot access the JS7 - History for execution results and log output of orders and tasks.

For command line references see the JS7 - JOC Cockpit - Command Line Operation article.

Cluster Roles

The JobScheduler and JS7 documentation frequently indicates a contains references to Primary JOC Cockpit Instance and any number of Secondary JOC Cockpit Instances. The These names may suggest that one JOC Cockpit Instance is primarily used and other instances are used for backup purposes.

  • The wording of cluster terms suggests to indicate the Active JOC Cockpit Instance and the Standby JOC Cockpit Instances independently from the fact if the are often more significant, regardless of whether it is the Primary or a Secondary JOC Cockpit Instance that is active.
  • The JOC Cockpit implements an active-passive cluster, however, the term passive is misleading as the Standby JOC Cockpit Instances are not necessarily passive:
    • Users can login to a Standby JOC Cockpit Instance to and perform any of the operations as that are available from the Active JOC Cockpit Instance.
    • The following limitations apply to use of Standby JOC Cockpit Instances:
      • The JS7 - Dashboard does not automatically update order states, history information and cluster status information. Such information is updated when navigating to the page.
      • No running log is available for orders and tasks that are currently executed. In addition, no access to order logs and task logs is available for the time that an order is not completed. 
  • Any JOC Cockpit instances operated as a cluster use the same JS7 - Database.
    • The database is used to synchronize cluster operations. 
    • Unavailability of the database prevents the JOC Cockpit cluster from working.

...

  • The Active JOC Cockpit Instance is killed, for example:
    • for on Unix with a SIGKILL signal corresponding to the command: kill -9
    • for on Windows with the command: taskkill /F
  • The operating system crashes.

Fail-over happens within a period of time that depends on the number of orders that have been started but that did have not yet completecompleted. The minimum duration of a fail-over is 30s and can last for 2-3 minutes if thousands of active orders are in place.

...