處理序 Portmap 服務健全狀況

Microsoft.AIX.7.Process.Portmap.Monitor (UnitMonitor)

AIX 7 處理序 Portmap 監視

Knowledge Base article:

摘要

此連接埠對應服務精靈並未執行。 請查看診斷與復原結果,確定是否需要進行其他動作。

連接埠對應服務精靈會將 RPC 程式號碼轉換為通用位址。

原因

發生失敗表示連接埠對應服務精靈並未執行 (可能是因為網路設定資料庫損毀)。

解決方式

執行 'ps -ef | grep portmap' 或檢視 Operations Manager 主控台中的診斷資料,以檢查系統上的服務精靈。 如果服務已關閉,您可使用 'startsrc -s portmap' 命令或按一下 Operations Manager 主控台中的復原連結來啟動處理序。

若要分析根本原因,請使用 'errpt' 命令來檢查系統記錄檔,並檢視發生失敗時的任何相關項目。

Element properties:

TargetMicrosoft.AIX.7.OperatingSystem
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Process.Status.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
RPC Bind 服務精靈 (portmap) 並未執行
伺服器 {0} 上的 RPC Bind 服務精靈並未執行。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.AIX.7.Process.Portmap.Monitor" Accessibility="Public" Target="Microsoft.AIX.7.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Process.Status.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.AIX.7.Process.Portmap.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Running" ID="Running"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotRunning" ID="NotRunning"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<ProcessName>portmap</ProcessName>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>