WS-Management Run As Account Health

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

WS-Management Run As Account Monitor

Knowledge Base article:

Summary

This monitor ensures that the Run As Account associated with this Server is valid. If the state is unknown, either monitoring has not begun for this object or there are no monitors defined that monitor availability.

Causes

An unhealthy state for this monitor indicates some problem with the Run As Account used for Agent communication with the UNIX or Linux server.

Some of the problems that could affect the state of this monitor include:

Check the "Alert Context" tab of the Alert Properties for more information.

View all current alerts from this object using this link:

Alerts

Resolutions

Ensure that the Account specified as the Run As account exists on the UNIX/Linux server, has the correct password and access level.

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
Access Denied Error
The Run As account does not exist on the UNIX/Linux Server.
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>