Microsoft Windows Server DNS ADI 載入失敗

Microsoft.Windows.DNSServer.2016.ADI.LoadFailed (Rule)

Active Directory 整合的警示產生規則。

Knowledge Base article:

摘要

您可以將 DNS 伺服器服務設定成使用 Active Directory 網域服務 (AD DS) 來儲存區域資料。因此,DNS 伺服器可以依賴目錄複寫,增進管理上的安全性、可靠性和容易度。

原因

DNS 伺服器無法為在 Active Directory 整合區域中找到的 DNS 名稱載入記錄。

解決方式

變更名稱檢查設定

DNS 伺服器可以設定為允許名稱中包含 RFC 1123 中的網域名稱系統 (DNS) 標準並不允許的字元,包括多位元組字元。這個錯誤表示 Active Directory 網域服務 (AD DS) 整合的區域中之 DNS 名稱包含 DNS 伺服器設定並不允許的字元。

若要執行此程序,您必須有 Administrators 的成員資格,或已獲委派適當的授權。

若要更正內含不受支援之字元的 DNS 名稱:

1. 在 DNS 伺服器上啟動 [伺服器管理員]。若要啟動 [伺服器管理員],請依序按一下 [開始] 及 [系統管理工具],然後按一下 [伺服器管理員]。

2. 在主控台樹狀目錄中,依序展開 [角色]、[DNS 伺服器] 及 [DNS]。

3. 在該 DNS 伺服器上按一下滑鼠右鍵,然後按一下 [內容],再按一下 [進階] 索引標籤。

4. 記下 [名稱檢查] 清單中目前的設定,然後按一下 [所有名稱]。

5. 在主控台樹狀目錄中,於 DNS 伺服器上按一下滑右鍵,然後按一下 [所有工作],再按一下 [重新啟動]。

6. 當伺服器重新啟動之後,而且已被封鎖的項目出現在 [伺服器管理員] 時,在這些項目上按一下滑右鍵,然後按一下 [刪除]。

7. 在該 DNS 伺服器上按一下滑鼠右鍵,然後按一下 [內容],再按一下 [進階] 索引標籤。

8. 在 [名稱檢查] 清單中,按一下在步驟 4 中變更的設定。

外部

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

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - Active Directory 整合載入失敗

事件識別碼:{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.DNSServer.2016.ADI.LoadFailed" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.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">4006</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.DNSServer.2016.ADI.LoadFailed.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>