Microsoft Windows Server DNS IP 주소 NSLookUp

Microsoft.Windows.Server.DNS.IPAddress.NSLookup (UnitMonitor)

서버가 바인딩된 각 IP 주소를 테스트합니다.

Knowledge Base article:

요약

DNS Server를 바인딩하여 여러 IP 주소를 수신할 수 있습니다. 이 모니터는 해당 서버에 영역 또는 전달자가 구성되어 있는지 여부에 관계없이 성공해야 하는 PTR 레코드 127.0.0.1의 개별 IP 주소를 테스트합니다.

구성

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

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

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

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

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

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

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

원인

NSLOOKUP에서 127.0.0.1을 확인하지 못함

해결 방법

DNS Server가 시작되고 모든 IP 주소 또는 이 모니터의 대상에 해당하는 IP 주소에 바인딩되어 있는지 확인하십시오.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server.IPAddress
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.NSLookup.Monitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows DNS - 로컬 주소에 대해 NSLookup 실패

경고는 모니터의 내부 실패를 나타냅니다.
위험은 NSLookup이 실패했음을 나타냅니다.

자세한 내용은 상태 탐색기를 참조하십시오.
RunAsMicrosoft.Windows.Server.DNS.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.IPAddress.NSLookup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server.IPAddress" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Microsoft.Windows.Server.DNS.NSLookup.Monitor" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.IPAddress.NSLookup_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdb3cadfd895b84ca7919d8b5b414d249b" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId373f94c4ba054e8cae46db6430d2c670" MonitorTypeStateID="InternalScriptError" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId5f3ec1d3c1084903b2c184c4691d5146" MonitorTypeStateID="QueryFailure" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>901</IntervalSeconds>
<ScriptTimeoutSeconds>300</ScriptTimeoutSeconds>
<QueryTimeoutSeconds>10</QueryTimeoutSeconds>
<QueryType>PTR</QueryType>
<HostName>127.0.0.1</HostName>
<Server>$Target/Property[Type="Microsoft.Windows.Server.DNS.Server.IPAddress"]/IPAddress$</Server>
<AcceptNonAuthoritative>true</AcceptNonAuthoritative>
</Configuration>
</UnitMonitor>