いくつかのドメインコントローラーをセットアップしました。最初のDCセットアップに時間がかかり、Windowsイベントログに警告が表示される場合があります。ロードの「ネットワーク接続を準備しています...」フェーズの起動時間が長いこれはWindows 2003 Serverであることに注意してください。
DNSドメイン「intranet.example.com」に関連付けられた1つ以上のDNSレコードの動的な登録または削除。失敗した。これらのレコードは、他のコンピューターがこのサーバーをドメインコントローラー(指定されたドメインがActive Directoryドメインの場合)またはLDAPサーバー(指定されたドメインがアプリケーションパーティションの場合)として見つけるために使用されます。
失敗の考えられる原因は次のとおりです。
-このコンピュータのネットワーク接続のTCP/IPプロパティに、優先および代替DNSサーバーの間違ったIPアドレスが含まれています-指定された優先および代替DNSサーバーが実行されていません-プライマリDNSサーバー登録するレコードが実行されていない-優先または代替DNSサーバーが間違ったルートヒントで構成されている-登録に失敗したDNSレコードに対して権限のある子ゾーンへの不正な委任が親DNSゾーンに含まれている
ユーザーアクション
上記で指定された可能性のある誤設定を修正し、コマンドプロンプトから 'nltest.exe/dsregdns'を実行するか、Net Logonサービスを再起動して、DNSレコードの登録または削除を開始します。 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
それぞれのDCを127.0.0.1
を介してDNSにそれ自体のみを使用するように構成することは問題です。
DC1がDNS解決の最初の試行としてDC2を使用するように設定します。 DNS解決の最初の試行としてDC1を使用するようにDC2を構成します。自身をセカンダリDNSソースとして使用するように、各DCを構成します。
NetlogonサービスをDNSサービスに依存させることについて、ここで説明するアクションを実行することもできます。 http://support.Microsoft.com/kb/259277
[〜#〜]注[〜#〜]:これらのエラーの一般的な原因は、ドメインコントローラーが自身のプライマリDNSサーバーとして自身を参照していることですTCP/IPプロパティ。この構成でドメインコントローラが起動すると、DNSサービスが起動する前にNetlogonサービスが起動する場合があります。 NetlogonサービスはDNSにレコードを登録する必要があり、DNSサービスはまだ利用できないため、エラーが発生する可能性があります。この状況では、 netlogonサービスは約5分後に再びレコードを登録しようとするため、エラーを無視しても安全です。 その時にそれは成功するでしょう。ただし、このシナリオでエラーを回避する方法は2つあります。
REGEDT32
を実行し、次の場所に移動します。HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon
右側のペインで、値DependOnService
をダブルクリックし、次に利用可能な空白行にDNS
を追加します。 。詳細については、以下の記事番号をクリックして、 Microsoft Knowledge Base 193888の記事を参照してください:特定のサービスの読み込みを遅らせる方法