1753889 Members
7601 Online
108809 Solutions
New Discussion юеВ

Re: inode Decreased ...

 
SOLVED
Go to solution
Keynes Lee
Regular Advisor

inode Decreased ...

# bdf -i
---------------------------------------------
Fri Aug 29 07:01:02 EAT 2008
Filesystem iused ifree %iuse Mounted on

/dev/vg00/lvol3 3488 5600 38% /
---------------------------------------------
Sat Aug 30 07:00:16 EAT 2008
Filesystem iused ifree %iuse Mounted on
/dev/vg00/lvol3 3533 627 85% /
---------------------------------------------
# dmesg

msgcnt 1 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)

the root filesystem was ever full.
-------------------------------------------
Does any kindly expert knows what's happened ?
6 REPLIES 6
Prashanth Waugh
Esteemed Contributor

Re: inode Decreased ...

Hi,

Check any core file is genereted there

#find / -name core


Regards
Prashant
For success, attitude is equally as important as ability
Keynes Lee
Regular Advisor

Re: inode Decreased ...

Yes, we did that ...
all the core dump already deleted.

what the key point of my question is ...

why the volume of "inod" decreased ?

iused + ifree

3488 + 5600 not equal to 3533 + 627
Hemmetter
Esteemed Contributor
Solution

Re: inode Decreased ...

Hi,

vxfs does dynamic inode allocation by default!
Thus number of inodes may vary.



rgds
HGH


SKR_1
Trusted Contributor

Re: inode Decreased ...

Bill Hassell
Honored Contributor

Re: inode Decreased ...

The -i option of bdf only means something for HFS filesystems (like /stand). For VxFS filesystems, the numbers are not useful as they are constantly adjusted -- you'll never run out of inodes until you run out out of diskspace on VxFS filesystems.


Bill Hassell, sysadmin
Keynes Lee
Regular Advisor

Re: inode Decreased ...

The inode number is dynamic