Firmware commands enable you to display and modify the iLO 3 firmware version. Firmware settings are available at /map1/firmware.
Targets
No targets
Properties
Property |
Access |
Description |
---|---|---|
|
read |
Displays the current firmware version. |
|
read |
Displays the release date of the current firmware version. |
Command format
load -source <URL> [<target>]
where <URL> is the URL of firmware update image file on web server. The URL is limited to 80 characters.
URL example:
protocol://username:password@hostname:port/filename
The CLP only performs a cursory syntax verification of the <URL> value. You must visually ensure the URL is valid.
Examples
load -source http://imgserver.company.com/firmware/iloFWimage.bin
load -source http://john:abc123@imgserver.company.com/firmware/ilo.bin
The [<target>] field is /map1/firmware
, and is optional if it
is already the default target.