计算机浏览器服务运行状况

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

监视 Windows 服务“计算机浏览器”的运行状况

Knowledge Base article:

摘要

Computer Browser 服务维护位于网络上的计算机名并向客户端提供此列表。 此服务帮助名称解析过程,用于未启用 Active Directory 的网络,并且与运行 Windows NT 4.0 的客户端计算机向后兼容。 如果此服务已停止,则未启用 Active Directory 的网络中的客户端和 Windows NT 4.0 客户端可能无法通过名称访问计算机。

原因

服务可以由于很多原因而停止,包括:

解决方法

可以使用服务管理单元(可以通过计算机管理控制台任务访问)重新启动该服务:

启动计算机管理控制台

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
计算机浏览器服务已停止
服务器 {0} 上的计算机浏览器服务已停止运行
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>