İşlem Portmap Hizmeti Durumu

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

Red Hat Enterprise Linux Server 5 İşlemci Portmap İzleme

Knowledge Base article:

Özet

Portmap arka plan programı çalışmıyor. Başka eylemin gerekip gerekmediğini görmek için Tanı ve Kurtarma sonuçlarını denetleyin.

Portmap arka plan programı, RPC program sayılarını Internet bağlantı noktası sayılarına dönüştürür.

Nedenler

Bir hata, sistem üzerindeki portmap hizmetinin kapalı olduğunu gösteriyor.

Çözümlemeler

'ps -ef | grep portmap' komutunu çalıştırarak veya Operations Manager Konsolu'ndaki tanıyı görüntüleyerek, hizmeti denetleyin. Bunu, "service portmap start" komutunu çalıştırarak veya Operations Manager Konsolu'ndaki kurtarma bağlantısını tıklatarak başlatın.

Ana neden çözümlemesi yapmak için, önce (/var/log/messages) sistem günlük dosyasını denetleyin ve hata sırasındaki ilgili girişleri görüntüleyin.

Element properties:

TargetMicrosoft.Linux.RHEL.5.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 Bağlaması arka plan programı (bağlantı noktası eşleme) çalışmıyor
{0} sunucusundaki RPC Bind arka plan programı (portmap) çalışmıyor.
RunAsDefault

Source Code:

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