1834903 Members
2643 Online
110071 Solutions
New Discussion

Re: Increasing Inodes

 
SOLVED
Go to solution
Nath_3
Frequent Advisor

Increasing Inodes

Hi All,

How to increase inodes for a particular file system? Inodes can be increased by increasing he nnode in the kernel. Also let me know how this can be done in Linux.

Thanks
PRN
8 REPLIES 8
Nath_3
Frequent Advisor

Re: Increasing Inodes

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1048404

Can some one help me in understand the Inode table full
Nath_3
Frequent Advisor

Re: Increasing Inodes

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=78804

This link Should be the provided me a good answer for me.

Thanks for all in this link.


James R. Ferguson
Acclaimed Contributor
Solution

Re: Increasing Inodes

Hi:

For VxFS filesystems, the number of inodes will grow as necessary. By default, they are unlimited, although you can specify a value during filesystem creation with '-o ninode=n'.

If you have a filesystem with more than 2**32 files, you should enable 'largefiles' to allow the number of inodes to grow beyond this limit.

HFS filesystems are deprecated and the inode maximum is fixed at creation.

The kernel tunable 'ninode' is discussed in:

http://docs.hp.com/en/7779/commonMisconfig.pdf

You shouldn't need to tune it unless you have large numbers of those deprecated HFS filesystems.

Regards!

...JRF...
Nath_3
Frequent Advisor

Re: Increasing Inodes

Thanks James for the explanation and the link.
Also could you please explain me the procedure for Linux. Coz i am need to do on both Linux and Hp-UX.

I have done it on Hp-Ux.
Dennis Handly
Acclaimed Contributor

Re: Increasing Inodes

>Also could you please explain me the procedure for Linux.

You should ask this question in the Linux forum. Possibly after searching.
ManojK_1
Valued Contributor

Re: Increasing Inodes

Hi nath,

The following URL will be very much helpfull for you.

http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html

Manoj
Thanks and Regards,
Manoj K
Nath_3
Frequent Advisor

Re: Increasing Inodes

Thank you Manoj.
Nath_3
Frequent Advisor

Re: Increasing Inodes

usefull link