HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- many job queue definitions
Operating System - HP-UX
1833875
Members
1530
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-01-2003 05:27 AM
08-01-2003 05:27 AM
many job queue definitions
Hello,
We are in the process of consolidating several sites on 1 machine.
Does anyone has good or bad experience with defining many job (10-20) queue entries in the /var/adm/cron/queuedefs file ?
Franky
We are in the process of consolidating several sites on 1 machine.
Does anyone has good or bad experience with defining many job (10-20) queue entries in the /var/adm/cron/queuedefs file ?
Franky
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 06:53 AM
08-01-2003 06:53 AM
Re: many job queue definitions
There are only two lines, a & b.
a is for 'at', limit of 4.
b is for 'batch', limit of 2.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3921-90010/B3921-90010_top.html&con=/hpux/onlinedocs/B3921-90010/00/19/1998-con.html&toc=/hpux/onlinedocs/B3921-90010/00/19/1998-toc.html&searchterms=queuedefs&queryid=20030801-085025
a is for 'at', limit of 4.
b is for 'batch', limit of 2.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3921-90010/B3921-90010_top.html&con=/hpux/onlinedocs/B3921-90010/00/19/1998-con.html&toc=/hpux/onlinedocs/B3921-90010/00/19/1998-toc.html&searchterms=queuedefs&queryid=20030801-085025
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2003 06:21 AM
08-02-2003 06:21 AM
Re: many job queue definitions
Yes, we once tried to use it for batch processing and prioritizing of large long running jobs. Some cravats:
1) if you define the queue concurrency as 2 say, and you suddenly release 10 jobs, the 8 non-running jobs will generate requeue messages. The will eventually be picked up by cron on another pass of the queue, but the order will be shuffled around.
2) You need to keep an eye on the maxuprc that
cron has active at any one time. You can overload cron if you have a lot of long running cronjobs.
3) Cron loads the schedule tables in core and
schedules them from there. It's possible that
you could hit a maxdsiz limit for cron, with
a lot of entries.
Other than that it works great.
1) if you define the queue concurrency as 2 say, and you suddenly release 10 jobs, the 8 non-running jobs will generate requeue messages. The will eventually be picked up by cron on another pass of the queue, but the order will be shuffled around.
2) You need to keep an eye on the maxuprc that
cron has active at any one time. You can overload cron if you have a lot of long running cronjobs.
3) Cron loads the schedule tables in core and
schedules them from there. It's possible that
you could hit a maxdsiz limit for cron, with
a lot of entries.
Other than that it works great.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP