Microsoft Windows Server DNS 구성 도메인 노드 생성 오류

Microsoft.Windows.DNSServer.2016.Configuration.DomainNodeCreationError (Rule)

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

Knowledge Base article:

요약

DNS Server 구성은 네트워크에서 DNS Server의 작동 방식을 결정하는 설정과 이러한 설정을 저장하고 필요할 때 검색하는 방법을 지정하는 설정으로 이루어집니다.

원인

DNS Server에서 도메인 노드를 생성하지 못했습니다.

해결 방법

DNS Server 서비스를 다시 시작합니다.

DNS Server 서비스가 일관되지 않은 상태여서 서비스를 다시 시작해야 합니다.

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

DNS 서버 서비스를 다시 시작하려면:

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

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

3. [DNS Server]를 마우스 오른쪽 단추로 클릭하고 [모든 작업]을 클릭한 다음 [다시 시작]을 클릭합니다.

문제가 계속 발생하면 컴퓨터를 다시 시작한 다음 [서버 관리자]를 사용하여 DNS Server 서비스가 시작되었는지 확인합니다.

컴퓨터를 다시 시작하려면:

[시작]을 클릭하고 [잠금] 단추 옆의 화살표를 클릭한 다음 [다시 시작]을 클릭합니다.

DNS Server 서비스가 시작되었는지 확인하려면:

1. DNS Server에서 [서버 관리자]를 시작합니다.

2. 콘솔 트리에서 [역할]을 확장한 다음 [DNS Server]를 클릭합니다.

[시스템 서비스] 목록에 DNS Server 서비스의 상태가 표시됩니다.

외부 정보

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

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - 구성 - 도메인 노드 생성 오류

이벤트 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.DNSServer.2016.Configuration.DomainNodeCreationError" Enabled="true" Target="Microsoft.Windows.DNSServer.2016.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">1540</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.DNSServer.2016.Configuration.DomainNodeCreationError.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>