HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cron start failed
Operating System - HP-UX
1833068
Members
2424
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-29-2006 03:28 AM
06-29-2006 03:28 AM
Hello,
As a root, I have executed crontab -l command to see all the scheduled jobs.
Unfortunately, the system is responding with the following error message:
------------------------------------------
crontab: can't open your crontab file.
------------------------------------------
Later, I have excuted 'ps -ef | grep cron' and there are no process related to cron.
Then I desided to start the cron process manually
/sbin/init.d/cron start
Here is the response:
------------------------------------------
!***** CRON ABORTED ********!
cannot change directory to the crontab directory
------------------------------------------
Thank you,
Nikee
As a root, I have executed crontab -l command to see all the scheduled jobs.
Unfortunately, the system is responding with the following error message:
------------------------------------------
crontab: can't open your crontab file.
------------------------------------------
Later, I have excuted 'ps -ef | grep cron' and there are no process related to cron.
Then I desided to start the cron process manually
/sbin/init.d/cron start
Here is the response:
------------------------------------------
!***** CRON ABORTED ********!
cannot change directory to the crontab directory
------------------------------------------
Thank you,
Nikee
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 03:31 AM
06-29-2006 03:31 AM
Solution
Shalom Nikee,
Looks like an error message that means something in Unix.
cd /var/spool/cron
ls -la
There needs to be something there and the cd needs to be successful.
If not, you will need to create the needed directoris as root. Perhaps look to another system for guidance.
SEP
Looks like an error message that means something in Unix.
cd /var/spool/cron
ls -la
There needs to be something there and the cd needs to be successful.
If not, you will need to create the needed directoris as root. Perhaps look to another system for guidance.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 03:57 AM
06-29-2006 03:57 AM
Re: cron start failed
Hi Nikee,
In case you don't have a reference handy, this should be close to the stock directory structure of /var/spool/cron under B.11.11:
# pwd && ll -d cron && ll -R cron
/var/spool
dr-xr-xr-x 5 bin bin 96 Nov 15 2000 cron
total 16
dr-xr-xr-x 2 bin bin 96 Nov 15 2000 atjobs
-r--r--r-- 1 bin bin 335 Nov 14 2000 crontab.root
dr-xr-xr-x 2 bin bin 96 Jun 9 07:02 crontabs
drwxrwxrwt 2 root root 96 Jun 29 06:30 tmp
cron/atjobs:
total 0
cron/crontabs:
total 16
-r-------- 1 root sys 674 Nov 14 2000 root
cron/tmp:
total 0
PCS
In case you don't have a reference handy, this should be close to the stock directory structure of /var/spool/cron under B.11.11:
# pwd && ll -d cron && ll -R cron
/var/spool
dr-xr-xr-x 5 bin bin 96 Nov 15 2000 cron
total 16
dr-xr-xr-x 2 bin bin 96 Nov 15 2000 atjobs
-r--r--r-- 1 bin bin 335 Nov 14 2000 crontab.root
dr-xr-xr-x 2 bin bin 96 Jun 9 07:02 crontabs
drwxrwxrwt 2 root root 96 Jun 29 06:30 tmp
cron/atjobs:
total 0
cron/crontabs:
total 16
-r-------- 1 root sys 674 Nov 14 2000 root
cron/tmp:
total 0
PCS
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP