Set_vf_status runtime errors, Get_host_power_status, Get_host_power_status parameters – HP Remote Insight Lights-Out Edition II Board User Manual

Page 167: Get_host_power_status runtime errors, Get_host_power_status return messages, Set_host_power

Advertising
background image

Scripting, command line, and utility options 167

SET_VF_STATUS Runtime Errors

The possible SET_VF_STATUS error messages are:

RIB information is open for read-only access. Write access is required for this operation.

An invalid Virtual Floppy option has been given.

User does not have correct privilege for action.

Logged-in user does not have required privilege for this command.

GET_HOST_POWER_STATUS

The GET_HOST_POWER_STATUS command displays the server power state from the Virtual Power Button
cable. The GET_HOST_POWER_STATUS command must be displayed within a SERVER_INFO element,
and SERVER_INFO must be in write mode. The user must be logged in with login privilege to execute this
command.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<SERVER_INFO MODE="write">

<GET_HOST_POWER_STATUS/>

</SERVER_INFO>

</LOGIN>

</RIBCL>

GET_HOST_POWER_STATUS Parameters

There are no parameters for this command.

GET_HOST_POWER_STATUS Runtime Errors

The possible GET_HOST_POWER_STATUS error messages include:

Host power is OFF.

Host power is ON.

GET_HOST_POWER_STATUS Return Messages

The following information is returned within the response:

<GET_HOST_POWER

HOST POWER="OFF"

/>

SET_HOST_POWER

The SET_HOST_POWER command sets the Virtual Power Button feature. This feature is used to turn the
server on or off if the feature is supported. The SET_HOST_POWER command must be displayed within a
SERVER_INFO element, and SERVER_INFO must be in write mode. The user must be logged in with reset
server privilege to execute this command.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<SERVER_INFO MODE="write">

Advertising