Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Something is filling up my /oracle file system - URGENT

Re: Something is filling up my /oracle file system - URGENT

From: Tim Gorman <tim_at_evdbt.com>
Date: Tue, 15 May 2007 13:29:20 -0600
Message-ID: <464A0A10.4090208@evdbt.com>


I don't have an AIX environment to see if this command is usable there, but usually "/usr/sbin/fuser <mount-point>" will display the processes that have open file-handles within the mount-point.

Another tactic would be to run "du -k <mount-point>", saving the output to a file. Then, do it again a few minutes later, save the output to another file. Then perform "diff" on the two output files. Once you find a directory, then you should be able to zero in to a file or files, and using "fuser" on the file(s) that are growing should point to the culprit process...

Hope this helps...

Manjula Krishnan wrote:
> Hi all:
>
> Something is chewing up the space in /oracle filesystem (AIX). I have
> trimmed all the log files I could find. No sooner do I free up the
> space than it gets used up.
>
> Can you help me find what is writing to this file system?
>
> Thanks,
>
> Manjula

--
http://www.freelists.org/webpage/oracle-l
Received on Tue May 15 2007 - 14:29:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US