Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Page formatting improved

...

The JobScheduler Information Dashboard (JID) starts with the script:

  • $SCHEDULER_HOME/bin/dashboard.sh (Unix)
  • $SCHEDULER_HOME\bin\dashboard.cmd (Windows)

This script should not be changed because the changes after a JobScheduler Update may have been lost.
If environment variables (e.g. $JAVA_HOME) need to be adjusted, then please put them in a file:

  • $SCHEDULER_HOME/user_bin/dashboard_environment_variables.sh (Unix)
  • $SCHEDULER_HOME\user_bin\dashboard_environment_variables.cmd (Windows)

You can use the file:

  • $SCHEDULER_HOME/user_bin/dashboard_environment_variables.sh-example (Unix)
  • $SCHEDULER_HOME\user_bin\dashboard_environment_variables.cmd-example (Windows)

as a template.

$SCHEDULER_HOME/user_bin/dashboard_environment_variables.sh must be executable on Unix.

...