To resolve this issue, disable TOE.
The following procedure is an example of how to determine whether TOE is enabled on the FAST server. If TOE is enabled, you can use the information that is generated in these steps to disable the TOE features.
Step 1: Disable TCP Chimney Offload by using Netsh.exe
To determine the current status of the TCP Chimney Offload feature, follow these steps:
- Open an administrator-level Command Prompt window.
- At the command prompt, type netsh int tcp show global.
- Press Enter.
To disable TCP Chimney Offload, follow these steps:
- Open an administrator-level Command Prompt window.
- At the command prompt, type netsh int tcp set global chimney=disabled.
- Press Enter.
- Run the netsh int tcp show global command again to verify that the options are disabled.
Step 2: Disable IP Task Offload by using Netsh.exe
To determine the current status of the IP Task Offload feature, follow these steps:
- Open an administrator-level Command Prompt window.
- At the command prompt, type: netsh int ip show global.
- Press Enter.
To disable the IP Task Offload feature, follow these steps:
- Open an administrator-level Command Prompt window.
- At the command prompt, type netsh int ip set global taskoffload=disabled.
- Press Enter.
- Run the netsh int ip show global command again to verify that the options are disabled.
Step 3: Disable offloading at the Teaming level
If a network team is available, Specify the following option settings in
Advanced settings for the teaming software:
-
IPv4 Checksum Offload: None -
IPv4 Large Send Offload: Disabled
Note Depending on your Network Card and driver capabilities, additional offloading options may be listed. In this case, make sure that all options are disabled.
Step 4: Disable offloading at the network card layer (all network cards)
In the advanced configuration for each network adapter that is used, specify the following option settings :
- IPv4 Checksum Offload: None
-
IPv4 Large Send Offload: Disabled
Note Depending on your Network Card and driver capabilities, additional offloading options may be listed. In this case, make sure that all options are disabled.
Step 5: Disable TCP Offload in the registry (Applicable to Windows 2003)
You can also disable TCP Chimney Offload in the registry. To do this, follow these steps:
- In the Start Search box, type regedit, and then click Regedit.exe.
- Locate the following subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
- Make sure that the following parameters and values are configured:
-
Parameter: EnableTCPChimney -
Type: REG_DWORD -
Value: 0 -
Parameter: DisableTaskOffload -
Type: REG_DWORD - Values: 1
Step 6: Verify settings across servers
Make sure that the settings that you have made in the previous steps are consistent across all FAST nodes and SharePoint crawl components servers. Then, restart every server.