Estado del servicio Conexiones de red

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

Supervisa el estado de mantenimiento del servicio Conexiones de red.

Knowledge Base article:

Resumen

Este monitor comprueba el estado del servicio Conexiones de red. Si el servicio no se está ejecutando actualmente, se generará una alerta.

Nota: En los clústeres de Windows Server 2008, este monitor estará deshabilitado porque el estado de mantenimiento del servicio Conexiones de red no afecta al estado de mantenimiento del nodo del clúster.

Causas

Un servicio se puede detener por diversos motivos, entre los que se incluyen:

Soluciones

Puede intentar reiniciar este servicio mediante el siguiente vínculo:

Iniciar el servicio

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
El servicio Conexiones de red no se está ejecutando
El servicio Conexiones de red en {0} no se está ejecutando
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>