MSSQL 2008 R2 SP2 Network 연결오류 이벤트

2020. 4. 10. 09:21SQL Server

/*작성일자*/

- 2017.01.09

[내용]

  - MSSQL에서 아래와 같은 이벤트 발생!

    Server Error: 4014, Severity: 20, State: 13. 

    Server A fatal error occurred while reading the input stream from the network. 

    The session will be terminated (input error: 64, output error: 0).

 

[대상 시스템]

  - OS: Windows 2008 R2 SP1 standard

  - SQL Server : MSSQL 2008 R2 SP2

 

[내용 확인]

  - 해당 이벤트의 경우 TCP Chimney Offload 활성화 되어 나타날 수 있는 이벤트이다.

    해당 기능을 활성화하면 OS에서 처리해야  네트워크 패킷을 NIC 분담하게 되는데과도한 트래픽이 발생하게 되면 

    MSSQL단에서 해당 이벤트가 발생할 수도 있다.

    MSSQL 전용 서버라면, TCP Chimney Offload 비활성화!!

 

  - 관리자 권한으로 cmd실행 -> netsh interface tcp set global chimney=disabled

    Chimney offload 비활성화 확인 -> netsh int ctp show global