Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

/var/adm/cron/log is showing

Status
Not open for further replies.

oraytektips

Programmer
Jul 1, 2005
65
US
! cron: 0481-087 The c queue maximum run limit has been reached.
All the cron jobs are being rescheduled

! cron: 0481-087 The c queue maximum run limit has been reached.
Sat Apr 14 00:33:00 EDT 2007
! 0481-095 The cron job is being rescheduled.

How do I check the limit?Any help is appreciated.

Oray
 
Hi,

I'm not sure whether this will help you ...
But have a look at this:


And there's something else I found at


Here's the exact text:

"Check the njob variable in /var/adm/cron/queuedefs file. Somehow you've exceeded the max simutaneous cron jobs parameters or exceeded the maximum amout of system process allowed. You can also check to see if the maxuproc variable in you system settings needs to be increased.

lsattr -El sys0|grep maxuproc.

To modify this parameter, run smit chgsys."


Regards
Thomas
 
I think the max number of jobs defaults to 50.

Look in /var/cron/adm/queuedefs - if its the original (most likely) there will only be comments describing how to set it up.

You will want to add an entry that looks something like this:

c.200

This will change the cron job limit to 200. Once you make (and save) this change, you will need to restart cron so that it picks up the change.

* 200 is just an arbitrary number I picked for this example - use an appropriate value for your system.
 
Hmm.... I somehow forgot the rest of that queuedef line. It should look something like this:

c.200j20n60w

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top