 |
|
| Computers Forum Index » Computer - Databases - Sybase » filesystem full and sybase logfile... |
|
Page 1 of 1 |
|
| Author |
Message |
| Frank Bonnet... |
Posted: Wed Jun 03, 2009 8:02 pm |
|
|
|
Guest
|
Hello
We experienced a problem last night , the filesystem where are written
SYBASE logfiles has been filled up by another process in debug mode.
Since this moment we are not able to cleanly shutdown the ASE server
it says it cannot shutdown because another shutdown is in progress ...
( we stop and dump our databases each night )
Thanks for any info on how to backup and shutdown ASE cleanly if possible ! |
|
|
| Back to top |
|
|
|
| ... |
Posted: Thu Jun 04, 2009 4:27 pm |
|
|
|
Guest
|
On Jun 3, 11:02 am, Frank Bonnet <f... at (no spam) esiee.net> wrote:
Quote: Hello
We experienced a problem last night , the filesystem where are written
SYBASE logfiles has been filled up by another process in debug mode.
Since this moment we are not able to cleanly shutdown the ASE server
it says it cannot shutdown because another shutdown is in progress ...
( we stop and dump our databases each night )
Thanks for any info on how to backup and shutdown ASE cleanly if possible !
1) isql> shutdown with nowait
## Assuming *nix; for Win* don't know...
2) sh> kill $PID # where PID is the process ID(s) of your dataserver
instances
3) sh> kill -9 $PID .....
While none of these are what I would call a "clean" shutdown, they are
in order of gentlest to roughest. In Rob Verschoor's excellent book
he gives some precautions about what you might do before any of them
to lessen the impact (dbcc cacheremove, etc.)
If you know what process has eaten the space on your file system, and
if it is still running, you can it as well, in hopes
of closing file-handle(s) and perhaps recovering the space. You might
look for core files or other deletable space hogs.
For future reference, you can see why it makes sense to use dedicated
Sybase servers, or at the very least, dedicated filesystems. (Yeah,
I know, 20:20 hindsight is a wonderful gift...).
Good luck,
Keith |
|
|
| Back to top |
|
|
|
| ThanksButNo... |
Posted: Thu Jun 04, 2009 10:17 pm |
|
|
|
Guest
|
On Jun 4, 9:27 am, keith.wing... at (no spam) ronin-capital.com wrote:
Quote: For future reference, you can see why it makes sense to use dedicated
Sybase servers, or at the very least, dedicated filesystems. (Yeah,
I know, 20:20 hindsight is a wonderful gift...).
That's Ok, it's like a crystal ball for others reading
this who might not have stumbled on to that problem yet!
\:-\ |
|
|
| Back to top |
|
|
|
|
|
All times are GMT
The time now is Sat Nov 28, 2009 7:44 pm
|
|