Versions Compared

Key

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

...

  • $SCHEDULER_HOME/user_bin/jobscheduler_environnment_variables (for JobScheduler) 
  • $SCHEDULER_HOME/user_bin/jobeditor_environment_variables (for JOE) 
  • $SCHEDULER_HOME/user_bin/dashboard_environment_variables (for JID)

7.1 The sos.ini File

In the file $SCHEDULER_DATA/config/sos.ini the license key is included. In addition, Java options and if necessary the location of the Java® Virtual Machine (JVM) can be configured.

Further details about the entries in this file are to be found here.

7.2 The factory.ini File

E-mail settings, information about the database connection and the Java archives classpath are saved in the $SCHEDULER_DATA/config/factory.ini file.

Further details about the entries in this file are to be found here.

7.3 The scheduler.xml File

The JobScheduler port information is to be found in the $SCHEDULER_DATA/config/scheduler.xml file.

Further details about this file are to be found here.

Anchor
custom
custom

7.4 The custom.js File

The $SCHEDULER_DATA/config/operations_gui/custom.js file is used by JobScheduler Operations Center (JOC). Beside other settings you can configure the language and filters in particular.

See also here for more details.

Anchor
hibernate
hibernate

7.5 The hibernate.cfg.xml  File

The $SCHEDULER_DATA/config/hibernate.cfg.xml file is used by JobScheduler Information Dashboard (JID) to get the database connection.

...

Anchor
environment-variables
environment-variables

7.6  The jobscheduler_environment_variables.(sh|cmd) File

In this file the start parameter and the ID of the JobScheduler are set.

...

Code Block
languagetext
titleExample: Reinstall the JobScheduler service
$SCHEDULER_HOME/bin/jobscheduler.cmd remove 
$SCHEDULER_HOME/bin/jobscheduler.cmd install

 

7.7 The jobeditor_environment_variables File

In this file the environment of JobScheduler Object Editor (JOE) can be set.

You start JOE with $SCHEDULER_HOME/bin/jobeditor.(sh|cmd). This file 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/jobeditor_environment_variables. You can use the file $SCHEDULER_HOME/user_bin/jobeditor_environment_variables.(sh|cmd)-example as a template.

$SCHEDULER_HOME/user_bin/jobeditor_environment_variables must be executable on Unix®.

7.8 The dashboard_environment_variables.(sh|cmd) File

In this file the environment of JobScheduler Information Dashboard (JID) can be set.

You start JID with $SCHEDULER_HOME/bin/dashboard.(sh|cmd) but this file 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|cmd).

You can use the file $SCHEDULER_HOME/user_bin/dashboard_environment_variables.(sh|cmd)-example as a template.

$SCHEDULER_HOME /user_bin/dashboard_environment_variables.(sh|cmd) must be executable on Unix®.