Windows 2012 R2 DNS SEC - 영역 키 롤오버 상태 모니터

Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.KeyRolloverState (UnitMonitor)

이 모니터는 Windows Server 2012 R2 컴퓨터에서 영역의 키 롤오버 상태를 확인합니다.

Knowledge Base article:

요약

이 모니터는 powershell commandlet을 사용하여 영역의 키 롤오버 상태가 정상인지 여부를 확인합니다.

구성

간격(초): 값을 확인해야 하는 빈도(초)입니다.

동기화 시간: 모듈 실행에 대한 동기화 시간입니다.

제한 시간(초): 모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

원인

키 롤오버에 오류가 있음: KeyCurrentRolloverStatus = RollError

키 롤오버가 정상임: KeyCurrentRolloverStatus = NOT RollError

해결 방법

DNS 관리 도구를 사용하여 영역의 키 롤오버 상태를 확인하여 영역의 키 롤오버가 온라인 상태인지 확인합니다.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.2012.R2.Zone.KeyRolloverState.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2012 R2 DNS SEC - 영역 키 롤오버에 오류가 있음
서버 {1}에 있는 영역 {0}의 키 롤오버에 오류가 있습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.KeyRolloverState" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.DNS.2012.R2.Zone.KeyRolloverState.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.KeyRolloverState.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="KeyRollOverError" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="KeyRollOverNoError" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ZoneName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</ZoneName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>