IP 주소를 확인하지 못했습니다.

Microsoft.SystemCenter.AgentManager.IPAddressResolutionFailed.Monitor (UnitMonitor)

IP 주소 확인 실패로 인한 에이전트 "강제" 설치 실패를 모니터링합니다.

Knowledge Base article:

요약

IP 주소 확인이 실패하여 에이전트를 원격으로 설치하지 못했습니다.

원인

원격 에이전트 설치를 수행하는 동안 관리 서버에서는 직접 연결된 IP 주소에 의해 제공되는 이름을 확인하려고 합니다. 이 이름 확인 작업이 실패하면 네트워크에서 사용되는 이름 확인 서비스가 작동하지 않을 수 있습니다.

해결 방법

다음 문제 해결 단계를 사용하여 문제를 진단할 수 있습니다. 이 단계는 사용자 인터페이스에서 검색 마법사를 실행하여 에이전트 원격 설치를 시도할 때 연결되어 있었던 관리 서버에서 수행해야 합니다.

대상 컴퓨터 이름에 대해 nslookup을 수행합니다. IP 주소가 반환되지 않으면 다른 DNS 서버를 사용해 보세요.

다음은 명령줄에서 대상 컴퓨터 이름을 사용하는 nslookup의 예입니다. nslookup [ComputerName]

nslookup dc1.contoso.local

다음은 다른 DNS 서버를 사용하는 nslookup의 예입니다. nslookup [ComputerName] [DNSServer]

nslookup dc1.contoso.local dns1.contoso.local

위 예제와 같이 nslookup을 수행해도 IP 주소가 반환되지 않으면 관리 서버에서 DNS 구성을 변경하여 에이전트를 설치하려는 컴퓨터의 IP 주소를 확인할 수 있도록 해야 합니다.

에이전트 설치 문제 해결에 대한 자세한 내용은 Troubleshooting Issues When You Use the Discovery Wizard to Install an Agent(검색 마법사를 사용한 에이전트 설치 시의 문제 해결)(http://go.microsoft.com/fwlink/?LinkId=181932)를 참조하세요.

Element properties:

TargetMicrosoft.SystemCenter.AgentManager
Parent MonitorMicrosoft.SystemCenter.AgentManager.ConfigHealthRollup
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.AgentManager.AgentManagerFailureMonitor
RemotableTrue
AccessibilityPublic
Alert Message
에이전트 강제 설치/복구 실패 - IP 주소를 확인하지 못했습니다.
에이전트 "강제" 설치 또는 복구가 시도되었으며 실패했습니다. 작업이 관리 서버 {1}에서 컴퓨터 {0}에 대해 실행되었습니다.

추가 정보: 작업 시작 시간: {3} UTC 작업 종료 시간: {4} UTC

전체 이벤트 설명: {5}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.AgentManager.IPAddressResolutionFailed.Monitor" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AgentManager" ParentMonitorID="Microsoft.SystemCenter.AgentManager.ConfigHealthRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.AgentManager.AgentManagerFailureMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.AgentManager.IPAddressResolutionFailed.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/TargetDevicePrincipalName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/ManagementServerName$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/PendingStateType$</AlertParameter3>
<AlertParameter4>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskStartTime$</AlertParameter4>
<AlertParameter5>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskEndTime$</AlertParameter5>
<AlertParameter6>$Data/Context/Property[@Name="Message"]$</AlertParameter6>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AgentManagerFailure" MonitorTypeStateID="AgentInstallationFailure" HealthState="Error"/>
<OperationalState ID="AgentManagerSuccess" MonitorTypeStateID="AgentInstallationSuccess" HealthState="Success"/>
</OperationalStates>
<Configuration>
<EventId>10601</EventId>
<TaskStartTime>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskStartTime$</TaskStartTime>
<TaskEndTime>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskEndTime$</TaskEndTime>
</Configuration>
</UnitMonitor>