Stav služby procesu rpcbind

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

Sledování procesu Rpcbind systému Red Hat Enterprise Linux Server 6

Knowledge Base article:

Souhrn

Démon rpcbind není spuštěn. Zkontrolujte výsledky diagnostiky a obnovení, kde zjistíte, zda je nutné provést další akci.

Démon rpcbind převádí čísla programů RPC na univerzální adresy.

Příčiny

Selhání naznačuje, že démon rpcbind není spuštěn.

Řešení

Zkontrolujte službu systému spuštěním ps -ef | grep rpcbind, spuštěním stavu /sbin/service rpcbind nebo zobrazením diagnostiky v konzoli serveru Operations Manager. Spusťte ji spuštěním příkazu service rpcbind start nebo kliknutím na odkaz zotavení v konzoli Operations Manager Console.

Pro analýzu kořenových příčin nejprve zkontrolujte soubor systémového protokolu (/var/log/messages) a zobrazte jakékoliv související položky v době selhání.

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
Démon vazby RPC (mapovač portů) neběží.
Démon vazby RPC (mapovač portů) na serveru {0} neběží.
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>