Browse Community
Help
Log In
Responses(1)
Solutions(0)
kelleg
4 Operator
•
4.5K Posts
0
May 16th, 2011 14:00
Try doing a search on Microsoft for "EnableTcpChimney" - if this is not enabled you could see poor performance.
At a command promt run the "netstat -nt" command and see if the 10Gb connection is listed as "offloaded"
Lastly, make sure there are sufficient disks in the raid group to handle the IO load that you're trying to test.
For delayed ACK see Knowledgebase article emc150702:
On a server that runs Windows Server 2003 SP1 or later or Windows 2008, follow these steps:
glen
Dell Support Resources
View All
Top
kelleg
4 Operator
•
4.5K Posts
0
May 16th, 2011 14:00
Try doing a search on Microsoft for "EnableTcpChimney" - if this is not enabled you could see poor performance.
At a command promt run the "netstat -nt" command and see if the 10Gb connection is listed as "offloaded"
Lastly, make sure there are sufficient disks in the raid group to handle the IO load that you're trying to test.
For delayed ACK see Knowledgebase article emc150702:
On a server that runs Windows Server 2003 SP1 or later or Windows 2008, follow these steps:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
the interfaces will be listed underneath by automatically generated GUIDs like {064A622F-850B-4C97-96B3-0F0E99162E56}
a. Check the IPAddress or DhcpIPAddress parameters to determine whether the interface is used for iSCSI traffic. If not, skip to the next interface.
b. On the Edit menu, point to New, and then click DWORD value.
c. Name the new value TcpAckFrequency, and assign it a value of 1.
glen