Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
General
Two or more JobSchedulers can be operated as a cluster.
All the JobSchedulers in a cluster must have the same Id and use the same database.
Further, each JobScheduler in a cluster must be started with one of the following cluster options:
...
- stop the JobScheduler
- edit ./bin/jobscheduler_environment_variables.sh
Code Block |
---|
SCHEDULER_CLUSTER_OPTIONS=-exclusive
|
...
- stop the JobScheduler service
delete the JobScheduler service
Code Block
...
.\bin\jobscheduler.cmd remove
edit .\bin\jobscheduler_environment_variables.cmd
Code Block
...
SET SCHEDULER_CLUSTER_OPTIONS=-exclusive
install the JobScheduler service
Code Block
...
.\bin\jobscheduler.cmd install
- start the JobScheduler service
...