Timer Service가 실행되지 않음

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

이 모니터가 위험 상태인 경우 특정 서버에서 Timer Service가 실행되고 있지 않음을 나타냅니다.

Knowledge Base article:

요약

Microsoft TechNet 사이트에서 최신 기술 문서를 보려면 다음 사이트를 방문하십시오.

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

원인

다음 링크를 사용하여 이 개체의 현재 경고를 모두 확인하십시오.

경고 보기

해결 방법

다음 링크를 사용하여 서비스를 다시 시작할 수 있습니다.

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>