WS-Management 実行アカウントの正常性

Microsoft.Unix.WSMan.Access.Monitor (UnitMonitor)

WS-Management 実行アカウント モニター

Knowledge Base article:

概要

このモニターは、このサーバーに関連付けられている実行アカウントが有効であることを確認します。 状態が不明な場合は、このオブジェクトに対する監視が開始されていないか、可用性を監視するモニターが定義されていないかのいずれかです。

原因

このモニターの状態が正常でないときは、エージェントと UNIX サーバーまたは Linux サーバーとの間の通信に使用される実行アカウントに問題があります。

このモニターの状態に影響を及ぼしうる問題としては、次のものがあります:

詳細については、アラートのプロパティの [アラートのコンテキスト] タブを確認してください。

次のリンクを使用して、オブジェクトから現在のすべてのアラートを表示します。

アラート

解決方法

実行アカウントとして指定されたアカウントが UNIX/Linux サーバーに存在し、そのパスワードとアクセス レベルが正しいことを確認します。

Element properties:

TargetMicrosoft.Unix.Computer
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Access.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
アクセス拒否エラー
UNIX/Linux サーバーに実行アカウントが存在しません。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Unix.WSMan.Access.Monitor" Enabled="true" Accessibility="Public" Target="Microsoft.Unix.Computer" TypeID="Microsoft.Unix.WSMan.Access.MonitorType" ParentMonitorID="SystemHealth!System.Health.ConfigurationState">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Unix.WSMan.Access.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Available" ID="Valid"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotAvailable" ID="NotValid"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>