Monitor für Routing und RAS-Dienst

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

Der RAS-Dienst wird nicht ausgeführt.

Knowledge Base article:

Zusammenfassung

Der RAS-Dienst wird nicht ausgeführt.

Ursachen

Die häufigsten Ursachen für diesen Fehler sind:

Lösungen

1. Ändern Sie mithilfe des MMC-Snap-Ins "Dienste" den Starttyp für den RAS-Dienst in "Automatisch".

2. Starten Sie den RAS-Dienst mithilfe des MMC-Snap-Ins "Dienste" manuell.

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
Monitor für RAS-Dienst
Der RAS-Dienst wird nicht ausgeführt.
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>