1753760 Members
5044 Online
108799 Solutions
New Discussion юеВ

inode table full error

 
Vishu
Trusted Contributor

inode table full error

hi frens,
Plz tell what are the possible things that we can do when such message appears 'inode table full'.

Tnx
Vishu
5 REPLIES 5
Ivan Krastev
Honored Contributor

Re: inode table full error

If your file system is vxfs, number of inodes will be increased automaticaly when necessary.

See more info here - http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1048404

regards,
ivan
Prashanth Waugh
Esteemed Contributor

Re: inode table full error

Hi Vishu,

use the fstyp command to check the fs type.
if its a vxfs it will automatically add the inode.#fstyp /dev/vg01/lvol1.Also check syslog.

Regards
Prashant
For success, attitude is equally as important as ability
Jeeshan
Honored Contributor

Re: inode table full error

check your maxusers and ninode kernel parameter settings and the current usage.
a warrior never quits
Sandeep_Chaudhary
Trusted Contributor

Re: inode table full error

u just have to increase maxusers parameter which in turn increase ninode parameter.

actually speaking vxfs doesnt require to specify inode manyally. It handles it on its own. But if u have not specify "-o largefile" option at the time of craetion when filesystem exeeds 2 GB it fails to create inode.to check which option u have used while creation filesystem is "mkfs -m /dev/vgname/lvolname".
Dennis Handly
Acclaimed Contributor

Re: inode table full error

This error should only occur on HFS file systems. See this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1181634