HP (Hewlett-Packard) 232664-006 Network Card User Manual


 
Scripting, command line, and utility options 169
GET_ALL_CABLES_STATUS
The GET_ALL_CABLES_STATUS command displays the status of all the cables on the RILOE II. The
GET_ALL_CABLES_STATUS command must be contained within a SERVER_INFO block.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password>
<SERVER_INFO MODE="read">
<GET_ALL_CABLES_STATUS/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_ALL_CABLES_STATUS Parameters
There are no parameters for this command.
GET_ALL_CABLES_STATUS Runtime Errors
There are no errors for this command.
GET_ALL_CABLE_STATUS Return Messages
The following information is returned within the response:
<GET_ALL_CABLES_STATUS
EXTERNAL_POWER_ADAPTER="NOT CONNECTED"
AUXILLARY_POWER_CABLE="CONNECTED"
16-PIN_CABLE="NOT CONNECTED"
30-PIN_CABLE="CONNECTED"
VPB_CABLE="NOT CONNECTED"
REMOTE_INSIGHT_KEYBOARD_CABLE="HOST_OFF"
REMOTE_INSIGHT_MOUSE_CABLE="HOST_OFF"
/>
GET_TWOFACTOR_SETTINGS
The GET_TWOFACTOR_SETTINGS command requests the respective RILOE II Two-Factor Authentication
settings. For this command to parse correctly, the GET_TWOFACTOR_SETTINGS command must appear
within a RIB_INFO command block, and RIB_INFO MODE can be set to read or write.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_TWOFACTOR_SETTINGS/>
</RIB_INFO>
</LOGIN>
</RIBCL>