The LAN software configuration and diagnostic utility requires use of the Windows* operating environment. For non-Windows systems, vides a utility (IBAUtil) for installing and configuring the Boot Agent using the DOS environment. IBAUtil is a utility program that provides an alternative means for modifying the adapter configuration settings. IBAUtil supports the 100, 1000 and 10GbE family of adapters. Use IBAUtil to:
change the Boot Agent settings of your WfM-compatible adapter.
enable/disable the Wake-on-LAN (WOL) and Boot Agent capabilities.
allow in-the-field upgrades to the image stored in the flash component of the NIC.
Boot Agent: When enabled, the computer can initiate PXE/RPL boot if a valid flash image is present on the NIC.
![]() |
NOTES:
|
Wake-On-LAN: When enabled, the adapter can react to special "wake up" packets and power up the computer without end user intervention. However, there is a higher power draw when the system is in the suspended state once this is enabled. It is strongly recommended that no more than two adapters should have this feature enabled per machine.
To enable or disable WOL or Boot Agent features you MUST use IBAUtil. Other tools,
like the software, can only be used to upgrade the Boot Agent image and change
Boot Agent configuration settings.
IBAUtil is not intended as a utility for LAN-On-Motherboard (LOM)
implementations. While IBAUtil may be able to adjust the EEPROM settings on LOM
implementations, those changes may not affect how the adapter operates.
If the Boot Agent on the NIC is currently disabled, use the IBAUtil utility to
enable the Boot Agent before using IBAUtil or the software to upgrade the image
stored in the NIC. A reboot is
required for any changes to take effect.
IBAUtil is located on the supplied driver CD in the APPS\BOOTAGNT directory.
IBAUTIL [-option]...
![]() |
CAUTION: If you use a third-party (non-Intel) boot ROM solution with an adapter and run Boot Agent utilities, you may erase or replace the contents of your flash ROM. |
![]() |
NOTES:
|
IBAUtil accepts up to 16 simultaneous parameters. If conflicting parameters (such as -FLASHENABLE -FLASHDISABLE used together) are supplied, IBAUtil exits with an error.
The parameters are, where applicable are listed in logical groups. Note that -HELP, -EXITCODES and -IMAGEVERSION have special overriding characteristics. Unless noted, all other parameters may be used in conjunction with any other parameter.
![]() |
NOTE: If you enter IBAUTIL without any command line options, the
utility displays a list of all the adapters found in your system.
|
|
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
All other parameters will generate an error.
IBAUtil returns exit codes to the DOS environment. Possible exit codes are listed below:
Code Name | Value |
---|---|
success | 0 |
bad command line parameter | 1 |
no supported adapters found | 2 |
invalid adapter selected | 3 |
flash update operation failed | 4 |
EEPROM read failure | 5 |
EEPROM write failure | 6 |
boot image missing or corrupt | 7 |
IBA_OPERATOR_TERMINATION | 8 |
LOM device not supported | 9 |
network port not bootable | 10 |
nic flash disabled | 11 |
nic flash too small | 12 |
boot protocol not supported on adapter | 13 |
RPL not supported on adapter | 16 |
PXE not supported on adapter | 17 |
![]() |
NOTE: As part of the UPGRADE code path, IBAUtil saves the backup image to the current directory if the user elects to make a backup. If that directory is on a RAM drive, the backup image will not be available after the machine reboots. IBAUtil makes no effort to warn the user about this. |
The following examples show how to enter some typical IBAUtil command lines:
To Update the Boot Agent image on all network adapters, enter:
IBAUTIL -ALL -UPGRADE
To Enable the Boot ROM on the first network adapter
found in your system, enter:
IBAUTIL -NIC=1 -FE
To disable the flash ROM on all network adapters, enter:
IBAUTIL -ALL -FD
To enable WOL on the second network adapter found in your system, enter:
IBAUTIL -NIC=2 -WOLENABLE
Last modified on 9/19/05 2:55p Revision 7