HELP - Filesystem ran out of Inodes!
During Oracle install our /apps filesystem ran out of inodes -
There is plenty of space -
#DF -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg200-lvol02
89G 8.9G 76G 11% /apps
But inodes are gone -
#df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/vg200-lvol02
91136 91136 0 100% /apps
# uname -r
2.6.18-53.el5
Here is Tune2fs info -
#tune2fs -l /dev/vg200/lvol02
tune2fs 1.39 (29-May-2006)
-
-
-
Filesystem features: has_journal resize_inode dir_index filetype needs_recovery sparse_super large_file
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 91136
Block count: 23330816
Reserved block count: 1166540
Free blocks: 20149965
Free inodes: 0
First block: 0
Block size: 4096
Fragment size: 4096
Reserved GDT blocks: 1018
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 128
Inode blocks per group: 4
Filesystem created: Mon Aug 11 10:05:32 2008
Last mount time: Fri Sep 19 12:28:16 2008
Last write time: Fri Sep 19 12:28:16 2008
Mount count: 20
Maximum mount count: 33
Last checked: Mon Aug 11 10:05:32 2008
Check interval: 15552000 (6 months)
Next check after: Sat Feb 7 09:05:32 2009
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 128
Journal inode: 8
Default directory hash: tea
Directory Hash Seed: 8fdb9b25-b60e-4009-a2bf-707507d8db0b
Journal backup: inode blocks
So, I haven't found anything that says this can be fixed on the fly, unfortunately. It is looking like I may have to clean off the filesystem and start from scratch.
If anyone has a procedure to get around this I would appreciate it.
Thanks!