파일 복제 서비스 서비스 상태

Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.NTFRS.ServiceCheck (UnitMonitor)

Windows 서비스인 파일 복제 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

DFSR 및 NTFRS는 도메인 컨트롤러의 필수 서비스입니다. 파일 복제 마이그레이션 상태에 따라 두 서비스 중 하나 또는 모두가 실행되어야 합니다.

원인

NTFRS 서비스가 실행되고 있지 않습니다.

해결 방법

서비스 관리자로 이동하여 NTFRS 서비스를 시작합니다.

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainController.SYSVOL.NTFRS
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
NTFRS 서비스 실행 중 아님
NTFRS 서비스가 실행되고 있지 않습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.NTFRS.ServiceCheck" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainController.SYSVOL.NTFRS" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.AvailabilityEssentialService.NTFRS.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>NtFrs</ServiceName>
</Configuration>
</UnitMonitor>