路由和远程访问服务监视器

Microsoft.Windows.Server.RRAS.ServiceMonitor (UnitMonitor)

远程访问 (RemoteAccess) 服务没有运行。

Knowledge Base article:

摘要

远程访问 (RemoteAccess) 服务没有运行。

原因

此错误最常见的原因是:

解决方案

1. 使用服务 MMC 管理单元将远程访问 (RemoteAccess) 服务的启动类型更改为“自动”。

2. 使用服务 MMC 管理单元手动启动远程访问 (RemoteAccess) 服务。

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
RemoteAccess 服务监视器
远程访问 (RemoteAccess) 服务没有运行。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.RRAS.ServiceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.RRAS.2008.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.RRAS.ServiceMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</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>RemoteAccess</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>