컴퓨터 브라우저 서비스 상태

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

컴퓨터 브라우저용 Windows 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

컴퓨터 브라우저 서비스에서는 네트워크에 있는 컴퓨터의 목록을 유지 관리하고 해당 목록을 클라이언트에 제공합니다. 이 서비스는 이름 확인 프로세스를 지원하며 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>