LSF Version 7.3 - Administering Platform LSF
Administering Platform LSF 657
Event Generation
◆ The event receiver (LSF_EVENT_RECEIVER in lsf.conf)
◆ The cluster name
◆ The LSF event number (LSF events list or LSF_EVENT_XXXX macros in lsf.h)
◆ The event argument (for events that take an argument)
Example
For example, if the event receiver is the string xxx and LIM goes down on HostA in
Cluster1, the function returns:
xxx Cluster1 1 HostA
The custom LSF event program can interpret or ignore these arguments.