- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Crontab Issue !!
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
03-18-2009 02:23 AM
03-18-2009 02:23 AM
Crontab Issue !!
I had a weird issue in my system.
cron stopped and it did not give anything in cron log as well as in syslog.
I am wondering why it happened and where to look why it stopped.
I have latest patch in my system.
Thanks in advance
Titu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 02:30 AM
03-18-2009 02:30 AM
Re: Crontab Issue !!
look at /var/adm/syslog/syslog.log
and /var/adm/cron/log
some time root or var filesystem full also may cause this kind issues.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 04:27 AM
03-18-2009 04:27 AM
Re: Crontab Issue !!
Beers,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 04:30 AM
03-18-2009 04:30 AM
Re: Crontab Issue !!
Please check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 04:58 AM
03-18-2009 04:58 AM
Re: Crontab Issue !!
I have not received any mail in the mail box of root or any user.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 05:50 AM
03-18-2009 05:50 AM
Re: Crontab Issue !!
I used kill -9 to kill the process.
if process is killed , Would this kill cron?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 06:02 AM
03-18-2009 06:02 AM
Re: Crontab Issue !!
> I have root and var file system empty in my system.
By "empty" I assume that you mean you have free space in these filesystems, not that they are devoid of things like your 'crontabs' in '/var/spool/cron/crontabs'.
> I used kill -9 to kill the process. if process is killed , Would this kill cron?
No, but using a 'kill -9' can have other side effects. Kill-9 should be a last resort only.
Regards!
...JRF...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 06:06 AM
03-18-2009 06:06 AM
Re: Crontab Issue !!
Check whether cron process (/usr/sbin/cron) is running
# ps -ef | grep cron
If no , then start it with command
#/sbin/init.d/cron start
Regards,
VVS