Re: file system filling up rapidly - urgent

From: Shekhar Dhotre (Shekhar.Dhotre@LENDLEASEREI.COM)
Date: Thu Apr 03 2003 - 11:21:09 EST


f3n35 />find /d02 -xdev -ls | sort +6 -nr | head -20
sort: 0653-657 A write error occurred while sorting.

Tony Gallo <tony_gallo@THRUWAY.STATE.NY.US>
Sent by: IBM AIX Discussion List <aix-l@Princeton.EDU>
04/03/2003 11:08 AM
Please respond to
IBM AIX Discussion List <aix-l@Princeton.EDU>

To
aix-l@Princeton.EDU
cc

Subject
Re: file system filling up rapidly - urgent

1 real quick & easy way - use this stmt to see 20 largest files on (/home)
and sort largest to smallest.

# find /home -xdev -ls | sort +6 -nr | head -20

>>> Shekhar.Dhotre@LENDLEASEREI.COM 04/03/03 10:50AM >>>

Hi All ,

How I can find out what (program ,log file ?) causing a file system to
become full ? one of the file system is filling rapidly and causing
application to crash ...

thanks .
SD



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:43 EDT