- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "queue max run limit reached" in /var/adm/cron/log
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:28 PM
тАО11-22-2004 08:28 PM
Any clue?
! c queue max run limit reached Fri Nov 12 19:40:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:40:00 EAT 2004 ! c queue max run limit reached Fri Nov 12 19:40:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:40:00 EAT 2004 ! c queue max run limit reached Fri Nov 12 19:41:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:41:00 EAT 2004 ! c queue max run limit reached Fri Nov 12 19:41:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:41:00 EAT 2004 ! c queue max run limit reached Fri Nov 12 19:42:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:42:00 EAT 2004 ! c queue max run limit reached Fri Nov 12 19:42:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:42:00 EAT 2004 ! c queue max run limit reached Fri Nov 12 19:43:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:43:00 EAT 2004 ! c queue max run limit reached Fri Nov 12 19:43:00 EAT 2004 ! rescheduling a cron job Fri Nov 12 19:43:00 EAT 2004
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:35 PM
тАО11-22-2004 08:35 PM
Re: "queue max run limit reached" in /var/adm/cron/log
Check this doc.
Document description: How to resolve a queue max run limit reached
Document id: HPUXKBRC00000644
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063199330
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:36 PM
тАО11-22-2004 08:36 PM
SolutionLook 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.
If you have more than 10 jobs running at the same time (look at all the crontab files under /var/spool/cron/crontabs directory), I suggest you change the timings. Or you can modify the queuedefs above and change the value x to a higher number and restart cron (using /sbin/init.d/cron script)
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:39 PM
тАО11-22-2004 08:39 PM
Re: "queue max run limit reached" in /var/adm/cron/log
I should have added. If you started to see this problem all of a sudden without any change in the crontab configuration by the users, then look at all the running processes and see if there are any jobs that started through cron earlier but are hanging now. Note the pid of 'cron' (unless you have restarted it recently) and see if there are any processes whose parent pid is that of cron. Kill those processes that are hung.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2004 08:49 PM
тАО11-22-2004 08:49 PM
Re: "queue max run limit reached" in /var/adm/cron/log
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2019 07:49 AM
тАО02-26-2019 07:49 AM