클러스터 서비스 상태

Microsoft.Windows.Cluster.Service.Monitor (UnitMonitor)

클러스터 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 클러스터 서비스의 상태를 확인합니다. 서비스가 현재 실행되고 있지 않으면 경고가 발생합니다.

원인

서비스는 다음과 같은 여러 가지 이유로 중지될 수 있습니다.

해결 방법

다음 링크를 통해 Windows 클러스터 서비스를 다시 시작할 수 있습니다.

서비스 시작

외부 정보

Windows 클러스터 서비스에 대한 자세한 내용은 다음 Microsoft TechNet 웹 사이트를 참조하세요. http://www.microsoft.com/technet/ccs/default.mspx.

Element properties:

TargetMicrosoft.Windows.Cluster.Monitoring.Service
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Cluster.CheckServiceState
RemotableTrue
AccessibilityPublic
Alert Message
클러스터 서비스가 중지됨
{0}에서 클러스터 서비스가 실행 중이지 않습니다. 이 노드는 클러스터 서비스가 시작될 때까지 클러스터에 참가하지 않습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Cluster.Service.Monitor" Accessibility="Public" Enabled="true" Target="ClusLibrary!Microsoft.Windows.Cluster.Monitoring.Service" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ClusLibrary!Microsoft.Windows.Cluster.CheckServiceState" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Cluster.Service.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ServiceName>ClusSvc</ServiceName>
<Frequency>120</Frequency>
</Configuration>
</UnitMonitor>