- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ninode mem usage seen in kmeminfo output
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
12-08-2004 05:17 AM
12-08-2004 05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 07:05 AM
12-08-2004 07:05 AM
Re: ninode mem usage seen in kmeminfo output
Although I'm not 100% sure, I believe it's in the kernel-text/static bucket.
It's defined by the vx_ninode kernel parameter which is quite frequently overlooked when tuning the kernel to minimize kernel memory requirements. It defaults to 0 which causes the usage to be determined by total memory installed in the system. Which could cause the value generated to be several hundred thousand on systems with lots of memory. And that's a waste of kernel memory.
Realistically I've *never* seen a system that needed more than 40,000.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 07:20 AM
12-08-2004 07:20 AM
Solutionhttp://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-60103/B2355-60103_top.html&con=/hpux/onlinedocs/B2355-60103/00/41/4120-con.html&toc=/hpux/onlinedocs/B2355-60103/00/41/4120-toc.html&searchterms=ninode&queryid=20041208-130841
Why do you need to know, are getting "inode table is full" error msgs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 08:17 AM
12-08-2004 08:17 AM
Re: ninode mem usage seen in kmeminfo output
ninode is set pretty high (40000)
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 08:24 AM
12-08-2004 08:24 AM
Re: ninode mem usage seen in kmeminfo output
"The value of ninode can be lowered on systems with small or no mounted HFS file systems, to reduce memory consumption."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 08:29 AM
12-08-2004 08:29 AM
Re: ninode mem usage seen in kmeminfo output
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 08:44 AM
12-08-2004 08:44 AM
Re: ninode mem usage seen in kmeminfo output
Since 11.0, most folks use HFS only for /stand and if this is true on your machine, I would say 40000 is way too high.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 08:47 AM
12-08-2004 08:47 AM
Re: ninode mem usage seen in kmeminfo output
- sar -v 1 1
- Glance, under pulldown menu
Reports, System Info, System Tables Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:01 AM
12-08-2004 09:01 AM
Re: ninode mem usage seen in kmeminfo output
http://h21007.www2.hp.com/dspp/ddl/ddl_Download_File_TRX/1,1249,280,00.pdf
It DOES reflect your concern about cross-impacts against the NFS Client cache.