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

Page 165: Copy_virtual_floppy parameter, Copy_virtual_floppy runtime errors, Get_vf_status

Advertising
background image

Scripting, command line, and utility options 165

</RIBCL>

EJECT_VIRTUAL_FLOPPY Parameters

There are no parameters for this command.

EJECT_VIRTUAL_FLOPPY Runtime Errors

The possible EJECT_VIRTUAL_FLOPPY error messages are:

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

No image present in the Virtual Floppy drive.

User does not have correct privilege for action.

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

COPY_VIRTUAL_FLOPPY

The COPY_VIRTUAL_FLOPPY command copies a floppy image from the RILOE II to the local system. The
COPY_VIRTUAL_FLOPPY command must be displayed within a RIB_INFO element, and RIB_INFO must be
in write mode. 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">

<COPY_VIRTUAL_FLOPPY IMAGE_LOCATION="C:\test.img"/>

</RIB_INFO>

</LOGIN>

</RIBCL>

COPY_VIRTUAL_FLOPPY Parameter

IMAGE_LOCATION takes the full path file name for the location where the floppy image file needs to be
copied.

COPY_VIRTUAL_FLOPPY Runtime Errors

The possible COPY_VIRTUAL_FLOPPY error messages are:

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

IMAGE_LOCATION must not be blank.

Unable to open the Virtual Floppy image file.

Unable to write the Virtual Floppy image file.

No image present in the Virtual Floppy drive.

User does not have correct privilege for action.

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

GET_VF_STATUS

The GET_VF_STATUS command gets the Virtual Floppy Drive status from the RILOE II. The
GET_VF_STATUS command must be displayed within a RIB_INFO element, and RIB_INFO must be in
write mode. The user must be logged in with login privilege to execute this command.

Advertising