DFS-R: 서비스 가용성

Microsoft.Windows.FileServer.DFSR.ServiceStoppedMonitor (UnitMonitor)

이 개체는 DFS Replication 서비스를 모니터링하고, 서비스가 중지되면 위험 경고를 만듭니다.

Knowledge Base article:

요약

이 개체는 DFS Replication 서비스를 모니터링하고, 서비스가 중지되면 위험 경고를 만듭니다.

원인

이 모니터의 비정상 상태는 DFS Replication 서비스가 중지되었음을 나타냅니다. 이 문제는 관리자가 유지 관리를 위해 서비스를 중지하는 경우에 발생할 수 있습니다.

해결 방법

DFS Replication 서비스가 시작될 때까지 대기

작업이 필요하지 않습니다. DFS 복제에서 중지된 지 30분 후에 DFS Replication 서비스를 시작하려고 합니다.

DFS Replication 서비스를 수동으로 시작하려면 다음 중 하나를 수행하십시오.

참고: 서비스를 시작하려면 영향을 받는 서버에서 로컬 관리자 그룹의 구성원이어야 합니다. 서비스 스냅인, Windows PowerShell Start-Service cmdlet 또는 명령줄 도구(예: net start)를 사용하여 서비스를 시작할 수도 있습니다.

검증

DFS Replication 서비스가 시작되면 이 모니터가 자동으로 정상 상태로 다시 설정됩니다.

서비스가 시작됨 상태인지 확인하려면 다음 중 하나를 수행하십시오.

참고: 서비스 상태를 쿼리하려면 영향을 받는 서버에서 로컬 관리자 그룹의 구성원이어야 합니다.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DFS-R: DFS Replication 서비스가 중지됨
DFS Replication 서비스가 실행 중이 아닙니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServer.DFSR.ServiceStoppedMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServer.DFSR.ServiceStoppedMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>DFSR</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>