TCP/IP NetBIOS 서비스 상태

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

TCP/IP NetBIOS용 Windows 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

TCPIP NetBIOS Helper 브라우저 서비스는 NetBIOS over TCP/IP(NetBT) 서비스 및 NetBIOS 이름 확인을 지원합니다. 이 서비스를 중지하면 Windows에서 이름을 사용하여 컴퓨터 및 네트워크 장치에 접속할 수 없게 됩니다.

원인

서비스는 다음과 같은 여러 가지 이유로 중지될 수 있습니다.

해결 방법

컴퓨터 관리 콘솔 작업을 통해 액세스할 수 있는 서비스 스냅인을 사용하여 서비스를 다시 시작할 수 있습니다.

컴퓨터 관리 콘솔 시작

Element properties:

TargetMicrosoft.Windows.Server.2003.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.2003.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
TCP/IP NetBIOS 서비스 중지됨
{0} 서버의 TCP/IP NetBIOS 서비스 실행이 중지되었습니다.
RunAsDefault

Source Code:

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