Operating System - HP-UX
1834652 Members
2434 Online
110069 Solutions
New Discussion

queue max run limit using "at" command

 
SOLVED
Go to solution
ikbea
Frequent Advisor

queue max run limit using "at" command

Hi all,

When users use "at" command yesterday, the at job cannot run and the following error showed in /var/adm/cron/log:

! a queue max run limit reached
! rescheduling at job

Refer to a thread "queue max run limit reached in /var/adm/cron/log", it mentioned the following:

----------------------------------------------
:
Look at your /var/adm/cron/queuedefs file. It's the configuration file that specifies how many cronjobs can be handled by cron simultaneously. It's usually in this format.

c.xjyn

This meanx 'x' number of cronjobs can run simultaneously.
:
----------------------------------------------
Is this same for "at"? In server, the queuedefs content:
a.4j1n
b.2j2n90w

Is this mean 4 "at job" can run simultaneously ?

Any side-effect if I increase the value ?
2 REPLIES 2
Adisuria Wangsadinata_1
Honored Contributor
Solution

Re: queue max run limit using "at" command

Hi,

Check the url below (docID : HPUXKBRC00000644) about 'How to resolve a queue max run limit reached' :

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080081289

Check also the cumulative cron patch on your system.

Hope this information can help you.

Cheers,
AW

now working, next not working ... that's unix
RAC_1
Honored Contributor

Re: queue max run limit using "at" command

man queuedefs

You at job queue is 4 simulataneoud jobs.
You will have to increase it and restart cron daemon.
There is no substitute to HARDWORK