我已经设置了几个域控制器,而且我设置的第一个DC需要一段时间才能启动,偶尔会在Windows事件日志中显示一条警告,我认为这可能与“准备networking连接…“的加载阶段。 注意这是Windows 2003 Server。
dynamic注册或删除与DNS域“intranet.example.com”相关联的一个或多个DNSlogging。 失败。 其他计算机使用这些logging将此服务器定位为域控制器(如果指定的域是Active Directory域)或LDAP服务器(如果指定的域是应用程序分区)。
可能的失败原因包括:
– 此计算机的networking连接的TCP / IP属性包含首选和备用DNS服务器的错误IP地址 – 指定的首选和备用DNS服务器未在运行 – 要注册的logging的主DNS服务器是未运行 – 首选DNS服务器或备用DNS服务器configuration了错误的根提示 – 父DNS区域包含对注册失败的DNSlogging具有权威性的子区域的错误委派
用户行动
修复上面指定的可能的错误configuration,并通过从命令提示符运行“nltest.exe / dsregdns”或重新启动Net Logon服务来启动注册或删除DNSlogging。 Nltest.exe在Microsoft Windows Server资源工具包CD中可用。
.................................. Computer Name: ExampleServer DNS Host Name: ExampleServer.intranet.example.com System info : Microsoft Windows Server 2003 R2 (Build 3790) Processor : EM64T Family 6 Model 15 Stepping 6, GenuineIntel List of installed hotfixes : KB926139-v2 KB926141 KB942288-v4 KB954550-v7 Q147222 Netcard queries test . . . . . . . : Passed Per interface results: Adapter : Local Area Connection Netcard queries test . . . : Passed Host Name. . . . . . . . . : ExampleServer IP Address . . . . . . . . : 192.168.12.250 Subnet Mask. . . . . . . . : 255.255.255.0 Default Gateway. . . . . . : 192.168.12.1 Dns Servers. . . . . . . . : 127.0.0.1 AutoConfiguration results. . . . . . : Passed Default gateway test . . . : Passed NetBT name test. . . . . . : Passed [WARNING] At least one of the <00> 'WorkStation Service', <03> 'Messeng r Service', <20> 'WINS' names is missing. WINS service test. . . . . : Skipped There are no WINS servers configured for this interface. Global results: Domain membership test . . . . . . : Passed NetBT transports test. . . . . . . : Passed List of NetBt transports currently configured: NetBT_Tcpip_{C022111A-...} 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 Serv ice', <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 '127.0.0.1' and other DCs also have some of the names registered. Redir and Browser test . . . . . . : Passed List of NetBt transports currently bound to the Redir NetBT_Tcpip_{C022111A-...} The redir is bound to 1 NetBt transport. List of NetBt transports currently bound to the browser NetBT_Tcpip_{C022111A-...} The browser is bound to 1 NetBt transport. DC discovery test. . . . . . . . . : Passed DC list test . . . . . . . . . . . : Passed Trust relationship test. . . . . . : Skipped Kerberos test. . . . . . . . . . . : Passed LDAP test. . . . . . . . . . . . . : Passed 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 The command completed successfully
Flags: 0 Connection Status = 0 0x0 NERR_Success The command completed successfully
configuration每个DC通过127.0.0.1只使用自己的DNS是你的问题。
将DC1configuration为使用DC2作为DNSparsing的第一次尝试。 configurationDC2使用DC1作为DNSparsing的第一次尝试。 configuration每个DC以将其本身用作辅助DNS源。
您也可以采取这里描述的操作使Netlogon服务取决于DNS服务。 http://support.microsoft.com/kb/259277
注 :造成这些错误的常见原因是域控制器在其TCP / IP属性中将自身引用为主DNS服务器。 当在此configuration中启动域控制器时,Netlogon服务可能会在DNS服务启动之前启动。 由于Netlogon服务必须在DNS中注册logging,并且DNS服务尚不可用,因此可能会发生错误。 在这种情况下, 您可以安全地忽略这些错误,因为Netlogon服务将再次尝试在大约五分钟内注册logging ,届时它将会成功。 但是,在这种情况下有两种方法可以避免错误:
REGEDT32 ,然后转到: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon在右窗格中,双击值DependOnService并将DNS添加到下一个可用空行。 有关其他信息,请单击下面的文章编号,以查看Microsoft知识库中的文章193888:如何延迟加载特定服务