Administrator
|
Find the files that occupy most of the space and then create your action plan accordingly.
you can use "du" utility for identifying the big sized subdirectories.
/u01 means nothing. :)
I mean anyone can name any mount point as u01.
Anyways, most probably logs/debug files/core dumps and etc is your problem.
But, you sould investigate..
Use Os tools to find the huge sized directory first.
In Linux you can use "du -sh".
This is a very generic question bytheway, but as I said you, investigate..
|