İşlem Cron Hizmeti Durumu

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

AIX 7 İşlemcisi Cron İzleyicisi

Knowledge Base article:

Özet

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

Cron arka plan programı zamanlanmış komut yürütmeyi hızlandırır.

Nedenler

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

Çözümlemeler

'ps -ef | grep cron' ç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, '/usr/sbin/cron &' 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
Cron arka plan programı çalışmıyor
{0} sunucusundaki cron arka plan programı çalışmıyor.
RunAsDefault

Source Code:

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