Intégrité du service NetBIOS TCP/IP

Microsoft.Windows.Server.2008.OperatingSystem.TCPIPNetBiosHelperBrowserServiceHealth (UnitMonitor)

Analyse l'intégrité du service Windows pour NetBIOS TCP/IP

Knowledge Base article:

Résumé

Le service Assistance NetBIOS sur TCP/IP permet la prise en charge du service NetBIOS sur TCP/IP (NetBT) et de la résolution de noms NetBIOS. Si ce service est arrêté, Windows ne pourra pas atteindre les ordinateurs et les périphériques réseau en fonction du nom.

Causes

Un service peut s'arrêter pour de nombreuses raisons, parmi lesquelles :

Solutions

Vous pouvez redémarrer le service à l'aide du composant logiciel enfichable Services accessible depuis la tâche de la console de gestion de l'ordinateur :

Démarrer la console de gestion de l'ordinateur

Element properties:

TargetMicrosoft.Windows.Server.2008.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.2008.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Arrêt du service NetBIOS TCP/IP
Le service NetBIOS TCP/IP sur le serveur {0} a cessé de fonctionner
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.OperatingSystem.TCPIPNetBiosHelperBrowserServiceHealth" Accessibility="Public" Enabled="true" Target="Server2008!Microsoft.Windows.Server.2008.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.2008.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.OperatingSystem.TCPIPNetBiosHelperBrowserServiceHealth.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="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>LmHosts</ServiceName>
</Configuration>
</UnitMonitor>