- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inode limit on a filesystem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 08:51 AM
тАО12-20-2007 08:51 AM
inode limit on a filesystem
Can any one tell me:
How to find the inode limit on a VXFS filesystem?
Is there a limit, can we run out of it? Because I have a filesystem which has 60,000 files in it.
HP-UX 11.23. VXFS filesystem
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 08:55 AM
тАО12-20-2007 08:55 AM
Re: inode limit on a filesystem
This is set in the kernel.
Use sam to check kernel.
kmtune
# displays kernel output. SAM has good explanation.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 08:58 AM
тАО12-20-2007 08:58 AM
Re: inode limit on a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 09:01 AM
тАО12-20-2007 09:01 AM
Re: inode limit on a filesystem
ninode
Specify the maximum number of open inodes that can be in memory.
Acceptable Values:
Minimum: 14
Maximum: Memory limited
Default: nproc+48+maxusers+(2*npty)
Specify integer value or use integer formula expression. For more information, see Specifying Parameter Values.
Description
ninode defines the number of slots in the inode table, and thus the maximum number of open inodes that can be in memory. The inode
table is used as a cache memory. For efficiency reasons, the most recent Ninode (number of) open inodes is kept in main memory. The table is hashed.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 09:04 AM
тАО12-20-2007 09:04 AM
Re: inode limit on a filesystem
For VxFS (JRF) filesystems, 'inodes' allocation is unlimited, as long as there is space in the filesystem and as long as 'largefiles' is enabled. Wthout 'largefiles' enabled, you are limited to about 8-million inodes.
Long before you run out of inodes, your filesystem performance will probably suffer.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 09:08 AM
тАО12-20-2007 09:08 AM
Re: inode limit on a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2007 09:09 AM
тАО12-20-2007 09:09 AM
Re: inode limit on a filesystem
If we are dealing with VxFS filesystems, and not HFS (deprecated) ones, then 'ninode' does not apply:
http://www.docs.hp.com/en/7779/commonMisconfig.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-26-2007 01:52 PM
тАО12-26-2007 01:52 PM
Re: inode limit on a filesystem
run
# bdf -i
for all mounted filesystems or bdf -i /xyz
and check your usage for what you've currently configured. You could then write a script to alert you at say 80%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-26-2007 08:46 PM
тАО12-26-2007 08:46 PM
Re: inode limit on a filesystem
BUT:
Unless you store the files in subdirectories, you will have endless, endless problems with all the standard commands like ls, ll, find, du, and so on. The reason is that a massively large flat filesystem requires an enormous amount of time to search. Now if you upgrade to 11.31, you will see significant improvements for large flat filesystems. This is never to be interpreted that such filesystems are encouraged -- that's what databases are for.
Bill Hassell, sysadmin