Computer Browser-tjänstens hälsa

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

Övervakar Windows-tjänstens hälsa för Computer Browser

Knowledge Base article:

Sammanfattning

Computer Browser-tjänsten underhåller en lista med datornamn som finns i nätverket och tillhandahåller klienter denna lista. Tjänsten hjälper till i namnmatchningsprocessen och används för nätverk som inte är Active Directory-klara, och för bakåtkompatibilitet med klientdatorer som kör Windows NT 4.0. Om den här tjänsten stoppas kan eventuellt inte klienter i nätverk som inte är Active Directory-klara och Windows NT 4.0-klienter, komma åt datorer med hjälp av deras namn.

Orsaker

En tjänst kan stoppas av många orsaker, bland andra:

Lösningar

Tjänsten kan startas om via snapin-modulen Tjänster, som kan aktiveras via konsoluppgiften Datorhantering:

Starta konsolen Datorhantering

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
Computer Browser-tjänsten har stoppats
Computer Browser-tjänsten på servern {0} har stoppats
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>