Microsoft Windows Server DNS ADI のバックグラウンド読み込みの失敗

Microsoft.Windows.Server.DNS.ADI.BackgroundLoadFailure (Rule)

Active Directory 統合のアラート生成ルールです。

Knowledge Base article:

概要

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

原因

DNS サーバーは、Active Directory 統合ゾーンのバックグラウンド読み込みを開始できませんでした。システム リソースに問題がある可能性があります。DNS サーバー サービスを終了します。イベント データにはエラーが含まれています。

解決方法

メモリまたは他のシステム リソースを解放する

不要なアプリケーションやサービスを終了し、操作を再試行します。

操作が再度失敗した場合は、コンピューターを再起動して、プログラムによって割り当てられ、解放されていないメモリまたは他のシステム リソースを解放します。サーバー マネージャーを使用して、DNS サーバー サービスが開始されていることを確認します。

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

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

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

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

問題が続く場合は、サーバー上で実行されている 1 つ以上のアプリケーションがメモリの問題の原因となっている可能性があります。

外部

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - Active Directory の統合バックグラウンド読み込みに失敗しました
イベント 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.ADI.BackgroundLoadFailure" 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>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4018</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4019</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</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.ADI.BackgroundLoadFailure.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>