HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

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
vm device get Gets the status of the virtual media
vm device set boot access Sets the status of the virtual media
Command options:
Valid device names are floppy or cdrom
NOTE: USB key drives must be used with the floppy keyword syntax.
The path is the URL to the media image
Boot options are boot_once, boot_always, no_boot, connect, or disconnect
Access options are 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 “Using RIBCL” (page 70).
Tasks
Insert a floppy USB key image into the Virtual Floppy/USBKey:
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:
Changes the current context to the floppy or key drive.
Shows the current status to verify that the media is not in use.
Inserts the desired image into the drive.
Connects the media. The boot setting always connects automatically.
Eject a floppy or USB key image from the Virtual Floppy/USBKey:
cd /map1/oemhp_vm1/floppydr1
Specific commands 27