- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- crontab-file has lost 9 from 10 entries
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
02-16-2002 02:56 AM
02-16-2002 02:56 AM
crontab-file has lost 9 from 10 entries
entries lost, except only one. Can it occur from alone, or someone
the file manipulated? Thanks bAU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 05:33 AM
02-16-2002 05:33 AM
Re: crontab-file has lost 9 from 10 entries
Just a thought ....
It cannot go by itself unless otherwise it is removed by a script or editing..........
Wish you a good day...
Ar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 06:18 AM
02-16-2002 06:18 AM
Re: crontab-file has lost 9 from 10 entries
I normally keep a copy of cron as well as many other essential files/scripts saved up in a different system (FTP them to a secured system), just in case changes are made to it and things start working oppossite to what we desire or just in case of a major disaster.
Check if you have any recent copies in "/var/spool/cron/crontabs", find out if anyone made a copy and left it somewhere in the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2002 06:52 AM
02-16-2002 06:52 AM
Re: crontab-file has lost 9 from 10 entries
As Mynor said, keeping a reference copy of crontab (and other important files) is very important. You can restore your lost crontab entries from your backup tape. All active crontab entries are stored in /var/spool/cron/crontabs.
After restoring your file(s), make a reference copy:
# crontab -l > /root/crontab.root
From now on, never use crontab -e for editing. Instead, edit your reference copy, then replace the current crontab by:
# crontab /root/crontab.root
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2002 10:04 AM
02-17-2002 10:04 AM
Re: crontab-file has lost 9 from 10 entries
Definitely user error.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2002 06:33 PM
02-17-2002 06:33 PM
Re: crontab-file has lost 9 from 10 entries
Hope this helps.
Kenny.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:36 AM
02-18-2002 12:36 AM
Re: crontab-file has lost 9 from 10 entries
Obviously has crontab through crontab -l everything its entries lost.
A line still remained, was those,
which was entered independently later by the Omniback
bAU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:55 AM
02-18-2002 12:55 AM
Re: crontab-file has lost 9 from 10 entries
If your filesystem was full when you executed crontab -e, you have a high chance of zero'ing your crontab.
Was your filesystem full lately ie. check your /var/adm/syslog/syslog.log for any filesystem full error messages lately?
Hope this helps. Regards.
Steven Sim Kok Leong