Microsoft Windows Server DNS 區域轉送已中止

Microsoft.Windows.Server.DNS.Zone.TransferAborted (Rule)

區域的警示產生規則。

Knowledge Base article:

摘要

為伺服器備援提供網域名稱系統 (DNS) 可以增強容錯與負載平衡。針對任何指定的區域,DNS 伺服器可以做為主要伺服器,亦即區域的授權單位,或是做為次要伺服器,亦即從區域的主要伺服器或另一個次要伺服器取得它的區域資料。這種程序被稱作區域轉送。

原因

區域轉送已中止。

解決方式

重新初始化區域轉送

如果從本機 DNS 伺服器上無法對次要區域進行區域轉送,請在次要 DNS 伺服器初始化區域轉送。

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

若要在遠端次要 DNS 伺服器初始化區域轉送:

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

2.在主控台樹狀目錄中以滑鼠右鍵按一下 [DNS],然後按一下 [連線到 DNS 伺服器]。

3. 按一下 [下列電腦],然後輸入次要 DNS 伺服器的 DNS 名稱或 IP 位址,再按一下 [確定]。

4. 在主控台樹狀目錄中展開次要 DNS 伺服器,然後展開含有該區域的資料夾。

5. 以滑鼠右鍵按一下該區域,然後按一下 [從主機轉送]。

外部

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - 區域轉送已中止
事件識別碼:{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.Zone.TransferAborted" Enabled="true" Target="Microsoft.Windows.Server.DNS.Zone" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>DNS Server</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6002</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</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.Zone.TransferAborted.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>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>