Start of change

POWER_RESET_CMD

Syntax

POWER_RESET_CMD=command

Description

Defines the reset operation script that will be called when handling a power reset request.

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