- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- crontab changes ineffective
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
09-07-2000 10:44 AM
09-07-2000 10:44 AM
changes are made and retained in the crontab by using crontab -e command but yet the change of time of execution does not occur and the command executes at the old time.
anybody seen this before ?
better yet is there a fix ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 11:08 AM
09-07-2000 11:08 AM
Re: crontab changes ineffective
and PHCO_19985 for s800 10.20
Have you tried stopping and then restarting the cron process after modification? I know you don't need to do this after the crontab -e, but it could be a starting point to troubleshooting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 11:10 AM
09-07-2000 11:10 AM
Solution# cat /var/spool/cron/crontabs/oper
if that file contains the old time, then you would have to re-edit (with crontab -e) and make sure to save.
You could also vi the /var/spool/cron/crontabs/oper with your modifications and then while logged in as oper, run:
crontab /var/spool/cron/crontabs/oper
you can check the cron logs at: /var/adm/cron/log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 11:11 AM
09-07-2000 11:11 AM
Re: crontab changes ineffective
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 11:15 AM
09-07-2000 11:15 AM
Re: crontab changes ineffective
.....just to be on the safe side.
Just a thought,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 11:38 AM
09-07-2000 11:38 AM
Re: crontab changes ineffective
the SA is doing and found that he is going to /var/spool/cron/crontabs/oper and using vi and saving it and double checking his work as root but what he was not doing whas changing the permissions from r--------- to writable
so sorry for the trouble I should have done a little bit more research.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 11:02 AM
09-08-2000 11:02 AM
Re: crontab changes ineffective
crontab -l |vi filename
crontab filename
The second command will kick off the changes.