Kerberos 키 배포 센터 서비스 상태

Microsoft.Windows.Server.2012.AD.AvailabilityEssentialService.KDC.ServiceCheck (UnitMonitor)

Windows 서비스인 Kerberos 키 배포 센터의 상태를 모니터링합니다.

Knowledge Base article:

요약

Kerberos 키 배포 센터 서비스가 이 도메인 컨트롤러에서 실행되고 있는지를 모니터링합니다. 이 서비스를 통해 사용자는 Kerberos 인증 프로토콜을 사용하여 네트워크에 로그온할 수 있습니다.

서비스가 중지되면 사용자가 네트워크에 로그온할 수 없습니다.

원인

Kerberos 키 배포 센터 서비스가 실행되고 있지 않습니다.

해결 방법

Kerberos 키 배포 센터 서비스가 자동 시작으로 설정되어 있으며 실행되고 있는지 확인합니다.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.AvailabilityEssentialServices.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Kerberos 키 배포 센터 서비스 실행 중 아님
KDC 서비스가 실행되고 있지 않습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialService.KDC.ServiceCheck" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialServices.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.AvailabilityEssentialService.KDC.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>kdc</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>