Admin Service Is Not Running

Microsoft.SharePoint.2016.SPServiceInstance.Admin.IsRunning (UnitMonitor)

A critical state of this Monitor indicates that the Admin Service is not running on a particular server.

Knowledge Base article:

Summary

To get the most current Knowledge Article from the Microsoft TechNet site, visit:

http://go.microsoft.com/fwlink/?LinkId=245009

Causes

View all current alerts from this object using this link:

View Alerts

Resolutions

You can attempt to restart the service using the following link:

Start SharePoint Admin Service

Element properties:

TargetMicrosoft.SharePoint.2016.SPServiceInstance.Admin
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SharePoint.Library.DelayedCheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SharePoint: Admin Service Is Not Running
A critical incident has occurred where Admin Service (SPAdminV4) is not running.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SharePoint.2016.SPServiceInstance.Admin.IsRunning" Accessibility="Public" Enabled="true" Target="MOSS16Core!Microsoft.SharePoint.2016.SPServiceInstance.Admin" ParentMonitorID="Health!System.Health.AvailabilityState" Priority="Normal" TypeID="MOSS!Microsoft.SharePoint.Library.DelayedCheckNTServiceStateMonitorType">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SharePoint.2016.SPServiceInstance.Admin.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>SPAdminV4</ServiceName>
<CheckStartupType/>
<TimerWaitInSeconds>300</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>