Search

Network binding order is checked on the user's dns domain, not the machine domain by spaghettidba

Active

1
0
Sign in
to vote
Type: Bug
ID: 775769
Opened: 1/4/2013 2:22:40 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
The Network Binding Order rule check in the cluster setup has a serious logic flaw: the domain network is detected using the user's dns domain and not the machine's dns domain.
That means that whenever you run the setup on a computer on a trusted domain, you get false positives for this rule.
Here's an example from the Detail.txt (domain names changed for privacy reasons):

2013-01-03 12:03:59 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.NetworkBindingFacet
2013-01-03 12:03:59 Slp: NetworkBindingFacet: Looking up network binding order.
2013-01-03 12:03:59 Slp: NetworkBindingFacet: Network: 'Domain Team' Device: '\Device\{C002FF0D-9EF2-46F7-A651-FA1DE4653D8C}' Domain: 'trusted.domain.name' Adapter Id: '{C002FF0D-9EF2-46F7-A651-FA1DE4653D8C}'
2013-01-03 12:03:59 Slp: NetworkBindingFacet: Network: 'Cluster Team' Device: '\Device\{60E7366B-37DD-4BCB-82A7-35B22DCE9F55}' Domain: '' Adapter Id: '{60E7366B-37DD-4BCB-82A7-35B22DCE9F55}'
2013-01-03 12:03:59 Slp: NetworkBindingFacet: Network: 'Storage Team' Device: '\Device\{CCE22F0E-C2E0-42AB-9590-D336D1ED391D}' Domain: '' Adapter Id: '{CCE22F0E-C2E0-42AB-9590-D336D1ED391D}'
2013-01-03 12:03:59 Slp: IsDomainInCorrectBindOrder: The top network interface 'Domain Team' is bound to domain 'trusted.domain.name' and the current domain is 'user.domain.name'.

Running the setup again as a users in the trusted domain generates no warnings.
Details (expand)

Product Language

English

Version

SQL Server 2008 R2

Category

Setup

Operating System

Windows Server 2008 R2 Enterprise (SP1)

Operating System Language

US English

Steps to Reproduce

Log on to a computer on a trusted domain using your account in the current domain.
Run the setup.

Actual Results

The "Network Binding Order" rule produces a warning.

Expected Results

The "Network Binding Order" rule produces no warnings.

Platform

X64

Virtualization

 
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 5/16/2013 at 2:25 PM
Hi spaghetti, thanks for taking the time to report this issue. We will take this into consideration for the next release.

thanks,
[SQL Server Team]
Sign in to post a workaround.