Re: / filling up
- From: Christina Lewis <christina_lewis@xxxxxxxxxxxxxxx>
- Date: Fri, 16 Jun 2006 12:59:30 -0400
Thanks All..
I found the problem!
Robert Binkley <leebinkley@xxxxxxxxx>
Sent by: IBM AIX Discussion List <aix-l@xxxxxxxxxxxxx>
06/16/2006 12:27 PM
Please respond to
IBM AIX Discussion List <aix-l@xxxxxxxxxxxxx>
To
aix-l@xxxxxxxxxxxxx
cc
Subject
Re: / filling up
did you try fuser command: see if any one is writing
any sparece file.Have you checked var /tmp
cp /dev/null /var/adm/wtmp
cp /dev/null /var/adm/cron/log
cp /dev/null /etc/security/failedlogin
cp /dev/null /var/spool/mail/root
killing processes by name (in this example we kill the
process called netscape):
kill `ps auxww | grep pstat | egrep -v grep | awk
'{print $2}'`
or with awk alone:
ps auxww | awk '$0~/pstat/&&$0!~/awk/{print $2}'
|xargs kill
Robert Lee Binkley leebinkley@xxxxxxxxx
IBM AIX Specialist Certified
HP-UX System Administration Certified
Work It's Nice To Be Important But It's More Important To Be Nice
***************************defiant************************************
This email and any files transmitted with it are intended solely for
the use of the individual or agency to whom they are addressed. If
you have received this email in error please notify the Navy Exchange
Service Command e-mail administrator.
This footnote also confirms that this email message has been scanned
for the presence of computer viruses.
messaging_support_team@xxxxxxxxxxxxxxx
**********************************************************************
- References:
- Re: / filling up
- From: Robert Binkley
- Re: / filling up
- Prev by Date: Re: / filling up
- Next by Date: Re: / filling up
- Previous by thread: Re: / filling up
- Next by thread: Re: / filling up
- Index(es):
Relevant Pages
- Re: Reasons for inittab process not starting
... > From: IBM AIX Discussion List ... > Robert Binkley ...
> is ther a way to determine if a initab entry has ... > HP-UX System Administration
Certified ... (AIX-L) - Re: reviewing Hacmp.out files
... > From: IBM AIX Discussion List ... > hacmp.out files on 2 node cluster
why every week the ... > Robert Lee Binkley leebinkley@yahoo.com ... > HP-UX
System Administration Certified ... (AIX-L) - Re: / filling up
... Subject: / filling up ... Robert Binkley ... killing processes
by name (in this example we kill the ... (AIX-L) - Re: Memory
... > From: IBM AIX Discussion List ... > Is this an issue> and not swaping
... > Robert Lee Binkley leebinkley@yahoo.com ... > HP-UX System Administration
Certified ... (AIX-L)