메인 콘텐츠로 이동
  • 빠르고 간편하게 주문
  • 주문 보기 및 배송 상태 추적
  • 제품 목록을 생성 및 액세스
  • 회사 관리를 사용하여 Dell EMC 사이트, 제품 및 제품 수준 연락처를 관리하십시오.
일부 문서 번호가 변경되었을 수 있습니다. 이 문서가 찾으려는 문서가 아닌 경우 모든 문서를 검색해 보십시오. 문서 검색

How to Resolve Performance Tuning and Connectivity Issues

요약: This article provides information on How to Resolve Performance Tuning and Connectivity Issues

이 문서는 다음에 적용됩니다.   이 문서는 다음에 적용되지 않습니다. 

증상

How to Resolve Performance Tuning and Connectivity Issues

 

While enabling network adapter offload features is typically beneficial, there are configurations where these advanced features are a detriment to overall performance. 

 

원인

In some cases the network adapter is not powerful enough to handle the offload capabilities at high throughput. For example, enabling segmentation offload can reduce the maximum sustainable throughput on some network adapters because of limited hardware resources.

 

Additionally, there are technologies used in Windows that are not compatible with offloading technologies.

해결

 The incompatible technologies are:

  •          Windows Firewall
  •          Internet Protocol security (IPsec)
  •          Internet Protocol Network Address Translation (IPNAT)
  •          Third-party firewalls
  •          NDIS 5.1 intermediate drivers

 

Because of this, disabling the advanced offloading features can greatly improve connectivity.

What to do:

  1.      Disable Offloading technologies on all network adapters.
    1.       Disable TOE in Windows
    2.      Disable TOE in the Broadcom Advanced Control Suite
    3.     Disable Receive Side Scaling
    4.     Disable Large Send Offload

 

How to do it:

  1.        Disable TOE in Windows
    1.          Windows Server 2003
      1.                                                                                            Start à Run
        1.        netsh int ip set chimney disabled
      2.                                                                                            OR Apply Microsoft update 948496
        1.        http://support.microsoft.com/kb/948496
    2.        Windows Server 2008
      1.                                                                                            Start à Run
        1.        netsh int tcp set global chimney=disabled
        2.       netsh interface tcp set global rss=disabled

 

  1.       On each NIC inside the Broadcom Advanced Control Suite (BACS)
    1.          Disable IPv4 Checksum Offload
    2.        Disable IPv4 Large Send Offload (LSO)
    3.       Disable Receive Side Scaling (RSS)

 

SLN249772_en_US__1I_BACS_PERF1_JP_V1a

 

Disable TOE in the Broadcom Advanced Control Suite (BACS)

 

  1.          Select the first NIC under System Devices

 

SLN249772_en_US__21245097725190.004 BACS Device Information2

 

 

  1.        Select the Configurations tab

 

SLN249772_en_US__3I_BACS_PERF2_JP_V1a

 

 

  1.       Expand the Resource Reservations section

 

SLN249772_en_US__4I_BACS_PERF3_JP_V1a

 

 

  1.      Uncheck the  TCP Offload Engine (TOE) checkbox
  2.        Click Apply

 

 

 

  1.      Select Yes

 

SLN249772_en_US__61245097804505.008 BACS Click YES

 

 

  1.     Repeat for the second NIC.

 

SLN249772_en_US__7I_BACS_PERF4_JP_V1a

 

 

  1.   Select Yes

 

SLN249772_en_US__61245097804505.008 BACS Click YES

 

 

 

Intel Configuration

  1.        Open Device Manager
  2.       On each Intel NIC in Device Manager, disable the following:
  3.       
    Note: Not every option is available or exist on the Advanced Tab.

     

    1.          Offload Receive IP Checksum
    2.        Offload Receive TCP Checksum
    3.       Offload TCP Segmentation
    4.      Offload Transmit IP Checksum
    5.        Offload Transmit TCP Checksum
    6.      IPV4 Checksum Offload
    7.     Large Send Offload v2 (IPV4)
    8.   Large Send Offload v2 (IPV6)
    9.      Receive-Side Scaling
    10.        TCP Checksum Offload (IPV4)
    11.      TCP Checksum Offload (IPV6)
    12.     UDP Checksum Offload (IPV4)
    13.   UDP Checksum Offload (IPV6)

 

The screen looks similar to one of these two:

SLN249772_en_US__91245097852007.Intel Offloading 01

 

Windows Server 2003

SLN249772_en_US__101245097870773.Intel Offloading 02

 

Windows Server 2008

 

  1.        If BACS is not installed, disable RSS in Windows
     - Choose one of the two methods below
    1.         In Server 2003 with Service Pack 2
      1.                                                                                            Start à Run à RegEdit
      2.                                                                                            Navigate to:
        HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
      3.                                                                                            On the Edit menu, point to New, click DWORD Value.
      4.                                                                                            Type EnableRSS.
      5.                                                                                            Double-click EnableRSS
      6.                                                                                            Type 0
      7.                                                                                            Click OK.

 

 

  1.       In Windows Server 2008
    1.                                                                                            Start à Run à CMD
    2.                                                                                            netsh interface tcp set global rss=disabled

 

  1.       If BACS is not installed, disable IPV4 Large Send Offload (LSO) in Windows
    1.          In Server 2003 with Service Pack 2
      1.                                                                                            Start à Run à RegEdit
      2.                                                                                            Navigate to:
        HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
      3.                                                                                            On the Edit menu, point to New, click DWORD Value.
      4.                                                                                            Type DisableTaskOffload.
      5.                                                                                            Double-click DisableTaskOffload.
      6.                                                                                            Type 1
      7.                                                                                            Click OK.

 

 

  1.       If BACS is not installed, Registry File method to Disable RSS and Large Send Offload
    1.          Copy the text below to a notepad file called, "Disable RSS and LSO.Reg."
    2.        Double-click the file to import the file into the Registry.

 

 

Windows Registry Editor Version 5.00

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]

"EnableRSS"=dword:00000000

"DisableTaskOffload"=dword:00000001

 

 

  1.         To update SNP,
    1.          http://support.microsoft.com/kb/950224
    2.        Scalable Networking Pack (SNP) hotfix rollup.

 

  1.        Check TOE status
    1.          Start à Run à CMD

 

  1.        Windows Server 2003
    1.                                                                                            Type: netstat  –ton

 

  1.       Windows Server 2008
    1.                                                                                            netsh interface tcp show global

 

  1.       If all connections are "InHost" then  TOE is likely disabled
  2.          If any connection shows "Offloaded" then  TOE is enabled.

 

Note: Windows Server 2008 AutoTuning could also cause performance issues.

 

  1.        netsh int tcp set global autotuninglevel=disable
 

해당 제품

Servers
문서 속성
문서 번호: 000138508
문서 유형: Solution
마지막 수정 시간: 25 2월 2021
버전:  4
다른 Dell 사용자에게 질문에 대한 답변 찾기
지원 서비스
디바이스에 지원 서비스가 적용되는지 확인하십시오.
문서 속성
문서 번호: 000138508
문서 유형: Solution
마지막 수정 시간: 25 2월 2021
버전:  4
다른 Dell 사용자에게 질문에 대한 답변 찾기
지원 서비스
디바이스에 지원 서비스가 적용되는지 확인하십시오.