User guide
Remote Insight Board Command Language C-29
GET_VPB_CABLE_STATUS
The GET_VPB_CABLE_STATUS command gets the Virtual Power Button
cable status on the Remote Insight Lights-Out Edition board. The
GET_VPB_CABLE_STATUS command must display within a
SERVER_INFO element and SERVER_INFO must be in write mode.
Example:
<RIBCL VERSION=“1.2”>
<LOGIN USER_LOGIN = “adminname” PASSWORD = “password”>
<SERVER_INFO MODE = “read”>
<GET_VPB_CABLE_STATUS/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_VPB_CABLE_STATUS Parameters
There are no parameters for GET_VPB_CABLE_STATUS command.
GET_VPB_CABLE_STATUS Errors
The possible GET_VPB_CABLE_STATUS error messages include:
■ Virtual Power Button cable is attached.
■ Virtual Power Button cable is not attached.
GET_HOST_POWER_STATUS
The GET_HOST_POWER_STATUS command gets the server power state
from the Virtual Power Button cable on the Remote Insight Lights-Out Edition
board. The GET_HOST_POWER_STATUS command must display within a
SERVER_INFO element and SERVER_INFO must be in write mode.
Example:
<RIBCL VERSION=“1.2”>
<LOGIN USER_LOGIN = “adminname” PASSWORD = “password”>
<SERVER_INFO MODE = “read”>
<GET_HOST_POWER_STATUS/>
</SERVER_INFO>
</LOGIN>
</RIBCL>