iLO 2 Scripting and Command Line Guide
Properties
DescriptionAccessProperty
The image path and name for virtual media access. The value is a
URL with a maximum length of 80 characters.
Read/Write
oemhp_image
Displays if a virtual media device is already connected through the
CLP or scriptable virtual media.
Read
oemhp_connect
Sets the boot flag. The valid values are:Read/Write
oemhp_boot
• Never – Do not boot from the device. The value is displayed as
No_Boot.
• Once – Boot from the device only once. The value is displayed as
Once.
• Always – Boot from the device each time the server is rebooted.
The value is displayed as Always.
• Connect – Connect the virtual media device. Sets oemhp_connect
to Yes and oemhp_boot to Always.
• Disconnect – Disconnects the virtual media device and sets the
oemhp_boot to No_Boot.
Enables or disables the write-protect flag. Boolean values accepted.Read/Write
oemhp_wp
Indicates if the Java applet is connected.Read
oemhp_applet_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 protocol field is mandatory and must be either HTTP or HTTPS.
• The username:password field is optional.
• The hostname field is mandatory.
• The port field is optional.
• The filename field is mandatory.
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 2.00 CLI support
The vm simple CLI commands are still supported for virtual media:
• vm device insert path – Inserts an image
• vm device eject – Ejects an image
Specific commands 27










