Get_vf_status parameters, Get_vf_status runtime errors, Get_vf_status return messages – HP Remote Insight Lights-Out Edition II Board User Manual

Page 166: Set_vf_status, Set_vf_status parameters

Advertising
background image

Scripting, command line, and utility options 166

Example:

<RIBCL VERSION="2.0">

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

<RIB_INFO MODE="read">

<GET_VF_STATUS/>

</RIB_INFO>

</LOGIN>

</RIBCL>

GET_VF_STATUS Parameters

There are no parameters for this command.

GET_VF_STATUS Runtime Errors

There are no errors for this command.

GET_VF_STATUS Return Messages

The following information is returned within the response:

BOOT_OPTION = BOOT_ALWAYS | BOOT_ONCE | NO_BOOT

WRITE_PROTECT_FLAG = YES | NO

IMAGE_INSERTED = YES | NO

SET_VF_STATUS

The SET_VF_STATUS command sets the Virtual Floppy Drive status on the RILOE II. The SET_VF_STATUS
command must be displayed within a RIB_INFO element, and RIB_INFO must be in write mode. All the
parameters in the command are optional. The user must be logged in with virtual media privilege to
execute this command.

Example:

<RIBCL VERSION="2.0">

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

<RIB_INFO MODE="write">

<SET_VF_STATUS>

<VF_BOOT_OPTION="BOOT_ONCE"/>

<VF_WRITE_PROTECT value="Yes"/>

</SET_VF_STATUS>

</RIB_INFO>

</LOGIN>

</RIBCL>

SET_VF_STATUS Parameters

VF_BOOT_OPTION specifies the boot option parameter for the Virtual Floppy. The possible values are
"BOOT_ALWAYS", "BOOT_ONCE", or "NO_BOOT." The value is case sensitive.

VF_WRITE_PROTECT sets the write-protect flag value for the Virtual Floppy. The possible values are "Yes"
or "No."

Advertising