Kondycja usługi Portmap procesu

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

Monitor usługi Portmap procesu w systemie AIX 6.1

Knowledge Base article:

Podsumowanie

Ten demon portmap nie jest uruchomiony. Sprawdź wyniki diagnostyki i odzyskiwania, aby ustalić, czy są konieczne dalsze czynności.

Demon portmap przetwarza numery programów RPC na adresy uniwersalne.

Przyczyny

Niepowodzenie oznacza, że demon portmap nie jest uruchomiony (możliwe, że z powodu uszkodzonej bazy danych konfiguracji sieciowej).

Rozwiązania

Sprawdź demona w systemie, uruchamiając polecenie „ps -ef | grep portmap” lub wyświetlając dane diagnostyczne w konsoli programu Operations Manager. Jeśli nie działa, możesz uruchomić proces, korzystając z polecenia „startsrc -s portmap” lub klikając łącze odzyskiwania w konsoli programu Operations Manager.

Aby ustalić główną przyczynę problemu, za pomocą polecenia „errpt” sprawdź w pliku dziennika systemowego powiązane wpisy zarejestrowane w chwili awarii.

Element properties:

TargetMicrosoft.AIX.6.1.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
Demon RPC Bind (portmap) nie jest uruchomiony
Demon RPC Bind na serwerze {0} nie jest uruchomiony
RunAsDefault

Source Code:

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