- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with cron?
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
06-19-2003 01:39 AM
06-19-2003 01:39 AM
Problem with cron?
I usually receive some ITO messages regarding 'Cron is not working properly' and I'm not sure exactly what is this supposed to be. Any idea?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:44 AM
06-19-2003 01:44 AM
Re: Problem with cron?
Try stopping and then restarting cron.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:48 AM
06-19-2003 01:48 AM
Re: Problem with cron?
cd /var/spool/cron/crontabs
strings *
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:49 AM
06-19-2003 01:49 AM
Re: Problem with cron?
# /usr/sbin/cron && echo cron started
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:49 AM
06-19-2003 01:49 AM
Re: Problem with cron?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:50 AM
06-19-2003 01:50 AM
Re: Problem with cron?
just a kill -HUP (cron pid) command could be enough.
I.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:54 AM
06-19-2003 01:54 AM
Re: Problem with cron?
Is cron now working at all or is it just some jobs that it is having problems with?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 01:59 AM
06-19-2003 01:59 AM
Re: Problem with cron?
Every time we receive a notification of this kind, the cron process is always running. The normal action we perform is restarting cron (via the init.d script). So, answering to your question, yes, proccess runs, but ITO notifies that alarm.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 02:06 AM
06-19-2003 02:06 AM
Re: Problem with cron?
Look in /var/log/cron and also /var/log/messages and see if there is anything there that may indicate the problem.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 02:22 AM
06-19-2003 02:22 AM
Re: Problem with cron?
There is nothing at /var/adm/messages regarding today nor at /var/adm/cron/log suggesting errors from cron...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 02:32 AM
06-19-2003 02:32 AM
Re: Problem with cron?
Perhaps you should look in ITO the condition which make this message appear (surely a script), then try to understand why it's sent. Perhaps it's a 'local' script with a bug ...
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 02:47 AM
06-19-2003 02:47 AM
Re: Problem with cron?
This problem comes randomly from any server.(We monitor here hundreds of them)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 02:53 AM
06-19-2003 02:53 AM
Re: Problem with cron?
The message in ITO should tell you the source of the message (highlight the message in the browser & click details). From this you should be able to track the template/script that generates this message and from there look at the conditions that generate the message.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 02:55 AM
06-19-2003 02:55 AM
Re: Problem with cron?
When I say 'local' I mean developed by your own. This script is after that distributed by ito on all systems. I'm even more convinced that it's related to your problem if it happens on hundreds of servers (cron itself couldn't be as much unreliable ...). Can you post the monitoring script that you use ?
Regards.