Microsoft Windows Server DNS 構成 (Reg ゾーンを作成できませんでした)

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

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

Knowledge Base article:

概要

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

原因

DNS サーバーは、レジストリ データからゾーンを作成できませんでした。

解決方法

ゾーン データを修正する

ゾーンの情報を含むレジストリ値が破損しているか、無効であるため、値を修正する必要があります。サーバー マネージャーを使用してゾーンを削除し、再作成できます。

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

サーバー マネージャーを使用してゾーンを再作成するには、次の手順を実行します。

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

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

3. DNS サーバーを展開し、ゾーンが格納されているフォルダーを展開します。

4. ゾーンを右クリックし、[削除] をクリックします。

注意: この方法でゾーンを削除できない場合は、レジストリ エディターを使用してゾーンのレジストリ キーを削除する必要があります。

5. フォルダーを右クリックし、[新しいゾーン] をクリックします。

6. ウィザードの手順に従って、ゾーンを再作成します。

レジストリ内のゾーン キーを削除するには、次の手順を実行します。

注意: レジストリを誤って編集すると、システムに重大な障害をもたらす可能性があります。レジストリを変更する前に、重要なデータのバックアップを作成するようにしてください。

1. DNS サーバーで、[スタート] をクリックします。

2. [検索の開始] に「regedit」と入力し、Enter キーを押します。

3. コンソール ツリーで、次のキーを展開します: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server\Zones

4. ゾーンのキーを右クリックし、[削除] をクリックします。

外部

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - 構成 - Reg ゾーンを作成できませんでした
イベント 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.RegZoneCreationFailed" 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">504</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.Configuration.RegZoneCreationFailed.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>