İşlem Portmap Hizmeti Durumu

Microsoft.AIX.7.Process.Portmap.Monitor (UnitMonitor)

AIX 7 İşlemcisi Portmap İzleyicisi

Knowledge Base article:

Özet

Bu 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 numaralarını evrensel adreslere dönüştürür.

Nedenler

Hata, portmap arka plan programının (muhtemelen bozuk ağ yapılandırması db nedeniyle) çalışmadığını gösterir.

Çözümlemeler

'Ps -ef | grep portmap' çalıştırarak veya Operations Manager Konsolu'ndaki tanıyı görüntüleyerek sistemdeki arka plan programını denetleyin. Arka plan programı çalışmıyorsa, 'startsrc -s portmap' komutunu kullanarak veya Operations Manager Konsolu'ndaki kurtarma bağlantısını tıklatarak işlemi başlatabilirsiniz.

Kök nedeni analizi için, 'errpt' komutunu kullanarak sistem günlük dosyasını denetleyin ve hata sırasındaki ilgili girişleri görüntüleyin.

Element properties:

TargetMicrosoft.AIX.7.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 Bağlaması arka plan programı çalışmıyor.
RunAsDefault

Source Code:

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