This is an old revision of the document!
C:\>netsh int tcp set global rss=disabled C:\>netsh int tcp set global chimney=disabled
Disable NetBIOS and Microsoft protocols on connections to the storage (obviously) Use as many NICs as possible to connect to the storage Install and configure iSCSI and MPIO using Dell MD Storage Software Verify that MPIO is set at Round Robin with Subset (MPIO tab on the disk properties in Server Management, Disk Management) Designate a preferred Network for Cluster Shared Volumes Communication:
PS C:\> ( Get-ClusterNetwork "Storage Network 130" ).Metric = 500 PS C:\> ( Get-ClusterNetwork "Storage Network 131" ).Metric = 501 PS C:\> ( Get-ClusterNetwork "Storage Network 132" ).Metric = 502 PS C:\> ( Get-ClusterNetwork "Storage Network 133" ).Metric = 503
Resulting settings
PS C:\> Get-ClusterNetwork | ft Name, Metric, AutoMetric, Role Name Metric AutoMetric Role ---- ------ ---------- ---- Clustering Network 1000 True 1 Management Network 10000 True 3 Storage Network 130 500 False 0 Storage Network 131 501 False 0 Storage Network 132 502 False 0 Storage Network 133 503 False 0
Install http://support.microsoft.com/kb/2517329/en-us Set the TCPAckFrequency to 1 on interfaces to the iSCSI storage, as explained in http://support.microsoft.com/kb/2020559/ and http://sustainablesharepoint.wordpress.com/2010/03/10/best-practice-for-hyper-v-with-iscsi/