Versions Compared

Key

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

...

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

More examples:

Code Block
languagebash

 test@homer:~/tmp/event> ./jobscheduler_event.sh -h homer -p 4312 -e test-class
 Job Scheduler response:
 ok
 test@homer:~/tmp/event> ./jobscheduler_event.sh -h homer -p 4312 -e test-class -w check
 1
 test@homer:~/tmp/event> ./jobscheduler_event.sh -h homer -p 4312 -e test-class -w remove
 Job Scheduler response:
 ok
 test@homer:~/tmp/event> ./jobscheduler_event.sh -h homer -p 4312 -e test-class -w check
 0 

See also:

The perl package IO::Socket is required to execute the perl script.