Re: / filling up



There was directory under / - that was left over from a cloning process
and someone was using it to write logs to. I had previously excluded this
from all of my troubleshooting, because on all other systems this same
directory structure is a separate filesystem.
I went back to basics and found the simple oversight......

Tks




Antonio Varricchio <antoniov@xxxxxxxxxx>
Sent by: IBM AIX Discussion List <aix-l@xxxxxxxxxxxxx>
06/16/2006 02:09 PM
Please respond to
IBM AIX Discussion List <aix-l@xxxxxxxxxxxxx>


To
aix-l@xxxxxxxxxxxxx
cc

Subject
Re: / filling up






What was the problem ?
-----Original Message-----
From: IBM AIX Discussion List [mailto:aix-l@xxxxxxxxxxxxx]On Behalf Of
Christina Lewis
Sent: Friday, June 16, 2006 1:00 PM
To: aix-l@xxxxxxxxxxxxx
Subject: Re: / filling up


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
**********************************************************************
***********************************************************************************

This e-mail may be privileged and/or confidential, and the sender does not
waive any related rights and obligations. Any distribution, use or copying
of this e-mail or the information it contains by other than an intended
recipient is unauthorized. If you received this e-mail in error, please
advise me (by return e-mail or otherwise) immediately.

Ce courriel est confidentiel et protege. L'expediteur ne renonce pas aux
droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou
copie de ce message ou des renseignements qu'il contient par une personne
autre que le (les) destinataire(s) designe(s) est interdite. Si vous
recevez ce courriel par erreur, veuillez m'en aviser immediatement, par
retour de courriel ou par un autre moyen.


Relevant Pages