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).

Unix example:

  • stop the JobScheduler

     

  • edit ./bin/jobscheduler_environment_variables.sh

    Code Block
     SCHEDULER_CLUSTER_OPTIONS=-exclusive
    
  • start the JobScheduler

Windows example:

...