Estado del servicio Examinador de equipos

Microsoft.Windows.Server.6.2.OperatingSystem.ComputerbrowserServiceHealth (UnitMonitor)

Supervisa el estado del servicio de Windows para el Examinador de equipos

Knowledge Base article:

Resumen

El servicio Examinador de equipos mantiene una lista de nombres de los equipos que están en la red y proporciona esta lista a los clientes. El servicio ayuda en el proceso de resolución de nombres y se usa para redes que no tienen el servicio Active Directory habilitado y para la compatibilidad con versiones anteriores con los equipos de cliente que ejecutan Windows NT 4.0. Si este servicio se detiene, es posible que los clientes de redes que no tienen el servicio Active Directory habilitado y los clientes de Windows NT 4.0 no puedan llegar a los equipos por nombre.

Causas

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

Soluciones

El servicio se puede reiniciar usando el complemento Servicios al que se puede obtener acceso a través de la tarea de la consola de administración de equipos:

Iniciar la consola de administración de equipos

Element properties:

TargetMicrosoft.Windows.Server.6.2.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.6.2.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Servicio Examinador de equipos detenido
El servicio Examinador de equipos del servidor {0} ha dejado de ejecutarse
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.6.2.OperatingSystem.ComputerbrowserServiceHealth" RunAs="System!System.PrivilegedMonitoringAccount" Accessibility="Public" Enabled="true" Target="WindowsServer!Microsoft.Windows.Server.6.2.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.6.2.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.6.2.OperatingSystem.ComputerbrowserServiceHealth.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="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>Browser</ServiceName>
</Configuration>
</UnitMonitor>