叢集服務狀態

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>