Versions Compared

Key

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

...

These scripts are creating an order, which is then submitted to the JobScheduler. The order contains all mandatory informations for the event.
By default, the scripts are using the JobScheduler start script to communicate with the JSJobScheduler. This works, if a JobScheduler installation is available and the ./bin folder of the JS JobScheduler is in the path variable.

If there is no JS JobScheduler installation on the host where the event has to be raised, then the script can use instead of the JS JobScheduler start script a perl script, which will do the communication.

...

To use the .cmd or .sh script with perl you have to copy these scripts from a JS JobScheduler installation to a folder on the host where you want to raise an event.

...

Code Block
languagebash
 jobscheduler_event.sh -x 0 -e class -i event_id -s hostname -r portnumber

See also:

...