工作文件夹服务运行状况

Microsoft.Windows.FileServices.Service.WorkFolders.6.3.Service (UnitMonitor)

监视工作文件夹服务的状态

Knowledge Base article:

摘要

此监视器检查 Microsoft 工作文件夹服务的状态,并在该服务不运行时生成警报。 如果工作文件夹服务不运行,系统将无法处理同步会话。

如果运行状况状态未知,则表示尚未开始监视,或可能已对该对象禁用监视器。

原因

工作文件夹服务不处于“正在运行”状态的原因可能有:

您应该查看此服务器的其他警报,以确定相关的问题,例如内存不足。

解决方案

通过以下其中一个过程重新启动工作文件夹服务:

在 Operations Console 中重新启动服务

在 Operations Console 中,选择对应的服务器,然后单击“启动工作文件夹服务”任务。

在受影响的服务器上重新启动服务

在受影响的服务器上的提升命令提示符处,键入 net start syncsharesvc,然后按 ENTER。

验证

要确认 Server 服务是否正在运行,请在 Operations Console 中使用以下过程:

单击“查询工作文件夹服务状态”任务。

服务启动后,此监视器将自动重置为正常状态,虽然可能会延迟 2 分钟之久。

Element properties:

TargetMicrosoft.Windows.FileServices.Service.WorkFolders.6.3
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
工作文件夹服务已停止
计算机“{0}”上的工作文件夹服务已停止。 此计算机上的所有工作文件夹都将不可用
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.WorkFolders.6.3.Service" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.WorkFolders.6.3" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.WorkFolders.6.3.Service.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<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>SyncShareSVC</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>