Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netdiag Error

Status
Not open for further replies.

mojo1979

Technical User
Nov 17, 2003
138
0
0
US
Hi,

I have 2 DC's, one is a file server, 1 is an exchange.
If I run netdiag /d:domain_controller, I get error messages (see output below):

C:\Program Files\Support Tools>netdiag /d:dxbserver1

..........................................

Computer Name: DXBSERVER1
DNS Host Name: dxbserver1.deltapartnersgroup.com
System info : Microsoft Windows Server 2003 R2 (Build 3790)
Processor : x86 Family 15 Model 4 Stepping 3, GenuineIntel
List of installed hotfixes :
KB893756
KB896358
KB896424
KB896428
KB898715
KB899587
KB899588
KB899589
KB899591
KB900725
KB901017
KB901214
KB902400
KB904706
KB905414
KB908519
KB908531
KB910437
KB911164
KB911280
KB911562
KB911897
KB911927
KB912919
KB914388
KB914389
KB917344
KB917422
KB917734
KB917953
KB918439
KB920213
KB920670
KB920683
KB920685
KB921398
KB921883
KB922582
KB922616
KB922819
KB923191
KB923414
KB923689
KB923694
KB923980
KB924191
KB924496
KB925398_WMP64
KB925454
KB926247
KB929969
Q147222


Netcard queries test . . . . . . . : Passed



Per interface results:

Adapter : Local Area Connection

Netcard queries test . . . : Passed

Host Name. . . . . . . . . : dxbserver1
IP Address . . . . . . . . : 192.168.1.10
Subnet Mask. . . . . . . . : 255.255.255.0
Default Gateway. . . . . . : 192.168.1.1
Primary WINS Server. . . . : 192.168.1.5
Dns Servers. . . . . . . . : 192.168.1.10


AutoConfiguration results. . . . . . : Passed

Default gateway test . . . : Passed

NetBT name test. . . . . . : Passed
[WARNING] At least one of the <00> 'WorkStation Service', <03> 'Me
r Service', <20> 'WINS' names is missing.

WINS service test. . . . . : Failed
The test failed. We were unable to query the WINS servers.


Global results:


Domain membership test . . . . . . : Passed


NetBT transports test. . . . . . . : Passed
List of NetBt transports currently configured:
NetBT_Tcpip_{486E3072-3FC6-48CF-BCBB-DFF38D34D5CF}
1 NetBt transport currently configured.


Autonet address test . . . . . . . : Passed


IP loopback ping test. . . . . . . : Passed


Default gateway test . . . . . . . : Passed


NetBT name test. . . . . . . . . . : Passed
[WARNING] You don't have a single interface with the <00> 'WorkStation
ce', <03> 'Messenger Service', <20> 'WINS' names defined.


Winsock test . . . . . . . . . . . : Passed


DNS test . . . . . . . . . . . . . : Passed
PASS - All the DNS entries for DC are registered on DNS server '192.16
' and other DCs also have some of the names registered.


Redir and Browser test . . . . . . : Failed
List of NetBt transports currently bound to the Redir
NetBT_Tcpip_{486E3072-3FC6-48CF-BCBB-DFF38D34D5CF}
The redir is bound to 1 NetBt transport.

List of NetBt transports currently bound to the browser
NetBT_Tcpip_{486E3072-3FC6-48CF-BCBB-DFF38D34D5CF}
The browser is bound to 1 NetBt transport.
[FATAL] Cannot send mailslot message to '\\dxbserver1*\MAILSLOT\NET\NE
' via redir. [ERROR_BAD_NETPATH]


DC discovery test. . . . . . . . . : Passed


DC list test . . . . . . . . . . . : Failed
'dxbserver1': Cannot find DC to get DC list from [test skipped].


Trust relationship test. . . . . . : Skipped


Kerberos test. . . . . . . . . . . : Passed


LDAP test. . . . . . . . . . . . . : Failed
Cannot find DC to run LDAP tests on. The error occurred was: The speci
omain either does not exist or could not be contacted.


This computer cannot be joined to the [dxbserver1] domain because of one

following reasons.

1. The DNS SRV record for [dxbserver1] is not registered in DNS; or

2. A zone from the following list of DNS zones does not include delegation
to its child zone.

Such zones can include [_ldap._tcp.dc._msdcs.dxbserver1], and root zone.

Ask your network/DNS administrator to perform the following actions: To
find out why the SRV record for [dxbserver1] is not registered in the DNS,
run the dcdiag command prompt tool with the command RegisterInDNS on the
domain controller that did not perform the registration.
[WARNING] Cannot find DC in domain 'dxbserver1'. [ERROR_NO_SUCH_DO


Bindings test. . . . . . . . . . . : Passed


WAN configuration test . . . . . . : Skipped
No active remote access connections.


Modem diagnostics test . . . . . . : Passed

IP Security test . . . . . . . . . : Skipped

Note: run "netsh ipsec dynamic show /?" for more detailed information


Anybody know how to cure this?

Thanks in advance!

Steven
 
Isn't it dcdiag /s: not /d:

More information on your WINS server. Are you running WINS on the DC you pointed to. Is the WINS server network propties configured to point to its own IP address? Is netBIOS enabled on the server?

Netcard queries test . . . : Passed

Host Name. . . . . . . . . : dxbserver1
IP Address . . . . . . . . : 192.168.1.10
Subnet Mask. . . . . . . . : 255.255.255.0
Default Gateway. . . . . . : 192.168.1.1
Primary WINS Server. . . . : 192.168.1.5
Dns Servers. . . . . . . . : 192.168.1.10

If WINS is running on this server I would expect to see the primary WINS address as 192.168.1.10

Is there a service record in your DNS server for WINS and what address does it point to?

And do you have a WINS server running on 192.168.1.5?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top