- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cronjobs - is there any max limit?
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
11-19-2007 12:23 PM
11-19-2007 12:23 PM
cronjobs - is there any max limit?
is there any setting on hp-ux (11i and 11.23) that determines the maximum number of concurrent cronjobs?
Mak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 12:31 PM
11-19-2007 12:31 PM
Re: cronjobs - is there any max limit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 01:15 PM
11-19-2007 01:15 PM
Re: cronjobs - is there any max limit?
based on the man page, the first entry "a" refers to at jobs and the second entry "b" refers to batch jobs. Does that mean adding a "c" setting will refer to cronjobs?
If there are no other entries besides the below specified, does the max concurrent cronjobs take the default value of 100?
# cat /var/adm/cron/queuedefs
a.4j1n
b.2j2n90w
thanks
Mak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 03:44 AM
11-20-2007 03:44 AM
Re: cronjobs - is there any max limit?
By default cron has a limit of 100 jobs for all the queues ( ie at/batch/cron), you can disable this limit by changing the variable DISABLE_MAXJOB_LIMIT from 0 to 1 in /etc/default/cron.
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 05:34 AM
11-20-2007 05:34 AM
Re: cronjobs - is there any max limit?
There is a patch for 11.11
http://www4.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_35331&sel={hpux:11.11,}&BC=main|search|
You can install it without reboot
I think 11.23 fix this problem
Best Regards
Murat