管理服务连接恢复状态

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

检查管理配置服务经过一段时间后是否能够连接到本地管理服务

Knowledge Base article:

摘要

本地管理配置服务在可接受的时间量内无法连接到本地管理服务。

如果“Management Service connectivity first chance state”监视器检测到失败事件 (29191) 且持续一段时间(默认为 5 分钟)处于“警告”状态,则该监视器将生成警报。 使用运行状况资源管理器调查“Management Service connectivity first chance state”监视器上的状态更改事件,以确定其发生时间。

配置

绿色状态:本地管理配置服务已证实它能够连接到本地数据访问服务。 检测到事件 ID 29191。

红色状态:本地管理配置服务无法连接到本地数据访问服务。 如果检测到事件 ID 29191,但在检测到事件 ID 29191 后 5 分钟内未检测到事件 ID 29190,则将发送警报。

原因

出现这种情况有下列原因:

在本地管理服务器上未运行 System Center Management 服务。

解决方法

要进一步调查此问题,请考虑:

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 Management 服务
管理配置服务无法连接到本地 System Center Management 服务。 请检查管理服务是否正在运行。 {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>