Intel iSCSI Network Adapter Boot Configuration Utility (iSCSIUtl) is a DOS utility for modifying iSCSI Remote Boot configuration settings and upgrading firmware in the flash memory on iSCSI Remote Boot-capable Intel network adapters.
| NOTE: Updating the adapter's flash ROM using iSCSIUtl will erase any existing Intel Boot Agent image from the flash ROM. |
iSCSIUtl without command line options will display a list of all iSCSI Remote Boot-capable Intel network adapters in the system. iSCSIUtl will also allow the user to enable or disable Intel® iSCSI Remote Boot firmware on specific port by using -FLASHENABLE or -FLASHDISABLE option.
When run with the -UP option, iSCSIUtl will upgrade the flash memory of all
the adapters in the system. In order to maintain versions of the firmware, Intel
iSCSI Remote Boot requires all the adapters in the system to have the same version of
the firmware. iSCSIUtl is also able to upgrade the firmware of any versions from
the FLB format file by using the -UPDATEFILE option.
iSCSIUtl allows the user to individually configure each setting option by
-NIC=xx -[OPTION]=[VALUE] options, or multiple options in a script file by the
-I option.
iSCSIUtl is located on the software installation CD in the \APPS\iSCSI\iSCSIUtl
directory. Check the Intel Customer Support (http://support.intel.com) website
for the latest Intel iSCSI Remote Boot information and component updates. Enter "iSCSI
Remote Boot" in the search field.
The syntax for issuing iSCSIUtl command line parameters in DOS is:
iSCSIUtl -[OPTION] or -[OPTION]=[VALUE]
NOTES:
|
iSCSI Configuration Utility accepts up to 16 simultaneous parameters. If conflicting parameters (such as -FLASHENABLE -FLASHDISABLE used together) are supplied, iSCSIUtl exits with an error.
The parameters, 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 ISCSIUTL without any command line options, the utility displays a list of all the adapters found in your system.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The CHAP Authentication feature of this product requires the following
acknowledgements:
This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).
This product includes software written by Tim Hudson (tjh@cryptsoft.com)
This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit. (http://www.openssl.org/)
The following examples show how to enter some typical iSCSIUtl command lines:
To update the Intel iSCSI Remote Boot image on all Intel adapters, enter:
ISCSIUTL -ALL -UPIf iSCSIUtl finds any adapter with a pre-installed Intel Boot Agent image, you will be prompted whether you want to erase the image and replace it with Intel iSCSI Remote Boot. Type
Y(yes) to erase the pre-installed image and install Intel iSCSI Remote Boot firmware.
To Enable the Boot ROM on the first Intel adapter found in your system, enter:
ISCSIUTL -NIC=1 -FLASHENABLE
To disable the flash ROM on all Intel adapters, enter:
ISCSIUTL -ALL -FD
To enable WOL on the second Intel adapter found in your system, enter:
ISCSIUTL -NIC=2 -WOLENABLE
To get help, enter:
ISCSIUTL -?
Command to load the iSCSI Remote Boot configurations from a text script file:
ISCSIUTL -I CONFIG.TXT -ALL
Command to enable DHCP on the first Intel adapter:
ISCSIUTL -NIC=1 -INITIATORDHCP=ENABLE
iSCSIUtl returns exit codes to the DOS environment. Possible exit codes are listed below:
| Code Name | Value |
|---|---|
| All iSCSIUtl operations completed successfully | 0 |
| Bad command line parameter | 1 |
| No supported PCI network adapters detected | 2 |
| Invalid adapter selected | 3 |
| FLASH operation failed | 4 |
| EEPROM read operation failed | 5 |
| EEPROM write operation failed | 6 |
| Image is missing or corrupt | 7 |
| Operator termination | 8 |
| LOM not supported for selected operation | 9 |
| Network adapter port is not bootable | 10 |
| Network adapter FLASH memory is disabled | 11 |
| FLASH memory too small for selected image | 12 |
| Boot protocol not supported on adapter | 13 |
| Selected boot protocol is not supported | 16 |
| Network adapter does not support iSCSI | 14 |
Last modified on 2/25/08 3:37p Revision 15