主機名稱解析健全狀況

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

Knowledge Base article:

摘要

此監視器會確定 Operations Manager 伺服器可以解析目標電腦的主機名稱。 如果狀態不明,表示此物件的監視尚未開始,或尚未定義監視可用性的監視器。

原因

此監視器的狀況不良狀態表示 UNIX 或 Linux 伺服器的名稱解析發生一些問題。

可能會影響此監視器狀態的其中一些問題包括:

請檢查 [警示屬性] 的 [警示內容] 索引標籤以取得詳細資訊。

請使用以下連結檢視由此物件產生的所有目前警示:

警示

解決方式

請確定目標電腦的完整網域名稱在 DNS 伺服器中或 Operations Manager 伺服器的 Hosts 檔案中正確。

Element properties:

TargetMicrosoft.Unix.Computer
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.CantResolveHostname.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
無法解析主機名稱
Operations Manager 伺服器無法解析目標主機名稱。
RunAsDefault

Source Code:

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