站台指派狀態

Microsoft.SystemCenter.ManagementConfigurationServiceGroup.SiteAssignmentMonitor (UnitMonitor)

用於取得「管理設定服務群組」上站台指派工作項目狀態的監視

Knowledge Base article:

摘要

System Center 管理設定服務無法在可接受的時間內執行「站台指派區」工作。

此監視的目的是要判斷設定服務是否在最近 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>