User guide
C-28 Compaq Remote Insight Lights-Out Edition User Guide
SERVER_INFO Parameters
MODE is a specific string parameter has a maximum length of ten characters.
It tells the Remote Insight Lights-Out Edition board what you intend to do
with the server information. Valid arguments are “read” and “write”.Ifitis
open in write mode, then both reading and writing are enabled. If it is open is
read mode then this instance will not be able to perform any server actions.
SERVER_INFO Errors
A possible SERVER_INFO error is:
Mode parameter must not be blank.
SET_HOST_POWER
The SET_HOST_POWER command sets the Virtual Power Button feature on
the Remote Insight Lights-Out Edition board. This is used to turn the server on
or off, if the feature is supported. The SET_HOST_POWER 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 = “write”>
<SET_HOST_POWER HOST_POWER = “Y”/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
SET_HOST_POWER Parameters
HOST_POWER sets the value to “Y” or “N” to power on or power off the
server.
SET_HOST_POWER Errors
The possible SET_HOST_POWER error messages include:
■ Server information is open for read-only access. Write access is required
for this operation.
■ Virtual Power Button feature is not supported on this server.