İşlem Syslog Hizmeti Durumu

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

AIX 7 İşlemcisi Syslog İzleyicisi

Knowledge Base article:

Özet

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

Syslog arka plan programı dosyalara ve kullanıcılara ileti günlüğe yazma ve iletme uygular.

Nedenler

Kötü durum Syslog arka plan programının çalışmadığını gösterir.

Çözümlemeler

'ps -ef | grep syslog' ç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 syslogd' 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
Syslog arka plan programı çalışmıyor
{0} sunucusundaki syslog arka plan programı çalışmıyor.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.AIX.7.Process.Syslog.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.Syslog.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>syslogd</ProcessName>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>