Access to the iLO 3 virtual media is supported
through the CLP. The virtual media subsystem is located at
/map1/oemhp_vm1
. See the
user guide for more information.
Targets
You can access the following sub-components of the virtual media.
Target |
Description |
---|---|
|
Virtual floppy or key drive device |
|
Virtual CD-ROM device |
Properties
Property |
Access |
Description |
---|---|---|
|
Read/Write |
The image path and name for virtual media access. The value is a URL with a maximum length of 80 characters. |
|
Read |
Displays if a virtual media device is already connected through the CLP or scriptable virtual media. |
|
Read/Write |
Sets the boot flag. The valid values are:
|
|
Read/Write |
Enables or disables the write-protect flag. Boolean values accepted. |
|
Read |
Indicates if the Java™ applet is connected. |
Image URL
The oemhp image value is a URL. The URL, which is limited to 80 characters, specifies the location of the virtual media image file on an HTTP server and is in the same format as the scriptable virtual media image location.
URL example:
protocol://username:password@hostname:port/filename
The CLP performs only a cursory syntax verification of the <URL> value. You must visually verify the URL is valid.
Examples
set
oemhp_image=http://imgserver.company.com/image/dosboot.bin
set
oemhp_image=http://john:abc123@imgserver.company.com/VMimage/installlDisk.iso
iLO 1.60 CLI support
The vm
simple CLI commands are still supported for virtual media:
vm
device insert
path—Inserts an imagevm
device eject
—Ejects an imagevm
device get
—Gets the status of the virtual
mediavm
device set boot
access—Sets the status of the virtual media
Command options:
floppy
or cdrom
|
NOTE: USB key drives must be used with the floppy keyword syntax. |
boot_once
, boot_always
, no_boot
, connect
, or disconnect
write_protect
or write_allow
.For more information about how to use these commands, see the commands INSERT_VIRTUAL_MEDIA, EJECT_VIRTUAL_MEDIA, GET_VM_STATUS, and SET_VM_STATUS in the section"Using RIBCL."
Tasks
cd /map1/oemhp_vm1/floppydr1
show
set oemhp_image=http://my.imageserver.com/floppyimg.bin
set oemhp_boot=connect
show
This example executes the following commands:
cd /map1/oemhp_vm1/floppydr1
set oemhp_boot=disconnect
This example executes the following commands:
cd /map1/oemhp_vm1/cddr1
show
set oemhp_image=http://my.imageserver.com/ISO/install_disk1.iso
set oemhp_boot=connect
show
This example executes the following commands:
cd /map1/oemhp_vm1/cddr1
set oemhp_boot=disconnect
This example executes the following commands:
cd /map1/oemhp_vm1/cddr1
set oemhp_image=http://my.imageserver.com/ISO/install_disk1.iso
set oemhp_boot=connect
set oemhp_boot=once
show
This example executes the following commands:
set /map1/oemhp_vm1/cddr1 oemhp_boot=disconnect
If you attempt to disconnect when the drive is not connected, you receive an error.