Versions Compared

Key

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

...

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

The jobscheduler_environment_variables.(sh|cmd) File

The JobScheduler's start parameter and ID are set in this file.

...

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

The sos.ini File

The $SCHEDULER_DATA/config/sos.ini file contains the license key for the JobScheduler. 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.

The factory.ini File

E-mail settings, information about the JobScheduler's 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.

The scheduler.xml File

Information about the JobScheduler ports and allowed hosts 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

The custom.js File

The $SCHEDULER_DATA/config/operations_gui/custom.js file is used by JobScheduler Operations Center (JOC).

Display feature availability
EndingWithRelease1.11

...

See also here for more details.

Anchor
hibernate
hibernate

The hibernate.cfg.xml File

The $SCHEDULER_DATA/config/hibernate.cfg.xml file is used by:

...

Anchor
reporting-hibernate
reporting-hibernate

The reporting.hibernate.cfg.xml File

The $SCHEDULER_DATA/config/reporting.hibernate.cfg.xml file  is used by the JobScheduler and the JOC Cockpit to access the reporting database if a separate reporting database was specified during installation. 

Display feature availability
StartingFromRelease1.11
 See also the JobScheduler Master Installation - 1 - Database Configuration article for more details.

Anchor
environment-variables
environment-variables

The jobeditor_environment_variables File

The JobScheduler Object Editor (JOE) environment is specified in this file.

JOE is started with $SCHEDULER_HOME/bin/jobeditor.(sh|cmd). This file should not be changed because the changes may be lost after an update of the JobScheduler. If environment variables (e.g. $JAVA_HOME) need to be adjusted, then please put them in a $SCHEDULER_HOME/user_bin/jobeditor_environment_variables file. You can use the $SCHEDULER_HOME/user_bin/jobeditor_environment_variables.(sh|cmd)-example file as a template.

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

The dashboard_environment_variables.(sh|cmd) File

The JobScheduler Information Dashboard (JID) environment is specified in this file. 

Display feature availability
EndingWithRelease1.11

JID is started with the $SCHEDULER_HOME/bin/dashboard.(sh|cmd) file but this file should not be changed because the changes may be lost after an update of the JobScheduler. If environment variables (e.g. $JAVA_HOME) need to be adjusted, then please put them in a $SCHEDULER_HOME /user_bin/dashboard_environment_variables.(sh|cmd) file.

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

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