- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- multiple cron processes
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
тАО04-07-2005 09:45 AM
тАО04-07-2005 09:45 AM
Wed Apr 6 23:00:00 CDT 2005
1547 ? 1:43 cron
11681 ? 0:00 cron
11679 ? 0:00 cron
11680 ? 0:00 cron
11686 ? 0:00 cron
11677 ? 0:00 cron
Wed Apr 6 23:01:01 CDT 2005
1547 ? 1:44 cron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2005 10:05 AM
тАО04-07-2005 10:05 AM
Re: multiple cron processes
Check your crontab files and see if there are jobs that are scheduled around the time you see the multiple cron processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2005 10:20 AM
тАО04-07-2005 10:20 AM
Re: multiple cron processes
So this could be part of the normal operation of cron. My question would still be why is it not consistant ? What would be the reasons for sometime yes sometime no ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2005 11:11 AM
тАО04-07-2005 11:11 AM
Re: multiple cron processes
! ******* CRON ABORTED ******** Thu Apr 7 16:27:54 PDT 2005. So I am not able to start another cron daemon. Perhaps it could be patch related.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2005 11:56 AM
тАО04-07-2005 11:56 AM
Solutionhas failed to terminate. Cron has to fork() to execute the processes. Look for child processes that have a parent PID equal to those cron PID's.
Look for the latest cron cumulative patch appropriate to your OS but I don't think that is going to help. You have processes spawned by cron that failed to terminate and each of these crons is doing a wait().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2005 01:53 AM
тАО04-08-2005 01:53 AM
Re: multiple cron processes
Gracias !!
Tim