檔案分類基礎結構服務監視器

Microsoft.Windows.FileServices.Service.FCI.Service (UnitMonitor)

此監視器會檢查檔案伺服器資源管理員服務 (Srmsvc) 是否正在為檔案分類基礎結構 (FCI) 工作執行。

Knowledge Base article:

摘要

檔案分類基礎結構相依於檔案伺服器資源管理員服務 (Srmsvc) 以成功執行分類作業。若該服務未執行,您將無法執行分類和檔案管理工作。

原因

依預設會將檔案伺服器資源管理員服務設定為自動啟動並全天候執行。若該服務未執行,將會發生下列其中一個問題:

解決方式

啟動服務

系統管理員群組的成員必須啟動服務。

啟動檔案伺服器資源管理員服務 (Srmsvc):

1. 按一下 [開始],將滑鼠游標指向 [所有程式],按一下 [附屬應用程式],對 [命令提示字元] 按一下滑鼠右鍵,然後按一下 [以系統管理員身分執行]。

2. 在命令提示字元中鍵入:

net start srmsvc

驗證

若要確認檔案伺服器資源管理員服務 (Srmsvc) 正在執行,請檢視 net start 命令的輸出。

Element properties:

TargetMicrosoft.Windows.FileServices.Service.FCI.6.3
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
檔案分類服務
電腦 {0} 上的檔案分類服務未執行
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.FCI.Service" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.FCI.6.3" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.FCI.Service.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</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"]/NetworkName$</ComputerName>
<ServiceName>SrmSvc</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>