群集服务状态

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>