1825764 Members
2098 Online
109687 Solutions
New Discussion

max jobqueue limit

 
SOLVED
Go to solution
sycncs
Advisor

max jobqueue limit

Hi

Could someone tell me where can I increase the max job queue limit for atjobs? Thanks!
6 REPLIES 6
Darren Prior
Honored Contributor

Re: max jobqueue limit

Hi,

Take a look at man 4 queuedefs. This looks like what you're after.

regards,

Darren.
Calm down. It's only ones and zeros...
Steve Steel
Honored Contributor
Solution

Re: max jobqueue limit

Hi

see man queuedefs


Take a copy of the file and then change it

example

vi /var/adm/cron/queuedefs
a.4j1n --> change this to
a.12j1n

Then 12 jobs


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Robert-Jan Goossens
Honored Contributor

Re: max jobqueue limit

Hi,

Take a look at next document.

How to resolve a queue max run limit reached

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&admit=-938907319+1048848439655+28353475&docId=200000063199330

Kind regards,

Robert-Jan.
T G Manikandan
Honored Contributor

Re: max jobqueue limit

check for at at/cron patch

PHCO_27141
Pete Randall
Outstanding Contributor

Re: max jobqueue limit

On the chance that you're having problems getting at jobs to run, have a look at this thread:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cb03a7b3682d611abdb0090277a778c,00.html



Pete

Pete
sycncs
Advisor

Re: max jobqueue limit

Thank you very much, guys. I got my queue limit changed now. :)