Status poorttoewijzingsservice verwerken

Microsoft.Linux.RHEL.4.Process.Portmap.Monitor (UnitMonitor)

Poorttoewijzingsmonitor voor Red Hat Enterprise Linux Server 4-processen

Knowledge Base article:

Samenvatting

De daemon voor poorttoewijzing wordt niet uitgevoerd. Controleer de resultaten van de diagnose en het herstel om na te gaan of verdere actie is vereist.

De daemon voor poorttoewijzing converteert RPC-programmanummers naar Internet-poortnummers.

Oorzaken

Een fout geeft aan dat de poorttoewijzingsservice op het systeem niet actief is

Oplossingen

Controleer de service door het uitvoeren van 'ps -ef | grep portmap' of door de diagnose in de Operations Manager-console te bekijken. Start de service met de opdracht 'service portmap start' of door op de herstelkoppeling in de Operations Manager-console te klikken.

Controleer eerst het systeemlogboekbestand (/var/log/messages) voor analyse van de hoofdoorzaak en bekijk alle verwante vermeldingen die gelijktijdig met de fout zijn gemaakt.

Element properties:

TargetMicrosoft.Linux.RHEL.4.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-bind-daemon (poorttoewijzing) is niet actief
De RPC Bind-daemon (poorttoewijzing) op server {0} is niet actief.
RunAsDefault

Source Code:

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