Versions Compared

Key

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

...

Excerpt

JobScheduler can be implemented for different architectures:

  • Single Server Operation
  • Cluster Operation
    • Failover is provided by either an active or passive cluster:
      • Passive Cluster with Primary JobScheduler and Backup JobScheduler in stand-by mode
      • Active Cluster with multiple JobScheduler instances in balanced mode
    • Depending on the type of cluster, load balancing is also possible
    • Jobs & orders are executed on remote servers via SSH
  • Master / Agent Cluster
    • Operating Master JobScheduler and Agent JobScheduler on different platforms for cross-platform scheduling
    • Jobs & orders are executed on remote servers by Agents and via SSH (Agentless Scheduling)
  • Supervisor
    • Operating a Supervisor JobScheduler for central configuration

...