繼續金鑰篩選服務:繼續金鑰篩選服務狀態

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

此物件會監視繼續金鑰篩選服務的狀態,並在該服務未執行時產生警示。

Knowledge Base article:

摘要

此物件會監視繼續金鑰篩選服務的狀態,並在該服務未執行時產生警示。

原因

繼續金鑰篩選服務可能會因為以下原因而不會處於正在執行的狀態:

如果健全狀況狀態處於未知,表示此物件的監視尚未開始。

解決方式

請使用以下其中一個程序來重新啟動伺服器服務:

在受影響的伺服器上重新啟動該服務

1. 在受影響的伺服器上執行提高權限的命令提示字元,輸入 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>