プロセス Portmap サービスのヘルス

Microsoft.Linux.RHEL.4.Process.Portmap.Monitor (UnitMonitor)

Red Hat Enterprise Linux Server 4 プロセス Portmap モニター

Knowledge Base article:

概要

portmap デーモンが実行されていません。[診断] および [復元] の結果を確認して、さらに操作が必要かどうかを確かめます。

portmap デーモンは、RPC プログラム番号をインターネット ポート番号に変換します。

原因

エラーは、システム上の portmap サービスが停止していることを示します。

解決策

ps -ef | grep portmap を実行するか、Operations Manager コンソールで診断を表示して、サービスを確認します。service portmap start コマンドを実行するか、Operations Manager コンソールの復元リンクをクリックして開始します。

根本原因を解明するには、まずシステム ログファイル (/var/log/messages) を確認し、障害発生時の関連するエントリを表示します。

Element properties:

TargetMicrosoft.Linux.RHEL.4.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 バインド デーモン (portmap) が実行されていません
サーバー {0} で RPC バインド デーモン (portmap) が実行されていません。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Linux.RHEL.4.Process.Portmap.Monitor" Accessibility="Public" Target="Microsoft.Linux.RHEL.4.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Process.Status.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.RHEL.4.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>