- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cron Daemnon Problem
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
05-09-2005 05:41 PM
05-09-2005 05:41 PM
Cron Daemnon Problem
I am having 10 HP C3000 Workstations running with Hp Ux 11.11 and 11.00.I am facing a problem in running cron jobs.Cron daemon is not running.once i execute the corntab -e and saves it, i will receive a error message "cron may not be running - call your system administrator".
I have tried starting the service /sbin/init.d/cron start.But the result is same.Any patch is available for this cron issue?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 05:49 PM
05-09-2005 05:49 PM
Re: Cron Daemnon Problem
check if cron indeed is running:
# ps -ef|grep -i cron
if not, run:
# /usr/sbin/cron
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 05:54 PM
05-09-2005 05:54 PM
Re: Cron Daemnon Problem
What does your syslog say? Possible there's more information in that.
You could also open two shell sessions. One you start a tail -f of your syslog and in the other one you restart your cron.
Cheerio,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 06:03 PM
05-09-2005 06:03 PM
Re: Cron Daemnon Problem
The ps -ef | grep cron doesn't give any processes.i have tried running /usr/sbin/cron but it is not showing any thing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 06:11 PM
05-09-2005 06:11 PM
Re: Cron Daemnon Problem
since ps do not capture any running cron daemon. u have to start it:
# /sbin/init.d/cron start
or
# /usr/sbin/cron
make u have permission to do so.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 06:19 PM
05-09-2005 06:19 PM
Re: Cron Daemnon Problem
# ll /usr/sbin/cron; what /usr/sbin/cron; file /usr/sbin/cron
If there anything in /var/adm/cron/log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 06:20 PM
05-09-2005 06:20 PM
Re: Cron Daemnon Problem
Cron not running.
Firstly, check "mail" for the user in question. Any errors from cron will go their.
ps -ef | grep cron
If it returns no process, cron is not running.
/sbin/init.d/cron start
To check if its set to autorun, check /etc/rc.config.d/cron
make sure the run variable is set to 1
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 06:30 PM
05-09-2005 06:30 PM
Re: Cron Daemnon Problem
OK, go to /sbin/init.d/
Check for cron:
/sbin/init.d/#ll | grep cron
The out put like this:
-r-xr-xr-x 1 bin bin 1275 Nov 14 2000 cron
Just type: #cron
Regard,
Hoang Chi Cong