Start of change

POWER_RESUME_CMD

Syntax

POWER_RESUME_CMD=command

Description

Defines the resume operation script that will be called when handling a resume request. An opposite operation to POWER_SUSPEND_CMD.

To allow the command to parse all its arguments as a host list, LSF uses the command in the format:

command host [host …]

To show each host with its execution result (success (0) or fail (1)), the return value of the command follows the format:

host 0
host 1
...

Default

Not defined.

End of change