- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cron job not getting started
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-01-2003 10:57 PM
06-01-2003 10:57 PM
cron job not getting started
My cron jobs is not getting started in the schedule time.This is my schedule job
0 10,21 * * 1-6 /usr/sbin/sar -u 1 10>>/hp/cpuutilisation
Please note that cron ps is running.
Regards,
Rajesh G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2003 10:59 PM
06-01-2003 10:59 PM
Re: cron job not getting started
#ps -ef|grep cron
if cron is not running to start cron give
#/sbin/init.d/cron start
Check again now cron should get started
#ps -ef|grep cron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2003 11:17 PM
06-01-2003 11:17 PM
Re: cron job not getting started
It should be 10 >> and not 10>>
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2003 11:17 PM
06-01-2003 11:17 PM
Re: cron job not getting started
It should be 10 >> and not 10>>
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2003 11:24 PM
06-01-2003 11:24 PM
Re: cron job not getting started
I have got same thing configured on other servers without space in between 10&>> still it works.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2003 11:35 PM
06-01-2003 11:35 PM
Re: cron job not getting started
Pls check /var/cron/log file. You may be able to debug from there.
Regards...
Suhas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:53 AM
06-02-2003 12:53 AM
Re: cron job not getting started
There is no cron directory in /var.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:56 AM
06-02-2003 12:56 AM
Re: cron job not getting started
/var/adm/cron
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:59 AM
06-02-2003 12:59 AM
Re: cron job not getting started
The output and error of the cron you can find in your mail
run "mail" in the user that run the cron the answer shuold be there !!!!