  | |  | Disk Full Problem.... | Disk Full Problem.... 2004-02-20 - By Ed Wilts
Back On Fri, Feb 20, 2004 at 01:06:20PM -0500, Srinivas Koppisetti wrote:
> Today on one of our production server the database was hanging, we dig in to
> see what was happening, we found that the disk is full. I dont know what to
> do. Any suggestions...,
First start to see if anything unusual is filling the disk. Look for
large files. For example, this will find all files over 100MB in size:
# find / -size +100000k -exec ls -l {} \;
Do you have any reports to show the growth over time? Did you suddenly
lose a lot of space or has it been slowing growing until it filled?
--
Ed Wilts, Mounds View, MN, USA
mailto:ewilts@(protected)
Member #1, Red Hat Community Ambassador Program
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |