主機名稱解析健全狀況

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>