IBM FAStT Host Adapter QLA2X00 NDIS Network Driver v 7.02.01 for Windows NT Last Update: 09/16/03 Contents ======== 1. OS Support 2. Supported Features 3. Release History 4. Creating the Driver Diskette 5. Installing the Driver 5.1. Adding the IBM FAStT Host Adapter to the Existing OS 5.2. Updating the existing IBM FAStT Host Adapter Driver 6. Removing the Driver 7. Driver Parameters 8. Diskette Content 9. Known issues/Limitations 10. Contacting IBM Support ---------------------------------------------------------------------- 1. OS Support ============= This release has been tested with Windows NT Version 4.00. Earlier versions of Windows NT are not supported. ---------------------------------------------------------------------- 2. Supported Features ===================== * Provides standard Ethernet functionality. * Supports tunable MTU size up to 65280 bytes. * Supports tunable data buffer size and count. * Supports multiple adapters per system. * Supports simultaneous IP and disk IO over same Fibre Channel link. * Supports the QLA2200 (QLA2100 is NOT supported). ---------------------------------------------------------------------- 3. Release History ================== Version 7.02.01 04/16/03 * Update year in copyright string. * Add support for new QL2300 adapters with ISP2312 chip (QL2340/2). Version 7.02.00 01/22/01 * Update year in copyright string. * Rename driver to ql2x00.sys for supporting both QLA2200 and QLA2300. Version 7.01.04 03/14/00 * Add support for the Adapter Node Name parameter to specify which adapter to connect to when there are multiple adapters in the system. Version 7.01.03 03/05/00 * Update year in copyright string. * Add support for IOCTL_BD_DISABLE for unloading IP driver. Version 7.01.00 10/05/99 * Initial release of QL2200IP network driver. ---------------------------------------------------------------------- 4. Creating the Driver Diskette =============================== To download and create the driver diskette, go to the IBM Support website, select the IBM FAStT Host Adapter and the operating system. Select the file to download and select "Save this program to disk", specify a temporary location on a hard drive. Insert a blank diskette in the diskette drive. Run the self-extracting file you just downloaded specifying A:\ for "Unzip To Folder:". If you choose "Run this program from its current location", insert a blank diskette in the diskette drive and run the self-extracting file you just downloaded specifying A:\ for "Unzip To Folder:". ---------------------------------------------------------------------- 5. Installing the Driver ======================== This section is divided into the following two sections. 5.1. Adding the IBM FAStT Host Adapter to the Existing OS 5.2. Updating the existing IBM FAStT Host Adapter driver IMPORTANT requirements for installing and using the QL2X00IP driver: 1. Must have the QL2200/2300 Enhanced+IP SCSI Miniport driver installed. The QL2X00IP NDIS driver will NOT function without the "+IP" version of the QL2200/2300 Miniport. 2. Fast!UTIL adapter parameter "Drivers Load RISC Code" must be "Enabled". 3. The Windows NT Networking software must be installed. 4. The MTU size (IP configuration parameter) must be set to the same value for all adapters on the network. ---------------------------------------------------------------------- 5.1. Adding the IBM FAStT Host Adapter to the Existing OS ==================================================== Perform the following steps to add the driver to the existing Windows NT system: 1. Click on "Start" 2. Under "Settings", click on "Control Panel". 3. Select "Network" from the Control Panel. 4. Select the "Adapters" tab and then click on "Add". 5. Click on "Have Disk". 6. Insert the IBM FAStT Host Adapter software diskette. 7. Enter "A:\NT\IP" for the path to the network driver and click "OK". 8. Choose "QLogic QL2X00IP Network Driver" and click "OK". 9. The QLogic IP Configuration Utility will automatically start and allow you to change any of the IP parameters. Make sure the MTU size is set to the same value being used on the other adapters in the network and click "OK". 10. Click "Close". This will bring up the TCP/IP properties window. 11. Enter a unique "IP Address" for each adapter on the network. For example: use "10.0.0.1" for the first adapter and "10.0.0.2" for the second adapter. 12. You must also enter a "Subnet Mask". Use the same subnet mask for all adapters on the loop. For example: use "255.255.255.0". 13. Click on "OK" after entering the IP Address and Subnet Mask. 14. Click on "Yes" to restart the system. ---------------------------------------------------------------------- 5.2. Updating the existing IBM FAStT Host Adapter Driver ============================================ Perform the following steps if the driver is already installed and you want to install an updated version of the driver: 1. Open a Command Prompt window. 2. Change the current directory to the NT driver directory: CD \WINNT\SYSTEM32\DRIVERS 3. Make a backup copy of the old driver: COPY QL2X00IP.SYS QL2X00IP.SAV 4. Insert the diskette with the updated driver and copy it over the old driver: COPY A:\NT\IP\QL2X00IP.SYS 5. Shut down and reboot the system to use the updated driver. ---------------------------------------------------------------------- 6. Removing the Driver ====================== 1. Click on "Start" 2. Under "Settings", click on "Control Panel". 3. Select "Network" from the Control Panel. 4. Select the "Adapter" tab. 5. Select the QLogic adapter to be removed and click on "Remove". 6. Click on "Yes" to remove the driver. 7. Click on "Close". 8. Click on "Yes" to restart your computer. ---------------------------------------------------------------------- 7. Driver Parameters ==================== Perform the following steps to setup IP address and other parameters: 1. Click on "Start". 2. Under "Settings" click on "Control Panel". 3. Select "Network" from the "Control Panel". 4. Select the "Adapter" tab. 5. Select the QLogic network adapter and click on "Properties". 6. After making parameter changes, click "OK". 7. Click on "Close" and then "Yes" to restart the system. IP configuration parameters: MTU Size - specifies the maximum transfer size or packet size that the host system will send or receive. All systems on the network must be set to the same MTU size. The MTU size minimum value is 140 and the maximum value is 65280. The recommended default value is 8192. Buffer Count - specifies the number of receive buffers that are allocated by the QL2X00IP driver during initialization. The number of buffers multiplied by the buffer size must be at least as large as the MTU size. The minimum buffer count is 8 and the maximum buffer count is 128. The recommended default is 32 buffers. Buffer Size - specifies the size of each receive buffer. The buffer size multiplied by the buffer count must be at least as large as the MTU size. Incoming packets can not be broken into more than 23 buffers. Therefore, the buffer size multiplied by 23 must be at least as large as the MTU size. The minimum buffer size is 512 and the maximum size is 65536. The recommended default buffer size is 4096. Header Split Size - specifies the number of bytes at the start of an incoming packet that are to be isolated in the 1st receive buffer. This allows an application to receive a packet with the protocol header already separated from the data. The minimum non-zero value is 24 and the maximum value is the buffer size minus 1. The recommended default is 0 (no header/data split). Adapter Node Name - specifies the world wide name of the IBM FAStT Host adapter to use for this IP connection. This parameter is optional and is not required on systems with only one IBM FAStT Host Adapter. The Fast!UTIL utility can be used to determine the node names for all adapters in the system. ---------------------------------------------------------------------- 8. Diskette Content =================== The following files are provided for the installation of the IBM FAStT Host Adapter driver: * \NT\IP\OEMSETUP.INF Driver installation script for the Windows NT Setup program. * \NT\IP\QL2X00IP.SYS IBM FAStT Host adapter QL2X00IP NDIS driver for Windows NT * \NT\IP\QL2XIPCU.EXE QLogic QL2X00IP Configuration Utility * \NT\IP\RELEASE.TXT Release Notes for QL2X00IP driver * \NT\IP\README.TXT This file =========================================================== 9. Known issues/Limitations --------------------------------------- * The normal adapter driver (referred to above as a miniport driver) needs to be installed first for the IP driver to configure properly. * IP over Fibre is not supported with the IBM 3534 Managed Hub. =========================================================== 10.0 WEB Sites and Support Phone Number ------------------------------------------------------------------ 10.1 IBM Support Web Site: http://www.ibm.com/pc/support 10.2 IBM eServer xSeries Marketing Web Site: http://www.ibm.com/pc/us/eserver/xseries/index.html 10.3 If you have any questions about this update, or problem applying the update go to the following Help Center World Telephone Numbers URL: http://www.ibm.com/planetwide 11.0 Trademarks and Notices --------------------------------------------- 11.1 The following terms are trademarks of the IBM Corporation in the United States or other countries or both: IBM Other company, product, and service names may be trademarks or service marks of others. 12.0 Disclaimer ------------------------ 12.1 THIS DOCUMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE AND MERCHANTABILITY WITH RESPECT TO THE INFORMATION IN THIS DOCUMENT. BY FURNISHING THIS DOCUMENT, IBM GRANTS NO LICENSES TO ANY PATENTS OR COPYRIGHTS. 12.2 Note to U.S. Government Users -- Documentation related to restricted rights -- Use, duplication or disclosure is subject to restrictions set forth in GSA ADP Schedule Contract with IBM Corporation.