Microsoft Windows Server DNS 構成 (ファイルの警告)

Microsoft.Windows.Server.DNS.Configuration.FileWarning (Rule)

構成のアラート生成ルールです。

Knowledge Base article:

概要

DNS サーバーの構成は、ネットワーク上での DNS サーバーの機能を指定した設定と、それらの設定を格納し、必要なときに取得する方法で構成されます。

原因

DNS サーバーが構成ファイルでエラーに遭遇しました。

解決方法

構成ファイルを修正する

構成ファイルを修正するには、テキスト エディター (メモ帳など) で構成ファイルを開きます。構成ファイルは %SystemRoot%\System32\Dns にあります。警告またはエラー イベント メッセージに示されている行を修正し、DNS サーバーを再起動します。

このファイルの以前のバージョンに戻す必要がある場合に備えて、構成ファイルを変更する前にファイルのコピーを作成しておきます。

この手順を実行するには、Administrators のメンバーであるか、適切な権限を委任されている必要があります。

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

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

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

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

注意: この問題は、構成ファイルを以前に手動で編集したときに生じたエラーが原因であると考えられます。今後、同様の問題が発生しないように、サーバー マネージャーまたは dnscmd コマンドを使用して、構成ファイルを変更するようにしてください。

外部

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
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.Configuration.FileWarning" 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>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1202|1502|1503|1504|1506|1507|1508|1520|1521|1522|1523|1541|1542|1543|1544|1545|1546|1547|1600|1601|1602|1610|1611|1612|1613|1614|1616|1617|1618|1619|1620|1621|1650|1651|1654|1656|3160|3162|3163|5105|5106|5107|5108|6530|6531|6532)$</Pattern>
</RegExExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.Configuration.FileWarning.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Channel$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>