ResumeKeyFilter サービス: ResumeKeyFilter サービスの状態

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

このオブジェクトは、ResumeKeyFilter サービスの状態を監視し、サービスが実行されていない場合はアラートを生成します。

Knowledge Base article:

概要

このオブジェクトは、ResumeKeyFilter サービスの状態を監視し、サービスが実行されていない場合はアラートを生成します。

原因

次の理由で、ResumeKeyFilter サービスが実行中状態でない可能性があります。

ヘルス状態が不明な場合は、このオブジェクトの監視がまだ開始されていないことを示します。

解決方法

次のいずれかの手順で、Server サービスを再起動します。

該当サーバーでサービスを再起動する

1. 該当サーバーで、管理者特権のコマンド プロンプトから、「net stop resumekeyfilter」と入力してから、Enter キーを押します。操作の確認を求められたら、「y」と入力します。

2. 「net start resumekeyfilter」と入力し、Enter キーを押します。

注意 ResumeKeyFilter サービスと共に停止されたその他の依存サービスを再起動しなければならないことがあります。

サービスが開始したら、このモニターは自動的にリセットされて正常な状態になります。

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3.Clustered
Parent MonitorMicrosoft.Windows.FileServices.Service.SMB.6.3.ContinuousAvailability
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
再開キー フィルター サービスが実行されていません
再開キー フィルター サービスが実行されていません
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.SMB.6.3.ResumeKeyFilterService" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.SMB.6.3.Clustered" ParentMonitorID="Microsoft.Windows.FileServices.Service.SMB.6.3.ContinuousAvailability" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.SMB.6.3.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>