ResumeKeyFilter Service: ResumeKeyFilter Service Status

Microsoft.Windows.FileServices.Service.SMB.10.0.ResumeKeyFilterService (UnitMonitor)

This object monitors the state of the ResumeKeyFilter service and generates an alert if the service is not running.

Knowledge Base article:

Summary

This object monitors the state of the ResumeKeyFilter service and generates an alert if the service is not running.

Causes

The ResumeKeyFilter service may not be in a Running state for the following reasons:

If the health state is unknown, it means that monitoring has not yet begun for this object.

Resolutions

Restart the Server service by using one of the following procedures.

Restart the service on the affected server

1. At an elevated command prompt on the affected server, type net stop resumekeyfilter and then press ENTER. If you are prompted to confirm the operation, type y.

2. Type net start resumekeyfilter and then press ENTER.

Note?You may have to restart additional dependent services that were stopped together with the ResumeKeyFilter service.

This monitor automatically resets to a Healthy state after the service starts.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.10.0.Clustered
Parent MonitorMicrosoft.Windows.FileServices.Service.SMB.10.0.ContinuousAvailability
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Resume Key Filter service is not running
Resume Key Filter service is not running
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.SMB.10.0.ResumeKeyFilterService" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.SMB.10.0.Clustered" ParentMonitorID="Microsoft.Windows.FileServices.Service.SMB.10.0.ContinuousAvailability" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.SMB.10.0.ResumeKeyFilterService.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</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"]/NetworkName$</ComputerName>
<ServiceName>ResumeKeyFilter</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>