エージェント要求処理復元状態

Microsoft.SystemCenter.ManagementConfigurationService.RequestProcessingMonitor.NoConnectionTimer (UnitMonitor)

管理構成サービスがエージェント構成要求を正常に処理できるかどうかを一定期間経過後に確認します。

Knowledge Base article:

概要

ローカル管理構成サービスが、許容時間内にローカル データ アクセス サービスに接続できませんでした。

このモニターは、"要求処理の初回接続状態" モニターがエラー イベント (29120) を検出し、その後一定の時間 (既定値は 5 分) 警告状態のままだった場合に、アラートを生成します。ヘルス エクスプローラーを使用して、"要求処理の初回接続状態" モニターの状態変更イベントを調べ、このイベントがいつ発生したかを確かめてください。

構成

緑色の状態: ローカル管理構成サービスがローカル要求処理に接続できることが確認されました。イベント ID 29121 が検出されました。

赤色の状態: ローカル管理構成サービスがローカル要求処理に接続できませんでした。イベント ID 29120 が検出され、その後 5 分以内にイベント ID 29121 が検出されない場合は、アラートが送信されます。

原因

これは、次の場合に発生することがあります。

System Center 要求処理がローカル管理サーバーで実行されていない。

解決方法

この問題を詳細に調査するには、次の手順に従います。

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationService
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationService.RequestProcessingMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
管理構成サービスがエージェント構成要求を処理できませんでした
管理構成サービスがエージェント構成要求を処理できませんでした。 {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationService.RequestProcessingMonitor.NoConnectionTimer" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationService" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationService.RequestProcessingMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationService.RequestProcessingMonitor.NoConnectionTimer.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Item0Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="FirstEventRaisedAndNoSecondEventRaisedInTimeInterval" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FirstEventId>29120</FirstEventId>
<SecondEventId>29121</SecondEventId>
<TimeIntervalSeconds>600</TimeIntervalSeconds>
</Configuration>
</UnitMonitor>