HP iLO 3 Scripting and Command Line Guide
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_UID_STATUS parameters
None
GET_UID_STATUS response
The following information is returned within the response:
<GET_UID_STATUS UID="OFF"/>
UID_CONTROL
The UID_CONTROL command toggles the server UID. For this command to parse correctly, the
UID_CONTROL command must appear within a SERVER_INFO command block, and SERVER_INFO
MODE must be set to write.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<!-- Modify the UID attribute to toggle UID on the host server -->
<!-- UID="No" (Turns host server UID off) -->
<!-- UID="Yes" (Turns host server UID on) -->
<UID_CONTROL UID="Yes"/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
UID_CONTROL parameters
UID determines the state of the UID. A value of Yes turns the UID light on, and a value of No turns
the UID light off.
UID_CONTROL errors
The possible UID_CONTROL error messages include:
• UID is already ON.
• UID is already OFF.
SET_PERS_MOUSE_KEYBOARD_ENABLED
The SET_PERS_MOUSE_KEYBOARD_ENABLED command sets the persistent mouse and keyboard
setting. The possible values are Y (enabled) or N (disabled). For this command to parse correctly,
the command must appear within a SERVER_INFO command block. You must set SERVER_INFO
MODE to write.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<SET_PERS_MOUSE_KEYBOARD_ENABLED VALUE="y"/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
142 RIBCL XML Scripting Language










