Table of Contents |
---|
Introduction
- A Passive Cluster is an active-passive configuration with one JobScheduler instance being active (primary) and a number of instances being passive (backup).
- JobScheduler provides automated fail-over from the primary to the backup instance.
Primary JobScheduler
...
- number of JobScheduler Agents can be configured in an Agent Bundle.
- JobScheduler Master will select the first available Agent for execution of jobs. If an Agent is not available then the next available Agent is selected from the Agent Bundle.
- This architecture provides redundancy and automated fail-over of Agents.
JobScheduler Agent Bundle