HP iLO 3 Scripting and Command Line Guide

<COMPUTER_LOCK value="disabled"/>
-->
</COMPUTER_LOCK_CONFIG>
</RIB_INFO>
</LOGIN>
</RIBCL>
COMPUTER_LOCK_CONFIG parameters
COMPUTER_LOCK value— You can customize Windows, Linux and other operating systems by
setting the value:
windows—Sets the command to define the computer lock for a Windows based operating
system. The computer lock on Windows based operating systems defaults to the Windows
logo + L keys.
custom—Sets the command to define the computer lock for a non-Windows based operating
system.
disabled—Disables the computer lock feature.
COMPUTER_LOCK key—Sets the key combination to lock an operating system.
For example:
<COMPUTER_LOCK key="l_gui,l"/>
COMPUTER_LOCK_CONFIG runtime errors
Possible COMPUTER_LOCK_CONFIG error messages include:
RIB information is open for read-only access. Write access is
required for this operation.
Invalid number of parameters. The maximum allowed is five.
User does not have correct privilege for action. CONFIG_ILO_PRIV
required.
Invalid COMPUTER_LOCK option; value must be windows, custom, or
disabled.
COMPUTER_LOCK value must be set to custom to use the
COMPUTER_LOCK_KEY tag.
The COMPUTER_LOCK key command was used without a preceding
COMPUTER_LOCK value command equal to custom.
The key parameter specified is not valid.
GET_NETWORK_SETTINGS
The GET_NETWORK_SETTINGS command requests the respective iLO network settings. For this
command to parse correctly, the command must appear within a RIB_INFO command block, and
RIB_INFO MODE can be set to read or write.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_NETWORK_SETTINGS/>
</RIB_INFO>
</LOGIN>
</RIBCL>
RIB_INFO 75