Microsoft Windows Server DNS ADI 다시 시도 가능 영역 작업 실패

Microsoft.Windows.Server.DNS.ADI.RetryableZoneOperationFailed (Rule)

Active Directory 통합에 대한 규칙을 생성하는 중 경고가 발생했습니다.

Knowledge Base article:

요약

AD DS(Active Directory 도메인 서비스)를 사용하여 영역 데이터를 저장하도록 DNS Server 서비스를 구성할 수 있습니다. 이렇게 하면 DNS Server에서 디렉터리 복제를 사용할 수 있게 되어 보안, 안정성 및 관리상의 편의성이 향상됩니다.

원인

DNS Server에서 Active Directory로부터 영역을 작성 또는 로드하는 중에 오류가 발생했습니다.

해결 방법

AD DS 로드를 확인하십시오.

DNS Server 서비스에서 AD DS(Active Directory 도메인 서비스)의 영역이 늦게 로드되었습니다. DNS Server가 성공적으로 시작되었거나 영역이 성공적으로 로드된 경우에는 추가 작업이 필요하지 않습니다. 그렇지 않은 경우에는 많은 양의 작업을 발생시키는 AD DS 문제를 진단하고 해결하십시오.

추가 정보

http://go.microsoft.com/fwlink/?LinkId=95789

외부 정보

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - Active Directory 다시 시도 가능 영역 작업 실패
이벤트 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.Server.DNS.ADI.RetryableZoneOperationFailed" Enabled="true" Target="Microsoft.Windows.Server.DNS.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>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4520</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4521</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</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.ADI.RetryableZoneOperationFailed.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>