- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cron job message
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
01-03-2001 01:08 PM
01-03-2001 01:08 PM
cron job message
! c queue max run limit reached Wed Jan 3 15:54:04 EST 2001
! rescheduling a cron job Wed Jan 3 15:54:04 EST 2001 "
Is this message indicating a problem.if so,how to fix it.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 01:24 PM
01-03-2001 01:24 PM
Re: cron job message
Modify the queuedefs file:
# vi /var/adm/cron/queuedefs
a.4j1n --> change this to the following line
a.10j1n
Stop Cron:
# ps -ef |grep cron
# kill {cron_pid}
NOTE: This defaults to a -15 which kills nicely.
Restart cron:
# /sbin/init.d/cron
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2001 01:34 PM
01-03-2001 01:34 PM
Re: cron job message
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ec53233d063d6d0ee2/screen=ckiDisplayDocument?docId=200000049635454
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 02:51 AM
01-04-2001 02:51 AM
Re: cron job message
if this is a problem or not depends on your needs. Do you want more batch jobs to run simultaneously or are you satisfied with the current settings.
Increasing the queue definitions will allow to have more batch jobs simultaneously, but this will increase the system load harming online users.
However if the queue definition is too low, you could have more batch jobs being launched than jobs are completed.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 02:55 AM
01-04-2001 02:55 AM
Re: cron job message
see message of Martial
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 03:05 AM
01-04-2001 03:05 AM
Re: cron job message
Thierry.