Microsoft Windows Server DNS 구성 등록 영역 생성 실패

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

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

Knowledge Base article:

요약

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

원인

DNS Server에서 레지스트리 데이터로부터 영역을 생성할 수 없습니다.

해결 방법

영역 데이터를 수정합니다.

영역 정보가 포함된 레지스트리 값이 손상되었거나 올바르지 않아 수정해야 합니다. 서버 관리자를 사용하여 영역을 삭제한 후 다시 만들 수 있습니다.

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

서버 관리자를 사용하여 영역을 다시 만들려면:

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

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

3. DNS Server를 확장한 다음 해당 영역이 포함된 폴더를 확장합니다.

4. 영역을 마우스 오른쪽 단추로 클릭한 다음 삭제를 클릭합니다.

참고: 이 방법으로 영역을 삭제할 수 없는 경우 [레지스트리 편집기]에서 영역의 레지스트리 키를 삭제해야 합니다.

5. 폴더를 마우스 오른쪽 단추로 클릭한 다음 [새 영역]을 클릭합니다.

6. 마법사의 설명에 따라 영역을 다시 만듭니다.

레지스트리에서 영역 키를 삭제하려면:

주의: 레지스트리를 잘못 편집하면 시스템이 심각하게 손상될 수 있습니다. 레지스트리를 변경하기 전에 중요한 데이터를 모두 백업해야 합니다.

1. DNS Server에서 [시작]을 클릭합니다.

2. 검색 시작에서 regedit를 입력하고 <Enter> 키를 누릅니다.

3. 콘솔 트리에서 다음 키를 확장합니다. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server\Zones

4. 영역의 키를 마우스 오른쪽 단추로 클릭하고 [삭제]를 클릭합니다.

외부 정보

http://technet.microsoft.com/en-us/library/dd349626(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.RegZoneCreationFailed" 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">504</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.RegZoneCreationFailed.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>