Action
1.
Refresh the browser window.
2.
Retry the iLO firmware update.
iLO network Failed Flash Recovery
Most firmware upgrades finish successfully. In the unlikely event of server power loss during an iLO
firmware upgrade, iLO might be recoverable when power is restored.
When the iLO starts, the startup code performs image validation on the main image. If the image is
corrupted or incomplete and it cannot be recovered automatically with the Secure Recovery feature, iLO
enters Failed Flash Recovery mode. Failed Flash Recovery activates an FTP server within iLO. The FTP
server enables you to send an image to iLO for programming. The FTP server does not provide any other
services.
This feature is available only if iLO is configured to use the Production security state or the FIPS security
state.
A network client can connect to the FTP server. The user name for the connection is
test
, and the
password is
flash
. To send a firmware image to iLO, use the FTP client
PUT
command. After receiving
the image, iLO validates the image. If the image is a complete, signed, and valid firmware image, the
kernel begins programming the FLASH partition.
After the image is programmed into the FLASH partition, iLO resets automatically.
Example:
F:\ilo>ftp 192.168.1.2
Connected to 192.168.1.2.
220 FTP Recovery server ready.
User (192.168.1.2:(none)): ftp
331 Password required.
Password:
231 Logged in.
ftp> put iLO.bin
200 Ok.
150 ready for file
226-Checking file
226-File acceptable
226-Flashing 3% complete
226-Flashing 4% complete
226-Flashing 6% complete
.
.
.
226-Flashing 97% complete
226-Flashing 99% complete
226-Flashing 100% complete
226-Flashing completed
226 Closing file
ftp: 8388608 bytes sent in 1.38Seconds 6100.81 Kbytes/sec.
ftp> quit
More information
iLO network Failed Flash Recovery
403