Versions Compared

Key

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

...

You can set cluster options during installation of the JobScheduler.
After installation has been completed, cluster options can be set by editing the ./bin/jobscheduler_environment_variables file.(sh|cmd).Example:

Unix example:

  • stop the JobScheduler
  • edit ./bin/jobscheduler_environment_variables.sh

...

Code Block
 SCHEDULER_CLUSTER_OPTIONS=-exclusive

...

  • start the JobScheduler

Windows example:

  • 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 remove
 .\bin\jobscheduler.cmd install
  • start the JobScheduler service

See also http://www.sos-berlin.com/doc/en/scheduler_installation.pdf

...