Microsoft Windows Server DNS サービス依存関係エラー

Microsoft.Windows.Server.DNS.Service.DependencyFailed (Rule)

DNS サービスのアラート生成ルールです。

Knowledge Base article:

概要

DNS サーバー サービスは、名前解決サービスを提供するために、DNS クライアント コンピューターからの要求に応答します。ドメイン ネーム システム (DNS) は、ターゲット コンピューターの名前を DNS サーバーに送信することによって、コンピューターが別のコンピューターの数値 IP アドレスを取得できるようにするプロトコルです。DNS サーバー サービスで問題が発生すると、ネットワークのパフォーマンスが低下したり、ネットワーク コンピューターが互いを見つけることができなくなったりするおそれがあります。

原因

DNS サーバーは、開始していない NTDS サービスに依存しているため、起動できませんでした。

解決方法

Active Directory ドメイン サービスを開始する

1 つ以上のゾーンが Active Directory ドメイン サービス (AD DS) と統合されているのに、AD DS が実行されていないために DNS サーバー サービスを開始できませんでした。DNS サーバー サービスを開始する前に、AD DS が実行されていることを確認する必要があります。必要に応じて、AD DS を開始してから、DNS サーバー サービスを開始します。

AD DS を開始するには、次の手順を実行します。

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

2. [Active Directory ドメイン サービス] をダブルクリックします。

3. サービスが開始されていない場合は、[スタートアップの種類] で、[自動] を選択し、[開始] をクリックします。

サービスが既に実行されている場合は、コンピューターを再起動します。

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

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

AD DS を開始するか、コンピューターを再起動したら、DNS サーバー サービスを開始します (サービスがまだ実行されていない場合)。

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

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

2. サービスの一覧で、[DNS サーバー] を右クリックし、[プロパティ] をクリックします。

3. [スタートアップの種類] 一覧で、[自動] を選択します。

4. [開始] をクリックします。

外部

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - 依存関係エラー
イベント ID: {0} イベント ソース: {1} イベント ログ: {2} イベントの説明: {3}
Event LogDNS Server

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Server.DNS.Service.DependencyFailed" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>DNS Server</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.Service.DependencyFailed.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Channel$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>