Microsoft Windows Server DNS ADI 同期未完了

Microsoft.Windows.DNSServer.2016.ADI.SyncIncomplete (UnitMonitor)

一定時間に複数の 4013 イベントがあったことを示します。

Knowledge Base article:

概要

Active Directory ドメイン サービス (AD DS) を使用してゾーン データを格納するように DNS サーバー サービスを構成できます。これにより、DNS サーバーがディレクトリ レプリケーションに依存することが可能になるため、セキュリティ、信頼性、および管理容易性が向上します。

原因

DNS サーバーは、ディレクトリの初期同期の完了について Active Directory ドメイン サービス (AD DS) から通知されるのを待っています。重要な DNS データがこのドメイン コントローラーにまだレプリケートされていない可能性があるため、初期同期が完了するまでは DNS サーバー サービスを開始できません。DNS 名の解決に問題があることを AD DS イベント ログ内のイベントが示している場合は、このコンピューターのインターネット プロトコルのプロパティで、DNS サーバー一覧にこのドメインの別の DNS サーバーの IP アドレスを追加することを検討してください。このイベントは、初期同期が正常に完了したことが AD DS から通知されるまで 2 分ごとに記録されます。

解決方法

AD DS のトラブルシューティングを行い、DNS サーバー サービスを再起動する

DNS サーバー サービスは、Active Directory ドメイン サービス (AD DS) 統合ゾーンの情報を格納および取得するために AD DS に依存しています。このエラーは、DNS サーバー サービスからの要求に AD DS が応答していないことを示しています。AD DS が正常に機能していることを確認し、問題のトラブルシューティングを行ってから、DNS サーバー サービスを再起動します。

この操作を行うには、Administrators のメンバーとしての権限、またはそれに相当する代わりの権限が必要です。

DNS サーバー サービスを再起動するには、次の手順を実行します。

1. DNS サーバーで、サーバー マネージャーを起動します。サーバー マネージャーを起動するには、[スタート] ボタンをクリックし、[管理ツール]、[サーバー マネージャー] の順にクリックします。

2. コンソール ツリーで、[役割]、[DNS サーバー]、[DNS] の順に展開します。

3. DNS サーバーを右クリックし、[すべてのタスク] をクリックして、[再起動] をクリックします。

問題が続く場合は、コンピューターを再起動し、サーバー マネージャーを使用して DNS サーバー サービスが開始されていることを確認します。

コンピューターを再起動するには、次の手順を実行します。

[スタート] ボタンをクリックし、ロック ボタンの横の矢印をクリックして、[再起動] をクリックします。

DNS サーバー サービスが開始されていることを確認するには、次の手順を実行します。

1. DNS サーバーで、サーバー マネージャーを起動します。

2. コンソール ツリーで [役割] を展開し、[DNS サーバー] をクリックします。

[システム サービス] 一覧に DNS サーバー サービスの状態が表示されます。

追加情報

http://go.microsoft.com/fwlink/?LinkId=95789

外部

http://technet.microsoft.com/en-us/library/dd393047(v=ws.10).aspx

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.RepeatedEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - Active Directory 統合同期未完了

このアラートは、DNS サーバー イベント ログの繰り返しイベント 4013 によって生成されます。
詳細については、ヘルス エクスプローラーをご覧ください。
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.ADI.SyncIncomplete" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Windows!Microsoft.Windows.RepeatedEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.ADI.SyncIncomplete_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="RepeatedEventRaised" MonitorTypeStateID="RepeatedEventRaised" HealthState="Warning"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<RepeatedComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</RepeatedComputerName>
<RepeatedLogName>DNS Server</RepeatedLogName>
<RepeatedExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4013</Value>
</ValueExpression>
</SimpleExpression>
</RepeatedExpression>
<Consolidator>
<ConsolidationProperties/>
<TimeControl>
<WithinTimeSchedule>
<Interval>600</Interval>
</WithinTimeSchedule>
</TimeControl>
<CountingCondition>
<Count>4</Count>
<CountMode>OnNewItemTestOutputRestart_OnTimerSlideByOne</CountMode>
</CountingCondition>
</Consolidator>
<TimerWaitInSeconds>1800</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>