16.0 Green computing > How-to's > Handling power-related events

Conventions

16.3.6 Handling power-related events

To configure Moab to record power-related events

  1. Modify the RECORDEVENTLIST parameter.

    RECORDEVENTLIST +NODEMODIFY

    Power-related events are logged to the Moab log file.

To put a reservation on a node that fails to perform a power action

  1. Configure the NODEFAILURERSVPROFILE attribute of RMCFG and create an RSVPROFILE with a high duration.

    RMCFG[torque] NODEFAILURERSVPROFILE=failure
    RSVPROFILE[failure] DURATION=3600

    Nodes that fail to power on or off have a 1-hour reservation placed on them.

Related topics