Microsoft Windows Server DNS 配置区域过期

Microsoft.Windows.DNSServer.2016.Configuration.ZoneExpiration (Rule)

配置的警报生成规则。

Knowledge Base article:

摘要

DNS 服务器配置不仅包含用于确定 DNS 服务器将如何在网络上工作的设置,而且还可指定如何存储这些设置以及在需要它们时如何检索这些设置。

原因

某个区域在从作为区域源的主服务器获取成功的区域传送或更新之前已过期。

解决方法

更正主服务器问题

主服务器的有关辅助区域的配置不正确,这将阻止从主服务器传送辅助区域。

要执行此过程,必须拥有“管理员”成员身份,或者已向你委派了适当的权限。

若要更正从主服务器进行区域传送时的问题,请执行以下操作:

1.在 DNS 服务器上,启动服务器管理器。若要启动服务器管理器,请依次单击“开始”、“管理工具”和“服务器管理器”。

2.在控制台树中,依次双击“角色”、“DNS 服务器”和“DNS”。

3.展开 DNS 服务器,然后展开包含受影响区域的文件夹。

4.右键单击该区域,然后单击“属性”。

5.在“常规”选项卡上,确认列表是否包含区域主服务器的正确 IP 地址和完全限定域名 (FQDN)。

如果列表正确,请确保列出的主服务器正常工作。确保主服务器上允许执行区域传送,并且此服务器包括在列表中(如果区域传送受 IP 地址限制)。如果不是这样,请更正问题,然后重新启动区域传送。

若要确认本地服务器包括在可以接收区域传送的服务器的列表中,请执行以下操作:

1.在 DNS 服务器上,启动 DNS 管理器。要启动 DNS 管理器,请在 DNS 服务器上,依次单击“开始”、“管理工具”和“DNS”。

2.连接到主服务器。要连接到 DNS 服务器,请右键单击“DNS”,依次单击“连接到 DNS Server”、“以下计算机”,键入远程 DNS 服务器的 DNS 名称或 IP 地址,然后单击“确定”。

3.展开服务器,然后展开包含区域的文件夹。

4.右键单击区域,然后依次单击“属性”、“区域传送”。

5.如果尚未选择,单击“允许区域传送”。

6.执行下列操作之一:

如果已选择仅在“名称服务器”选项卡中列出的服务器,请单击“名称服务器”,然后确认承载辅助区域的服务器已在“名称服务器”列表中列出并带有正确的 IP 地址。

如果已选择“只允许到下列服务器”,请确认承载辅助区域的服务器已在列表中列出并带有正确的 IP 地址。

若要重新启动区域传送,请执行以下操作:

1.在服务器管理器或 DNS 管理器中,依次展开 DNS、托管辅助区域的服务器和包含该区域的文件夹。

2.右键单击该区域,然后单击“从主服务器重新加载”。

外部

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

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.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.DNSServer.2016.Configuration.ZoneExpiration" 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">6527</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.DNSServer.2016.Configuration.ZoneExpiration.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>