1827445 Members
6362 Online
109965 Solutions
New Discussion

filesystem full

 
SOLVED
Go to solution
Prashanth Waugh
Esteemed Contributor

filesystem full

Dear all
I know if the /var is full how to solve this issue , but if any other filesytem is full excluding var .What steps should I follow to solve this issue.
For success, attitude is equally as important as ability
3 REPLIES 3
Aneesh Mohan
Honored Contributor
Solution

Re: filesystem full

Hi Atul ,

Try to find out the largest files and core files on the filesystem and do house keep if possible othewise extend the filesystem (depends the situation)

fyi:-

To find out largest files/directories of the filesystem

#du -ak /filesystem |sort -rn |head -n 30


Thanks,
Aneesh
Hasan  Atasoy
Honored Contributor

Re: filesystem full

he aneash ;

if you make a patch mangemnt recently . your /var/adm/sw/save director will be most occupiers in the var. if you dont want to rollback any patches you can delete superseeded patches in that directory by
"cleanup -c 1"

you can look at which director is filling /var by
"du -sk /var/* | sort -rnk 1"

Hasan.
please assign points.
melvyn burnard
Honored Contributor

Re: filesystem full

also check whether you have any dumps saved in /var/adm/crash. If there are, and they are not relevant, delete them
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!