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 ./user_bin/jobscheduler_environment_variables file.(sh|cmd).

Example: ./user_bin/jobscheduler_environment_variables.sh on Unix

Code Block
 SCHEDULER_CLUSTER_OPTIONS=-exclusive

Example: ./user_bin/jobscheduler_environment_variables.cmd on Windows

Code Block
 SET SCHEDULER_CLUSTER_OPTIONS=-exclusive

On Windows you have to update the JobScheduler service.

Code Block

 .\bin\jobscheduler.cmd remove
 .\bin\jobscheduler.cmd install

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

...