État du service Connexions réseau

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

Analyse l'intégrité du service Connexions réseau.

Knowledge Base article:

Résumé

Cette analyse vérifie l'état du service Connexions réseau. Une alerte est déclenchée si le service n'est pas en cours d'exécution.

Remarque : Sur les clusters Windows Server 2008, ce moniteur est désactivé car l'état d'intégrité du service Connexions réseau n'affecte pas celui du nœud de clusters.

Causes

Un service peut s’arrêter pour de nombreuses raisons, notamment :

Résolutions

Vous pouvez tenter de redémarrer ce service en utilisant le lien suivant :

Démarrer le service

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
Le service Connexions réseau ne fonctionne pas
Le service Connexions réseau sur {0} ne fonctionne pas.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Cluster.NodeRole.NetManServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" 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>