站点分配状态

Microsoft.SystemCenter.ManagementConfigurationServiceGroup.SiteAssignmentMonitor (UnitMonitor)

用于在管理配置服务组上获得站点分配工作项的状态的监视器

Knowledge Base article:

摘要

System Center Management Configuration 服务在可接受的时间量内无法执行站点分配任务。

此监视器的用途是确定配置服务在过去 15 分钟(默认值)是否未能运行“SiteAssignment”工作项。 “SiteAssignment”工作项失败所造成的影响是在此时间内无法在管理组中正确启用新资源池,并且现有资源池可能会遇到反复无常的行为。

配置

绿色状态:在过去 15 分钟内已经成功地运行了一次站点分配。

红色状态:配置服务的所有实例在某个时间段无法连续执行此工作项。 处于此状态时从该监视器中生成警报。

原因

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

解决方法

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

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationServiceGroup
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.WorkItemStatsMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
管理配置服务组在某个时间段无法执行站点分配工作项
管理配置服务组在某个时间段无法执行站点分配工作项。 上一个错误消息(如果可用): {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.SiteAssignmentMonitor" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationServiceGroup" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.WorkItemsHealthMonitor" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.WorkItemStatsMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationServiceGroup.SiteAssignmentMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/LastErrorMessage$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="WorkItemOnSchedule" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="WorkItemDelayed" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FrequencySeconds>60</FrequencySeconds>
<WorkItemName>SiteAssignment</WorkItemName>
<ToleranceSeconds>1800</ToleranceSeconds>
</Configuration>
</UnitMonitor>