Re: AIX 3 Hard Disk Full
From: Dana French (dfrench_at_mtxia.com)
Date: 09/28/04
- Next message: Steve Nottingham: "Re: AIX 3 Hard Disk Full"
- Previous message: Dale Talcott: "Re: man pages text only"
- In reply to: Lucas: "AIX 3 Hard Disk Full"
- Next in thread: Steve Nottingham: "Re: AIX 3 Hard Disk Full"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Sep 2004 12:26:26 -0700
asklucas@gmx.net (Lucas) wrote in message news:<21a22194.0409280600.15cc95aa@posting.google.com>...
> Hi there,
>
> we're using an old RS/6000 POWER for accessing old files. In the last
> days it has been reorganizing the system every 25 minutes
> automatically, you can't use is continuously. Then there was a message
> that the hard disk is full.
>
> I checked the HD space:
> # df
> Filesystem Total KB free %used iused %iused Mounted on
> /dev/hd4 8192 5204 36% 696 33% /
> /dev/hd9var 28672 0 100% 143 1% /var
> /dev/hd2 241664 35996 85% 11560 18% /usr
> /dev/hd3 16384 13872 15% 159 3% /tmp
> /dev/hd1 1503232 465964 69% 28366 7% /home
>
> This happened already once, and we only needed to use one single
> command and the system cleared unnecessary files at /var. Which
> command is it? I didn't find any hint in the manual.
I don't know what you are referring to, but run the following commands
and it will provide you with a list of the 25 largest files in the
/var filesystem. You can then truncate the offending files, or if you
have the room, increase the size of the /var filesystem.
cd /var
du -a | sort -n | tail -25
--------------------------------------------------------
Dana French dfrench@mtxia.com
Mt Xia Technical Consulting Group http://www.mtxia.com
100% Spam Free Email http://www.ridmail.com
MicroEmacs http://uemacs.tripod.com
Korn Shell Web http://dfrench.tripod.com/kshweb.html
- Next message: Steve Nottingham: "Re: AIX 3 Hard Disk Full"
- Previous message: Dale Talcott: "Re: man pages text only"
- In reply to: Lucas: "AIX 3 Hard Disk Full"
- Next in thread: Steve Nottingham: "Re: AIX 3 Hard Disk Full"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|