Command Line Interface Guide

172 omconfig: Managing Components Using the Instrumentation Service
Example Recovery Commands
To set the action on hung operating system detection to powercycle, type:
omconfig system recovery action=powercycle
or
omconfig servermodule recovery action=powercycle
To set the system to hang for 120 seconds, before a recovery action is
initiated, type:
omconfig system recovery timer=120
or
omconfig servermodule recovery timer=120
Table 4-30. Recovery Parameters
name=value pair Description
action=none Takes no action when the operating system is hung or has
crashed.
action=reboot Shuts down the operating system and initiates system startup,
performing BIOS checks, and reloading the operating system.
action=poweroff Turns off electrical power to the system.
action=powercycle Turns off electrical power to the system, pauses, turns the power
on, and reboots the system. Power cycling is useful when you
want to re-initialize system components such as hard drives.
timer=<n> Number of seconds that must pass before the operating system
in a system is considered hung operating system (from 20
seconds to 480 seconds).