Previous Topic

Next Topic

INSERT_VIRTUAL_MEDIA

This command notifies iLO 3 of the location of a diskette image. The INSERT_VIRTUAL_MEDIA command must display within a RIB_INFO element, and RIB_INFO must be in write mode.

Example:

<RIBCL VERSION="2.0">

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

<RIB_INFO MODE = "write">

<INSERT_VIRTUAL_MEDIA DEVICE="FLOPPY" IMAGE_URL= "http://servername/path/to/file"/>

</RIB_INFO>

</LOGIN>

</RIBCL>