遠端資料存取服務檢查

Microsoft.SystemCenter.SDKService.CollectionMSToRootMSCheck (UnitMonitor)

此監視會檢查每個 Collection Management Server 與資料存取服務的連線。

Knowledge Base article:

摘要

此監視會從每個 Collection Management Server 遠端連線到遠端管理伺服器,以確認遠端管理伺服器是否可以正常運作。

錯誤指出連線到遠端管理伺服器時發生測試失敗。

設定

必須覆寫此監視,以提供所要連線之遠端管理伺服器的設定。

遠端管理伺服器必須安裝 Operations Manager 命令殼層。

原因

這會在以下情況發生:

解決方式

偵測遠端管理伺服器,確定可以從產生此警示的 Collection Management Server 加以使用。

如果成功,請檢查資料存取服務是否已確實在遠端管理伺服器上執行。

檢查使用的動作帳戶是否具有對遠端管理伺服器的正確權限。

確定 Operations Manager 命令殼層已安裝在遠端管理伺服器上。

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
Parent MonitorMicrosoft.SystemCenter.RemoteRMS.AvailabilityHealthRollup
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Tiering.TieredManagementGroupTest
RemotableTrue
AccessibilityPublic
Alert Message
無法連線到資料存取服務
管理伺服器無法連線到遠端 Collection Management Server 上的資料存取服務。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.SDKService.CollectionMSToRootMSCheck" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer" ParentMonitorID="Microsoft.SystemCenter.RemoteRMS.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Tiering.TieredManagementGroupTest" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.SDKService.CollectionMSToRootMSCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FailedConnectionToRemoteSDKService" MonitorTypeStateID="FailedConnectionToTieredManagementGroup" HealthState="Error"/>
<OperationalState ID="SuccessfulConnectionToRemoteSDKService" MonitorTypeStateID="SuccessfulConnectionToTieredManagementGroup" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>420</IntervalSeconds>
<TieredManagementGroupSDKServerName>[Override with SDK Server Name]</TieredManagementGroupSDKServerName>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>