数据访问服务连接恢复状态

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

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

Knowledge Base article:

摘要

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

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

配置

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

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

原因

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

System Center 数据访问服务未在本地管理服务器上运行。

解决方法

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

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationService
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivityMonitor
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.DataAccessServiceConnectivity.NoConnectionTimer" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationService" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivityMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivity.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>29195</FirstEventId>
<SecondEventId>29194</SecondEventId>
<TimeIntervalSeconds>300</TimeIntervalSeconds>
</Configuration>
</UnitMonitor>