20122012. 11. 13. 17:52

Failover Cluster 환경에서 바인딩 우선 이슈가 있을 때 순서를 확인할 때, 아래와 같은 방법으로 체크할 수 있습니다.

 

1. 시작 - 실행 - NCPA.CPL - 고급 - 고급설정 

 

 

 

해당 설정을 아래 레지스트리 경로를 통해 확인할 수 있습니다.

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Linkage :Bind

 

 

다음은 wmic 쿼리를 통해 모든 NIC adapters 의 GUID 정보와 설명을 얻을 수 있습니다.

C:\> wmic nicconfig get description, SettingID

 

 

[참고자료]

How to change the NIC binding order programmatically
http://support.microsoft.com/kb/977398

 

You receive a warning about the network binding order on the Setup Support Rules page when you install SQL Server 2008 in a failover cluster
http://support.microsoft.com/kb/955963/en-us

 

Network Binding Order Rule Warning in SQL Server 2008 Cluster Setup Explained
http://blogs.msdn.com/b/sqlserverfaq/archive/2010/04/23/network-binding-order-rule-warning-in-sql-server-2008-cluster-setup-explained.aspx

 

 

작성자 : Lai Go / 작성일자 : 2012.11.13

Posted by Lai Go