Configuration Processed

Microsoft.SystemCenter.HealthService.ConfigProcessed (AggregateMonitor)

System Center 관리 상태 서비스가 구성 업데이트를 처리할 수 없거나 구성을 로드할 수 없는 경우 이 모니터는 위험 상태에 있게 됩니다.

Knowledge Base article:

요약

이 모니터는 감지가 모니터링 중인 대상 System Center 관리 상태 서비스에서 최근에 수신한 정보를 구문 분석하여 로드할 수 없음을 나타냅니다.

이 모니터는 대상 System Center 관리 상태 서비스가 규칙 및 모니터를 실행하는 기능에 영향을 줍니다.

원인

업데이트된 구성을 다운로드하는 동안 전송 과정에서 손상되었을 수 있습니다. MSXML6이 없다는 사실이 또 다른 이유가 될 수 있습니다.

해결 방법

하나의 해결 방법은 복구를 사용하여 에이전트를 자동으로 복원하는 것입니다.

복구가 사용되지 않는 경우나 복구가 실패한 경우에는 아래 단계를 따라 복원 프로세스의 일부로 에이전트의 관리 팩과 구성 캐시를 강제로 업데이트하는 에이전트 복원을 시작할 수 있습니다. 필요한 기술이 있으면 해당 기술도 모두 다시 설치됩니다.

관리 영역으로 이동합니다.

장치 관리에서 에이전트에서 관리 보기를 클릭합니다.

결과 창에서 하나 이상의 에이전트를 선택합니다.

작업 창에서 복구…를 클릭합니다.

기본 작업 계정을 사용하거나 대체 자격 증명을 제공할 수 있습니다.

복구 단추를 클릭합니다.

이렇게 하면 에이전트는 복구되며 강제로 새 구성을 요청하게 됩니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
System Center 관리 상태 서비스에서 새 구성을 처리할 수 없음
{1} 호스트에서 실행되며 ID가 {2}인 관리 그룹에 서비스를 제공하는 System Center 관리 상태 서비스 {0}이(가) 비정상입니다. System Center 관리 상태 서비스에서 구성을 처리하거나 로드할 수 없습니다.

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter.HealthService.ConfigProcessed" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.ConfigProcessed.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/HealthServiceId$</AlertParameter1>
<AlertParameter2>$Data/Context/DataItem/HostName$</AlertParameter2>
<AlertParameter3>$Data/Context/DataItem/ManagementGroupId$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>