CLI Guide
Example Shutdown Commands
To set the shutdown action to reboot, type:
omconfig system shutdown action=reboot
or
omconfig servermodule shutdown action=reboot
To bypass operating system shutdown before the system is powered o, type:
omconfig system shutdown action=reboot osfirst=false
or
omconfig servermodule shutdown action=reboot osfirst=false
NOTE: The parameter osrst=false is not available on 13G and later systems. By default, on 13G and later systems, the
operating system shuts down before turning o the server during a remote shutdown.
Omcong System Thrmshutdown Or Omcong Servermodule Thrmshutdown
Use the omcong system thrmshutdown or omcong servermodule thrmshutdown command to congure a thermal shutdown
action. You can congure the system for a thermal shutdown when a temperature probe detects a temperature probe warning or
failure event.
The following table displays the valid parameters for the command:
Table 76. Valid Parameters Of Thermal Shutdown
name=value pair Description
severity=disabled | warning | failure
disabled: Disable thermal shutdown. An administrator must intervene.
warning: Perform a shutdown when a temperature warning event is detected. A
warning event occurs when any temperature probe inside a chassis reads a
temperature (in degree Celsius) that exceeds the maximum temperature warning
threshold value.
failure: Perform a shutdown when a temperature failure event is detected. A failure
event occurs when any temperature probe inside a chassis reads a temperature (in
degree Celsius) that exceeds the maximum temperature failure threshold value.
Example Thermal Shutdown Commands
To trigger a thermal shutdown when a temperature probe detects a failure event, type:
omconfig system thrmshutdown severity=failure
or
omconfig servermodule thrmshutdown severity=failure
To disable thermal shutdown so that an administrator has to initiate an omcong system shutdown, type:
omconfig system thrmshutdown severity=disabled
or
omconfig servermodule thrmshutdown severity=disabled
106