reinstalled
IS-IT--Management
- Feb 18, 2003
- 178
Hi all,
I have a cron job that runs a backup script.
The script does a simple Sybase db dump to file.
We have 20 servers out there running the same script with no errors whatsoever. While this error does not hamper the script in any apparent way I would still like to understand what's happening.
The error is: cat: write error: Bad address
The difference with this server is that it runs two databases and the dump operation happens at the same time for both.
My theory, such as it is, is that sometimes both databases are trying to write to the same tmp file at the same time.
Does this hold any water? Something else I should be looking at?
Thanks,
I have a cron job that runs a backup script.
The script does a simple Sybase db dump to file.
We have 20 servers out there running the same script with no errors whatsoever. While this error does not hamper the script in any apparent way I would still like to understand what's happening.
The error is: cat: write error: Bad address
The difference with this server is that it runs two databases and the dump operation happens at the same time for both.
My theory, such as it is, is that sometimes both databases are trying to write to the same tmp file at the same time.
Does this hold any water? Something else I should be looking at?
Thanks,