프로세스 Rpcbind 서비스 상태

Microsoft.Linux.RHEL.6.Process.Rpcbind.Monitor (UnitMonitor)

Red Hat Enterprise Linux Server 6 프로세스 Rpcbind 모니터

Knowledge Base article:

요약

rpcbind 데몬이 실행되고 있지 않습니다. 진단 및 복구 결과를 참조하여 추가 작업이 필요한지 확인하십시오.

rpcbind 데몬이 RPC 프로그램 번호를 범용 주소로 변환합니다.

원인

오류는 rpcbind 데몬이 실행되고 있지 않음을 나타냅니다.

해결 방법

ps -ef | grep rpcbind를 실행하거나 /sbin/service rpcbind status를 실행하거나 Operations Manager 콘솔의 진단을 보고 서비스를 확인하십시오. "service rpcbind start" 명령을 실행하거나 Operations Manager 콘솔에서 복구 링크를 클릭하여 프로세스를 시작합니다.

근본 원인을 분석하려면 먼저 시스템 로그 파일(/var/log/messages)을 보고 오류 발생 당시의 관련 항목을 확인합니다.

Element properties:

TargetMicrosoft.Linux.RHEL.6.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.6.Process.Rpcbind.Monitor" Accessibility="Public" Target="Microsoft.Linux.RHEL.6.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Process.Status.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.RHEL.6.Process.Rpcbind.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>rpcbind</ProcessName>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>