HP (Hewlett-Packard) HP Integrated Lights-Out Network Card User Manual


 
324 User Guide Integrated Lights-Out
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<GET UID_STATUS />
</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 SEVER_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>