数据仓库对象运行状况状态数据收集性能状态

Microsoft.SystemCenter.DataWarehouse.ManagementServer.StateDataCollectionSpeedState (UnitMonitor)

管理服务器的数据仓库对象运行状况状态数据收集性能状态

Knowledge Base article:

摘要

管理服务器上运行的数据仓库对象运行状况状态数据收集过程具有公布的数据,但在 3 分钟内未收到已将数据写入数据仓库的确认。 这表明数据仓库写入存在连接或性能问题。 如果在 3 分钟内未收到确认,此监视器将发生警报,并将在 5 分钟未出现问题的情况下变回绿色。 请注意,这两个参数都是可替代的。

原因

导致此情况的最常见原因是与承载数据仓库的 SQL Server 的连接存在问题,或者该 SQL Server 性能缓慢。

解决方法

确保管理服务器已连接到承载数据仓库的 SQL Server。 举例来说,防火墙会阻止通信。 确保数据仓库操作帐户能够连接到数据仓库数据库。 如果遇到超时问题,请检查 SQL Server 的使用率以确定其是否过载。 要查看的重要计数器为: CPU 利用率、内存利用率和磁盘 I/O。

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseConnectorServer
Parent MonitorMicrosoft.SystemCenter.DataWarehouse.ManagementServer.Collection.Performance.Rollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.DataWarehouse.DataCollectionSlowdownUnitMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
对象运行状况状态数据收集过程无法及时地将数据存储在数据仓库中
对象运行状况状态数据收集过程无法及时地将数据存储在数据仓库中
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.DataWarehouse.ManagementServer.StateDataCollectionSpeedState" Accessibility="Internal" Enabled="true" Target="DataWarehouse!Microsoft.SystemCenter.DataWarehouseConnectorServer" ParentMonitorID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ManagementServer.Collection.Performance.Rollup" TypeID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.DataCollectionSlowdownUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.DataWarehouse.ManagementServer.StateDataCollectionSpeedState.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="CollectionUpToSpeed" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="CollectionSlow" HealthState="Error"/>
</OperationalStates>
<Configuration>
<WorkflowName>Microsoft.SystemCenter.DataWarehouse.CollectEntityHealthStateChange</WorkflowName>
<AllowedProcessingDelaySeconds>180</AllowedProcessingDelaySeconds>
<WatchWindowSeconds>300</WatchWindowSeconds>
</Configuration>
</UnitMonitor>