프로세스 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>