HP ProLiant Network Adapter Software and Configuration Guide
Configuration and diagnostics 19
• Enables the flash firmware on the first network adapter for the system to be capable of executing the
flash firmware.
BootUtil -NIC=1 -FLASHENABLE
• Disables the flash firmware on all the network adapters.
BootUtil -ALL -FD
• Displays the BootUtil FLB flash firmware types and versions.
BootUtil -IMAGEVERSION
• Updates all ports of a supported adapter with PXE.
BootUtil -UP=PXE -ALL (Assumes input file is bootimg.flb)
Bootutil -UP=PXE -ALL -FILE=BOOTIMG.FLB (explicit user specified file)
• Updates a combo image on a supported adapter (pxe+iscsi).
Bootutil -UP=Combo -NIC=2 -FILE=BOOTIMG.FLB
The above command only works if the PXE+ISCSI combination is supported on the second adapter. If
not, an error appears.
The -UP and -UPDATE commands are equivalent and interchangeable.
• Enables PXE firmware on the third network port in the system.
BootUtil -BOOTENABLE=PXE -NIC=3
This command works if PXE is part of a combo Option ROM and not a discrete Option ROM.
• Disables the firmware on the second network port in the system.
BootUtil -NIC=2 -BOOTENABLE=DISABLED
• Lists the help descriptions.
BootUtil -?
• Enables DHCP for the iSCSI initiator on all the network ports in the system.
BootUtil -INITIATORDHCP=ENABLE -ALL
• Loads the iSCSI boot configurations from a text script file to the first network port.
BootUtil -I=CONFIG.TXT -NIC=1
DOS exit codes
BootUtil returns the following codes to the DOS command line when an error occurs:
• 0–All BootUtil operations completed successfully
• 1–Bad command line parameter
• 2–No supported PCI network adapters detected
• 3–Invalid adapter selected
• 4–FLASH operation failed
• 5–EEPROM read operation failed
• 6–EEPROM write operation failed
• 7–File content is missing or corrupt
• 8–Operator termination
• 9–LOM not supported for selected operation
• 10–Network adapter port is not bootable