Controleprogramma beschikbaarheid SQL Writer Service

Microsoft.SystemCenter2012.ConfigurationManager.SqlWriter.ServiceHealth (UnitMonitor)

Met deze monitor wordt de beschikbaarheid van de SQL Writer Service gecontroleerd.

Knowledge Base article:

Samenvatting

Deze monitor controleert de status van de SQL Server VSS Writer-service (SQLWriter). Als deze monitor een waarschuwing genereert, moet u actie ondernemen om de weer service operationeel te maken.

Oorzaken

Een service kan om diverse redenen stoppen, waaronder:

Oplossingen

Als de SQL Server VSS Writer-service niet wordt uitgevoerd, kunt u als volgt de oorzaak van het probleem bepalen of de service opnieuw starten:

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SqlServer
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SQL Writer Service niet actief
De service {0} op computer {1} wordt niet uitgevoerd.
RunAsDefault
CommentSIV:BR0006

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.SqlWriter.ServiceHealth" Comment="SIV:BR0006" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SqlServer" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.SqlWriter.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</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"]/PrincipalName$</ComputerName>
<ServiceName>SQLWriter</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>