Klustertjänststatus

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

Övervakar hälsan för klustertjänsten.

Knowledge Base article:

Sammanfattning

Den här övervakaren kontrollerar status för klustertjänsten. Om tjänsten för tillfället inte körs visas en varning.

Orsaker

En tjänst kan stoppas av många orsaker, bland andra:

Lösningar

Du kan försöka starta om Windows-klustertjänsten genom att använda följande länk:

Starta tjänsten

Externt

Mer information om Windows-klustertjänster finns på webbplatsen Microsoft TechNet på: 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
Klustertjänsten har stoppats
Klustertjänsten på {0} körs inte. Den här noden ingår inte i klustret förrän klustertjänsten har startats.
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>