IP アドレスを解決できなかった

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

IP アドレスの解決エラーが原因で、エージェントを "プッシュ" インストールできなかったことを検出するモニター。

Knowledge Base article:

概要

IP アドレス解決エラーが原因でエージェントのリモート インストールがエラーになりました。

原因

管理サーバーは、エージェントのリモート インストール中に、ユーザーから指定された名前を、直接接続する IP アドレスに解決しようとします。この処理がエラーになる場合は、ネットワークの名前解決サービスが実行されていない可能性があります。

解決方法

問題の診断には次のトラブルシューティング手順を使用できます。この手順は、ユーザー インターフェイスが検出ウィザードを実行していて、エージェントをリモート インストールしようとしているとき、接続している管理サーバーで実行します。

ターゲット コンピューター名で nslookup を実行します。IP アドレスが返されない場合は、別の DNS サーバーで試します。

コマンド ラインから入力したターゲット コンピューター名を使用する nslookup の例 :nslookup [コンピューター名]

nslookup dc1.contoso.local

別の DNS サーバーを使用する nslookup の例 :nslookup [コンピューター名] [DNS サーバー]

nslookup dc1.contoso.local dns1.contoso.local

上の手順で 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 アドレスを解決できませんでした
エージェントを "プッシュ" インストールまたは修復しようとしましたが、できませんでした。タスクは、コンピューター {0} に対して管理サーバー {1} から実行されました。

追加の詳細: タスク開始時刻:{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>