Microsoft Windows Server DNS ADI 영역 충돌

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

영역에 대한 규칙을 생성하는 중 경고가 발생했습니다.

Knowledge Base article:

요약

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

원인

DNS Server의 Active Directory에서 오류가 발생했습니다.

해결 방법

관리자가 이 영역을 한 디렉터리 파티션에서 다른 디렉터리 파티션으로 이동한 경우 별다른 해가 없는 일시적인 문제일 수 있습니다. 이 경우 아무 작업도 필요하지 않습니다. 영역의 원래 복사본을 삭제하면 이 서버에 곧바로 복제됩니다.

추가 정보

이 영역의 두 복사본이 서로 다른 디렉터리 파티션에 있으며 일시적인 문제가 아닐 경우에는 가능한 한 빨리 두 복사본 중 하나를 삭제하여 충돌을 해결하십시오. 자세한 내용은 "Event ID 4515 is logged in the DNS Server log in Windows Server 2003"( http://support.microsoft.com/kb/867464/en-us)를 참조하십시오.

외부 정보

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
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.ZoneConflict" 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">4515</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</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>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.ADI.ZoneConflict.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Channel$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression/>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>