Microsoft Windows Server DNS WINS NSLookup

Microsoft.Windows.DNSServer.2016.WINS.NSLookup (UnitMonitor)

기본적으로 사용하지 않도록 설정됨

Knowledge Base article:

요약

NetBIOS 프로토콜은 초기 Windows 버전에 사용되었던 주 네트워크 프로토콜입니다. WINS(Windows Internet Name Service)와 결합된 NetBIOS는 단순하며 비계층적인 명명 시스템을 지원합니다. DNS(Domain Name System) 프로토콜에 대한 보완책으로 NetBIOS와 WINS를 지원하도록 DNS Server 및 클라이언트를 구성할 수 있습니다.

구성

간격(초): 이 모니터가 NSLOOKUP을 수행하는 간격입니다.

스크립트 시간 제한(초): SCOM이 스크립트를 종료하기 전에 실행하도록 허용하는 총 시간입니다.

쿼리 시간 제한(초): NSLOOKUP의 -timeout 옵션에 사용됩니다.

쿼리 유형: NSLOOKUP의 -querytype 옵션에 사용됩니다. 허용 가능한 값: A, CNAME, PTR, NS 또는 SOA.

호스트 이름: NSLOOKUP에서 확인되는 호스트 레코드입니다.

서버: NSLOOKUP에서 쿼리를 전달해야 하는 대상 서버입니다.

신뢰할 수 없는 항목 허용: SCOM이 NSLOOKUP에 대한 신뢰할 수 없는 응답을 허용할지 여부를 나타냅니다.

원인

NSLOOKUP이 호스트 이름을 확인하지 못했습니다.

해결 방법

DNS Server에 대해 구성된 WINS 서버를 사용할 수 있고 이 서버에 모니터가 확인하려고 하는 레코드가 포함되어 있는지 확인합니다.

추가 정보

이 모니터는 기본적으로 사용되지 않습니다. 사용하도록 설정하기 전에 테스트 중인 호스트 이름이 포함된 WINS 서버에서 레코드를 만들어야 합니다.

Element properties:

TargetMicrosoft.Windows.DNSServer.2016.Zone.WINSConnector
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DNSServer.2016.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - WINS NSLookup 실패

경고는 모니터의 내부 실패를 나타냅니다.
위험은 NSLookup이 실패했음을 나타냅니다.
자세한 내용은 상태 탐색기를 참조하세요.
RunAsMicrosoft.Windows.DNSServer.2016.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DNSServer.2016.WINS.NSLookup" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.DNSServer.2016.Zone.WINSConnector" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.DNSServer.2016.ActionAccount" TypeID="Microsoft.Windows.DNSServer.2016.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DNSServer.2016.WINS.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId883d05288f8e4248956d1bd84b7c0132" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId990c7e64dfe549c8975b06275c9dcf13" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId4f1a2ab5e2d74e18b9d6a11f6587318a" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>A</QueryType>
<HostName>PlaceHolder</HostName>
<Server>127.0.0.1</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>