Reset_server parameters, Insert_virtual_floppy, Insert_virtual_floppy parameter – HP Remote Insight Lights-Out Edition II Board User Manual
Page 164: Insert_virtual_floppy runtime errors, Eject_virtual_floppy

Scripting, command line, and utility options 164
RESET_SERVER parameters
None
INSERT_VIRTUAL_FLOPPY
The INSERT_VIRTUAL_FLOPPY command copies a floppy image to the RILOE II. The
INSERT_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">
<INSERT_VIRTUAL_FLOPPY IMAGE_LOCATION="C:\test.img"/>
</RIB_INFO>
</LOGIN>
</RIBCL>
INSERT_VIRTUAL_FLOPPY Parameter
IMAGE_LOCATION takes the full path file name for the floppy image file.
INSERT_VIRTUAL_FLOPPY Runtime Errors
The possible INSERT_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.
•
The Virtual Floppy image is invalid.
•
Unable to open the Virtual Floppy image file.
•
Unable to read the Virtual Floppy image file.
•
The Virtual Floppy image file size is too big.
•
No image present in the Virtual Floppy drive.
•
Failed to allocate Virtual Floppy image space.
•
User does not have correct privilege for action.
•
Logged-in user does not have required privilege for this command.
EJECT_VIRTUAL_FLOPPY
The EJECT_VIRTUAL_FLOPPY command ejects the Virtual Floppy image if one is inserted. The
EJECT_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">
<EJECT_VIRTUAL_FLOPPY/>
</RIB_INFO>
</LOGIN>