リモート データ アクセス サービスのチェック

Microsoft.SystemCenter.SDKService.CollectionMSToRootMSCheck (UnitMonitor)

このモニターは、各コレクション管理サーバーからデータ アクセス サービスへの接続を確認します。

Knowledge Base article:

概要

このモニターは、各コレクション管理サーバーからリモート管理サーバーにリモート接続して、リモート管理サーバーが正しく機能していることを確認します。

このエラーは、リモート管理サーバーへの接続のテストが失敗したことを示しています。

構成

このモニターを上書きして、接続先のリモート管理サーバーを構成します。

Operations Manager コマンド シェルがルート管理サーバーにインストールされていることが必要です。

原因

これは、次の場合に発生することがあります。

解決策

リモート管理サーバーを ping して、このアラートの生成元のコレクション管理サーバーからアクセスできることを確認します。

問題なく ping できた場合は、リモート管理サーバーでデータ アクセス サービスが実際に実行されているかどうかを確認します。

使用されているアクション アカウントに、リモート管理サーバーへの正しいアクセス許可があることを確認します。

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
データ アクセス サービスに接続できませんでした
管理サーバーが、リモート収集管理サーバーのデータ アクセス サービスに接続できません。
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>