- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot append data to that file
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
Discussions
Discussions
Discussions
Forums
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
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-31-2005 05:30 PM
тАО05-31-2005 05:30 PM
Cannot append data to that file
I am getting this e-mail from root with a subject line 'Cron
Please help.
Thank you in advance.
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2005 06:00 PM
тАО05-31-2005 06:00 PM
Re: Cannot append data to that file
*/10 * * * * root /usr/lib/sa/sa1 1 1
The script tries to create a file in /var/log/sa directory.
Please run the script manually and post the output.
# sh -x /usr/lib/sa/sa1 1 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2005 06:01 PM
тАО05-31-2005 06:01 PM
Re: Cannot append data to that file
i believe sa1 is part of sar utility for taking system statistics. from the error message what you are getting, the reason could be that hard disk is full and data can not be appended on to the log file.
or there is maximum file size set and the log file is trying to grow beyond that.
the log files are most probably at /var/log/sa
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2005 01:34 AM
тАО06-01-2005 01:34 AM
Re: Cannot append data to that file
This is the error message when I tried to execute the command you've recommended,
bash: Cannot: command not found
I also noticed that my cron jobs are off schedule but it's running though.
Any ideas?
Thanks!!
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2005 01:45 AM
тАО06-01-2005 01:45 AM
Re: Cannot append data to that file
Check your crontab and whatever command is in there to run every 10 minutes you should execute doing:
sh -x
This will give you details to where it's failing.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2005 01:48 AM
тАО06-01-2005 01:48 AM
Re: Cannot append data to that file
most likely either /usr/lib/sa/sa1 is missing in your system (either removed or corrupted) or one of the application which sa1 is using is missing from the system.
was this job working earlier without any problems?
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2005 07:26 AM
тАО06-01-2005 07:26 AM
Re: Cannot append data to that file
Is this something was setup by the system by default? If so, how do I set this up to run correctly?
Thanks,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2005 01:39 PM
тАО06-01-2005 01:39 PM
Re: Cannot append data to that file
I happened to find the same kind of issues faced by many on the net.
Please check this link..
and see whether it applies to you aswell..
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64994
bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64994
Please chack the 3rd comment in the above url..
Regards.