Microsoft Windows Server DNS ADI 레코드 로드 실패

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

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

Knowledge Base article:

요약

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

원인

DNS Server에서 리소스 레코드를 생성하지 못했습니다. 이 리소스 레코드의 Active Directory 정의가 손상되었거나 잘못된 DNS 이름이 포함되어 있습니다.

해결 방법

AD DS 문제를 해결하고 레코드를 다시 입력합니다.

AD DS에서 DNS Server 서비스의 요청에 응답하지 않습니다. DNS Server 서비스는 AD DS(Active Directory 도메인 서비스)를 사용하여 AD DS 통합 영역에 대한 정보를 저장하고 검색합니다. AD DS가 올바르게 작동하는지 확인하고 문제를 해결한 다음 실패한 레코드를 수정합니다.

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

리소스 레코드를 수정하려면:

1. DNS Server에서 서버 관리자를 시작합니다. 서버 관리자를 시작하려면 시작, 관리 도구, 서버 관리자를 차례로 클릭합니다.

2. 콘솔 트리에서 역할, DNS Server, DNS를 차례로 확장합니다.

3. DNS Server를 확장한 다음 리소스 레코드의 컨테이너를 확장합니다.

4. 컨테이너에 리소스 레코드가 있으면 리소스 레코드를 마우스 오른쪽 단추로 클릭하고 삭제를 클릭합니다.

5. 컨테이너를 마우스 오른쪽 단추로 클릭한 다음 리소스 레코드 종류에 적합한 명령을 클릭하여 리소스 레코드를 다시 만듭니다.

추가 정보

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

외부 정보

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

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
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.RecordLoadFailed" 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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4010</Value>
</ValueExpression>
</SimpleExpression>
</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.RecordLoadFailed.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>