- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MAXRUN for cronjobs reached
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
Forums
Discussions
Discussions
Discussions
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
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
09-02-2007 01:04 PM
09-02-2007 01:04 PM
MAXRUN for cronjobs reached
! MAXRUN (100) procs reached Mon Sep 3 01:45:00 EAT 2007
all my cronjobs just stopped running. Any help would be greatly appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 03:22 PM
09-02-2007 03:22 PM
Re: MAXRUN for cronjobs reached
Is this HPUX or Tru64 unix ?
Please paste
Check cron queuedefs:
# cat /usr/lib/cron/queuedefs (same file as /var/adm/cron/queuedefs)
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 04:02 PM
09-02-2007 04:02 PM
Re: MAXRUN for cronjobs reached
A possible workaround is to group your scripts in a larger script, then run the script from cron. Is that possible in your environment?
Also, if you are not time critical, perhaps increasing nwait in the queuedefs file will allow more jobs to complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 04:05 PM
09-02-2007 04:05 PM
Re: MAXRUN for cronjobs reached
cat /usr/lib/cron/queuedefs
a.4j1n
b.2j2n90w
c.500j1n
What do you mean by assigning points?
Thanks so much for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 05:01 PM
09-02-2007 05:01 PM
Re: MAXRUN for cronjobs reached
Hi John,
Have you installed any cron patches, There is a known issue on this
PHCO_36533 11.23 at(1)/cron(1M)/crontab(1) cumulative patch
or
PHCO_35331 11.11 at/cron/batch cumulative patch
( CR:JAGaf54881 )
cron(1m) daemon can have maximum of only 100 jobs running.
WK
Please assign points
See the meaning of assign points
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 06:09 PM
09-02-2007 06:09 PM
Re: MAXRUN for cronjobs reached
thank you again