HP iLO 3 Scripting and Command Line Guide

SET_PERS_MOUSE_KEYBOARD_ENABLED parameters
SET_PERS_MOUSE_KEYBOARD_ENABLED—Configures persistent keyboard and mouse. Valid
values are Y (enabled) and N (disabled).
SET_PERS_MOUSE_KEYBOARD_ENABLED runtime errors
The possible runtime errors are:
There was an error on setting the persistent mouse and keyboard.
iLO information is open for read-only access. Write access is
required for this operation.
User does NOT have correct privilege for action. CONFIG_ILO_PRIV
required.
GET_PERS_MOUSE_KEYBOARD_ENABLED
GET_PERS_MOUSE_KEYBOARD_ENABLED returns the persistent mouse and keyboard status. A
return value of Y indicates that persistent mouse and keyboard is enabled. A return value of N
indicates it is disabled.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_PERS_MOUSE_KEYBOARD_ENABLED/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_PERS_MOUSE_KEYBOARD_ENABLED parameters
None
GET_PERS_MOUSE_KEYBOARD_ENABLED return messages
A possible GET_PERS_MOUSE_KEYBOARD_ENABLED message is:
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_PERS_MOUSE_KEYBOARD_ENABLED>
<PERSMOUSE_ENABLED VALUE="Y"/>
</GET_PERS_MOUSE_KEYBOARD_ENABLED>
</RIBCL>
GET_SERVER_POWER_ON_TIME
The GET_SERVER_POWER_ON_TIME command is used to retrieve the virtual clock value, in
minutes, since the server was last powered on. For this command to parse correctly, the
GET_SERVER_POWER_ON_TIME command must appear within a SERVER_INFO command block.
You can set SERVER_INFO MODE to read.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_SERVER_POWER_ON_TIME />
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_SERVER_POWER_ON_TIME 143