进程 Portmap 服务运行状况

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

AIX 6.1 进程 Portmap 监视器

Knowledge Base article:

摘要

此端口映射后台程序未运行。检查诊断和恢复结果以查看是否需要执行进一步的操作。

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>