Versions Compared

Key

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

Table of Contents

...

JobScheduler Demon on Unix®

On Unix® Unix systems, the JobScheduler is operated as a demon.To start and stop the JobScheduler use the script:

...

In addition to start and stop, this script accepts additional parameters, e.g.debug, restart, abort and kill. If you want the JobScheduler to be started automatically at server startup , then please follow the step steps which are describe heredescribed in the How do we get JobScheduler to auto start on Linux? article.

If the JobScheduler doesn't start then look into the $SCHEDULER_DATA/logs/scheduler.log for the reason. You may be missing dependent libraries.This can be checked with :

Code Block
languagetext
$SCHEDULER_HOME/bin/jobscheduler.sh ldd

...

JobScheduler Service for Microsoft® Windows®

On Microsoft® Windows® Microsoft Windows systems, the JobScheduler is installed as service.You can find the JobScheduler service by opening the Microsoft® Windows® Microsoft Windows service panel and looking for a service with a name starting with "SOS JobScheduler". The service has the system account after the setup. The service is configured to be started automatically at server startup.

You can start and stop the service in the Microsoft® Windows® Microsoft Windows service panel or with:

Code Block
languagetext
titleExample: Starting the JobScheduler service on Microsoft® Windows®Microsoft Windows
sc.exe start sos_scheduler_[JobSchedulerId]
Code Block
languagetext
titleExample: Stopping the JobScheduler service on Microsoft® Windows®Microsoft Windows
sc.exe stop sos_scheduler_[JobSchedulerId]

...

Code Block
languagetext
titleExample: Starting the JobScheduler service on Microsoft® Windows®Microsoft Windows
$SCHEDULER_HOME\bin\jobscheduler.cmd start
Code Block
languagetext
titleExample: Stopping the JobScheduler service on Microsoft® Windows®Microsoft Windows
$SCHEDULER_HOME\bin\jobscheduler.cmd stop

In addition to start and stop, this script accepts additional parameters, e.g.debug, restart, abort and kill. If the JobScheduler doesn't start then look into at the $SCHEDULER_DATA/logs/scheduler.log for the reason.