Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I node percentage used is at 93% 2

Status
Not open for further replies.

oraytektips

Programmer
Jul 1, 2005
65
US
I cleared 30G and free space now shows 61G.But the I node % used is still at 93%.How can I bring this down?

/dev/filesystem 90.62 61.04 33% 688203 93% /filesystem

Thanks,
ORay

 
If thats the jfs filesystem then you have to delete the unwanted files .

put the output of
lsfs -q /filesystem and oslevel output.

 
I haven't seen this exact situation, but deleting files that other processes have open will cause inconsistent stats like this.

If you have lsof installed, "lsof +L1 /filesystem" will show open files that have been deleted.

If you don't have lsof installed, install lsof. :)

- Rod


IBM Certified Advanced Technical Expert pSeries and AIX 5L
CompTIA Linux+
CompTIA Security+

A Simple Code for Posting on the Web
 
Or you can try with fuser -dV /filesystem
It will show processes using a file that's been deleted
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top