A DNS server used by this server for name resolution did not respond within the timeout interval

A_DNS_server_used_by_this_server_for_name_resolution_did_not_respond_1_Rule (Rule)

Knowledge Base article:

Summary

A computer that is configured to use Dynamic Host Configuration Protocol (DHCP) to obtain IP addresses can automatically register its IP address and Domain Name System (DNS) name with the DNS server that is authoritative for the zone that hosts its domain. This eliminates the need for an administrator to manage host (A or AAAA) resource records for client computers. Problems with automatic registration do not prevent a computer from accessing the network, but they can prevent other network computers from being able to locate the computer.

Resolutions

Retry DNS registration:

When your computer is assigned a new network address automatically, it attempts to notify the DNS server of the change of address. A problem occurred when your computer made this attempt. Often, this is a transient condition, although it can indicate a problem with the DNS server. This condition rarely causes problems for your computer unless you share resources such as folders or printers.

Although it is not necessary, you can direct your computer to try the DNS registration again.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To register your computers address with the DNS server:

If the problem persists, contact your network administrator and provide the information in the event message. If you are a network administrator, see Troubleshooting Dynamic Updates (http://go.microsoft.com/fwlink/?LinkId=103842) for information about troubleshooting DNS registration.

External

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event SourceDNSAPI
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{210A80FC-B925-4BF0-A97F-146B480338FA}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="A_DNS_server_used_by_this_server_for_name_resolution_did_not_respond_1_Rule" Comment="Mom2005ID='{210A80FC-B925-4BF0-A97F-146B480338FA}';MOM2005GroupID=" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>DNSAPI</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>^(11150|11162)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>