Timer Service 未运行

Microsoft.SharePoint.2013.SPServiceInstance.Timer.IsRunning (UnitMonitor)

该监视器处于严重状态,它指示特定服务器上未运行 Timer Service。

Knowledge Base article:

摘要

若要查看 Microsoft TechNet 网站上最新的知识库文章,请访问:

http://go.microsoft.com/fwlink/?linkid=245042&clcid=0x804

原因

可使用以下链接查看此对象的所有当前警报:

查看警报

解决方案

您可以尝试使用以下链接重新启动该服务:

启动 SharePoint Timer Service

Element properties:

TargetMicrosoft.SharePoint.2013.SPServiceInstance.Timer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SharePoint.DelayedCheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SharePoint:Timer Service 未运行
发生了严重事件,Timer Service (SPTimerV4) 未运行。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SharePoint.2013.SPServiceInstance.Timer.IsRunning" Accessibility="Public" Enabled="onEssentialMonitoring" Target="WSS15Core!Microsoft.SharePoint.2013.SPServiceInstance.Timer" ParentMonitorID="Health!System.Health.AvailabilityState" Priority="Normal" TypeID="WSS!Microsoft.SharePoint.DelayedCheckNTServiceStateMonitorType">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SharePoint.2013.SPServiceInstance.Timer.IsRunning_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</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>SPTimerV4</ServiceName>
<CheckStartupType/>
<TimerWaitInSeconds>300</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>