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

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

AIX 6.1 プロセス Portmap モニター

Knowledge Base article:

概要

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

portmap デーモンは、RPC プログラム番号をユニバーサル アドレスに変換します。

原因

エラーは、ネットワーク構成データベースの破損などによって、portmap デーモンが実行されていないことを示します。

解決策

ps -ef | grep portmap を実行するか、Operations Manager コンソールで診断を表示して、システム上のデーモンを確認します。停止状態になっている場合は、startsrc -s portmap コマンドを使用するか、Operations Manager コンソールの復元リンクをクリックして、プロセスを開始できます。

根本原因を解明するには、errpt コマンドでシステム ログ ファイルを確認し、障害発生時の関連するエントリを表示します。

Element properties:

TargetMicrosoft.AIX.6.1.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 バインド デーモンが実行されていません
RunAsDefault

Source Code:

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