HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide
set oemhp_boot=disconnect
This example executes the following commands:
— Changes the current context to the floppy or key drive.
— Issues the disconnect command that disconnects the media and clears the oemhp_image.
• Insert a CDROM image into the virtual CD-ROM:
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:
— Changes the current context to the CD-ROM 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 CD-ROM image from the Virtual CD-ROM:
cd /map1/oemhp_vm1/cddr1
set oemhp_boot=disconnect
This example executes the following commands:
— Changes the current context to the CD-ROM drive.
— Issues the disconnect command that disconnects the media and clears the oemhp_image.
• Insert a CD-ROM image and set for single boot:
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:
— Changes the current context to the CD-ROM 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.
— Overrides the boot setting to Once.
• Eject a CD-ROM image from the virtual CD-ROM in a single command:
set /map1/oemhp_vm1/cddr1 oemhp_boot=disconnect
If you attempt to disconnect when the drive is not connected, you receive an error.
28 Command line










