이 서버에서 이름 확인에 사용한 DNS 서버가 제한 시간 간격 내에 응답하지 않았습니다.

A_DNS_server_used_by_this_server_for_name_resolution_did_not_respond_1_Rule (Rule)

Knowledge Base article:

요약

DHCP(Dynamic Host Configuration Protocol)를 사용하여 IP 주소를 가져오도록 구성된 컴퓨터는 도메인을 호스팅하는 영역에 대해 권한이 있는 DNS 서버에 해당 IP 주소 및 DNS(Domain Name System) 이름을 자동으로 등록할 수 있습니다. 따라서 관리자가 클라이언트 컴퓨터의 호스트(A 또는 AAAA) 리소스 레코드를 관리할 필요가 없습니다. 자동 등록 시 문제가 발생해도 컴퓨터가 네트워크에 액세스할 수는 있지만 다른 네트워크 컴퓨터에서 해당 컴퓨터를 찾지 못할 수 있습니다.

해결 방법

DNS 등록 다시 시도:

컴퓨터는 새 네트워크 주소를 자동으로 할당받으면 DNS 서버에 주소 변경 알림을 시도합니다. 컴퓨터가 이 알림을 시도할 때 문제가 발생했습니다. 이러한 상태는 일시적인 문제인 경우가 많지만 DNS 서버의 문제를 나타낼 수도 있습니다. 폴더나 프린터 등의 리소스를 공유하지 않는다면 이러한 상태로 인해 컴퓨터에서 문제가 발생하는 경우는 거의 없습니다.

컴퓨터의 DNS 등록을 다시 시도할 수 있습니다(반드시 다시 시도할 필요는 없음).

이 절차를 수행하려면 Administrators 그룹의 구성원이거나 적절한 권한을 위임받아야 합니다.

컴퓨터 주소를 DNS 서버에 등록하려면:

문제가 지속되면 네트워크 관리자에게 문의하고 이벤트 메시지의 정보를 제공하세요. 네트워크 관리자는 동적 업데이트 문제 해결(http://go.microsoft.com/fwlink/?LinkId=103842)에서 DNS 등록 문제 해결 정보를 참조하세요.

외부 정보

Element properties:

TargetMicrosoft.Windows.Server.2012.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="AD2012Core!Microsoft.Windows.Server.2012.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>