Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

The JobScheduler ID is a unique identifier for an instance of JobScheduler within a network. The ID is specified during set-up of JobScheduler.

If it is were neccessary to change the scheduler_id after installation modify the JobScheduler ID later on then there are two options.:

Update JobScheduler configuration

Windows

  • stop Stop the JobScheduler service
  • open Open a shell
  • navigate Navigate to $scheduler$SCHEDULER_homeHOME/bin
  • execute Execute: jobscheduler.cmd remove
  • open $schedulerOpen $SCHEDULER_homeHOME/bin/jobscheduler_environment_variables.cmd and change modify SCHEDULER_HOME, SCHEDULER_DATA, SCHEDULER_ID
  • open $schedulerOpen $SCHEDULER_dataDATA/config/web.xml and change modify the elements <param-value> of  for the servlet JOC
  • rename folder name $scheduler_data and $scheduler_home
  • Rename the folders $SCHEDULER_DATA and $SCHEDULER_HOME
  • Open open a shell
  • navigate Navigate to $scheduler$SCHEDULER_homeHOME//bin
  • execute Execute: jobscheduler.cmd install

...

Unix

  • stop Stop the JobScheduler servicedaemon
  • open $schedulerOpen $SCHEDULER_homeHOME/bin/jobscheduler_environment_variables.sh and change modify SCHEDULER_HOME, SCHEDULER_DATA, SCHEDULER_ID
  • open $schedulerOpen $SCHEDULER_dataDATA/config/web.xml and change modify the elements <param-value> of servlet JOC
  • rename folder name $scheduler_data and $scheduler_home
  • Rename the folders $SCHEDULER_DATA and $SCHEDULER_HOME
  • Open open a shell
  • navigate Navigate to $scheduler$SCHEDULER_homeHOME/bin

Or

  • Start the JobScheduler daemon

Re-install JobScheduler

  • Copy $SCHEDULER_DATAcopy $scheduler_data/config live to a temp temporary folder
  • uninstall Uninstall JobScheduler
  • install Install JobScheduler with another scheduler_id. Do not use the hash sign (# sign ) but underscore (_ instead ) or dot (or .) in scheduler_id.
  • Copy the $SCHEDULER_DATA/config/copy live folder from temp the temporary folder to $scheduler_data/configthe new installation.