网络连接服务状态

Microsoft.Windows.Cluster.NodeRole.NetManServiceCheck (UnitMonitor)

监视网络连接服务的运行状况。

Knowledge Base article:

摘要

此监视器检查网络连接服务的状态。 如果该服务当前未运行,则将生成一个警报。

注意:在 Windows Server 2008 群集上,将禁用此监视器,因为网络连接服务的运行状况状态对群集节点的运行状况状态没有影响。

原因

服务停止的原因有很多,包括:

解决方案

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

启动服务

Element properties:

TargetMicrosoft.Windows.Cluster.NodeRole
Parent MonitorSystem.Health.AvailabilityState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
网络连接服务未运行
{0} 上的网络连接服务未运行
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Cluster.NodeRole.NetManServiceCheck" Accessibility="Public" Enabled="true" Target="ClusLibrary!Microsoft.Windows.Cluster.NodeRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Cluster.NodeRole.NetManServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/NetworkName$</ComputerName>
<ServiceName>NetMan</ServiceName>
</Configuration>
</UnitMonitor>