- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What determines inode limits on a 11.11v1 system
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
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
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
04-28-2008 10:23 AM
04-28-2008 10:23 AM
What is the limiter on this? Is there one?
How do you determine what it is right now?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 10:53 AM
04-28-2008 10:53 AM
Re: What determines inode limits on a 11.11v1 system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:42 AM
04-28-2008 11:42 AM
Re: What determines inode limits on a 11.11v1 system
HFS calculated at newfs time.
VXFS unlimited.
Also:
kmtune|grep ninodes for hfs
vx_ninode is typically set to dynamic ( calcuated at kernel boot time )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:48 AM
04-28-2008 11:48 AM
Re: What determines inode limits on a 11.11v1 system
I kind of found part of my answer, that the allocation is dynamic, and mkfs_vxfs man page specifies the default as unlimited inodes. But there must be some limit or am I wrong here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 12:15 PM
04-28-2008 12:15 PM
Re: What determines inode limits on a 11.11v1 system
#sar -v 3 3
16:14:22 text-sz ov proc-sz ov inod-sz ov file-sz ov
16:14:25 N/A N/A 570/29988 0 2503/89580 0 2049/1048586 0
16:14:28 N/A N/A 570/29988 0 2503/89580 0 2049/1048586 0
16:14:31 N/A N/A 570/29988 0 2503/89580 0 2049/1048586 0
#[/etc/default] kmtune|grep -i inod
ninode 89580 - 89580
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 12:23 PM
04-28-2008 12:23 PM
SolutionIf largefiles are enabled for the VxFS filesystem, you may exceed the non-largefile limit of about 8 million inodes.
See Dietmar's comments (in particular) in this thread:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1209413501102+28353475&threadId=18346
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 05:42 PM
04-28-2008 05:42 PM
Re: What determines inode limits on a 11.11v1 system
NOTE: ninode has nothing to do with filesystem limits. ninode is actually an in-core cache to improve performance with frequently accessed files. It does not really get full as older inodes are replaced with newer inode structures.
Bill Hassell, sysadmin