관리 서비스 연결 복구 상태

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

일정 시간이 지난 후 관리 구성 서비스가 로컬 관리 서비스에 연결할 수 있는지 확인합니다.

Knowledge Base article:

요약

로컬 관리 구성 서비스가 허용 가능한 시간 내에 로컬 관리 서비스에 연결하지 못했습니다.

이 모니터는 "관리 서비스 연결 첫 번째 상태" 모니터에서 실패 이벤트(29191)를 감지하고 해당 모니터가 일정 시간(기본 - 5분) 동안 경고 상태로 계속 유지될 경우 경고를 생성합니다. 상태 탐색기를 사용하여 "관리 서비스 연결 첫 번째 상태" 모니터에서 상태 변경 이벤트를 조사하고 이 경고가 발생한 시점을 확인합니다.

구성

녹색 상태: 로컬 관리 구성 서비스에서 로컬 Data Access 서비스에 연결할 수 있음을 확인했습니다. 이벤트 ID 29191이 검색되었습니다.

빨간색 상태: 로컬 관리 구성 서비스에서 로컬 Data Access 서비스에 연결하지 못했습니다. 이벤트 ID 29191이 검색되고 이벤트 ID 29190이 이벤트 ID 29191 발생 후 5분 내에 검색되지 않으면 경고가 전송됩니다.

원인

다음과 같은 경우에 이런 문제가 발생할 수 있습니다.

System Center 관리 서비스가 로컬 관리 서버에서 실행되고 있지 않습니다.

해결 방법

이 문제를 더 조사하려면 다음 작업을 고려하세요.

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationService
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationService.HealthServiceConnectivityMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
관리 구성 서비스가 로컬 System Center 관리 서비스에 연결하지 못했음
관리 구성 서비스가 로컬 System Center 관리 서비스에 연결하지 못했습니다. 관리 서비스가 실행되고 있는지 확인하십시오. {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationService.HealthServiceConnectivity.NoConnectionTimer" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationService" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationService.HealthServiceConnectivityMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationService.HealthServiceConnectivity.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>29191</FirstEventId>
<SecondEventId>29190</SecondEventId>
<TimeIntervalSeconds>300</TimeIntervalSeconds>
</Configuration>
</UnitMonitor>