HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

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.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<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.
GET_VPB_CABLE_STATUS (RILOE II only)
The GET_VPB_CABLE_STATUS to return the status of the Virtual Power Button cable that may be
connected to a RILOE II board. For this command to parse correctly, the GET_VPB_CABLE_STATUS
command must appear within a SERVER_INFO command block. You can set SERVER_INFO MODE
to read or write.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_VPB_CABLE_STATUS/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_VPB_CABLE_STATUS parameters
None
GET_VPB_CABLE_STATUS Runtime Errors
The possible GET_VPB_CABLE_STATUS error messages include:
Virtual Power Button cable is attached.
Virtual Power Button cable is not attached.
SERVER_INFO 145