![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find a file whick is consuming larger disk space in file system | lokeshpashine | UNIX for Dummies Questions & Answers | 6 | 04-04-2009 03:52 AM |
| free some space in file system | fu4d | UNIX for Dummies Questions & Answers | 6 | 04-11-2008 05:27 AM |
| Lost space on file system | aribault | SUN Solaris | 2 | 03-06-2006 04:43 AM |
| Root File system Space | cgege | HP-UX | 2 | 04-13-2005 05:21 PM |
| Confused with File System Concepts | quickfirststep | AIX | 2 | 12-30-2003 06:54 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
file system space arg !!! and confused
Aix 5.2 on a P510 RS6000
My /usr filesystem is sized at 3.8 gb. Check me if I'm wrong here but this should be enough space for /usr? When I installed the o/s I just followed the defaults, didn't add any 3rd party apps, least that I know of. My problem is that it's running at 90% capacity. Once in awhile I'll reboot the server and it will drop down to 60%. But then slowly but surely it will start climbing back up to 90% and once in awhile I will add space to the filesystem. I need help in figuring out what's eating up my file system space? This is driving me a bit batty, I'm tired of fighting it. I use "find /usr -xdev -mtime 0 -ls" and never find anything that's been added that I wouldn't expect to find, such as log files. I use "find /usr -xdev -size +2048 -lr | sort -r" to find large files and never find anything that I've not already seen. I'm asking for troubleshooting tips or hints on solving this problem. I can add space, but like I said once in awhile I'll reboot and it will drop down to 60%, then start climbing back up. TIA |
|
||||
|
Looks like some logfile is being written somewhere in the /usr hierarchy.
Try the following: 1. reboot 2. Initially after rebooting issue a "find /usr -ls > some_file" 3. wait a few days/hours/whatever it takes to fill /usr up again 4. do a "find /usr -ls > some_other_file" and compare the two. bakunin |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|