- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Threshold
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
06-10-2005 07:04 AM
06-10-2005 07:04 AM
Our admin guy is not here so how can i check if the kernel table ninode is over threshold 80%?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 07:23 AM
06-10-2005 07:23 AM
SolutionThe ninode parameter is for HFS file systems, most, if not all, database filesystems are on vxfs, so the ninode parametere does not apply.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 07:30 AM
06-10-2005 07:30 AM
Re: Threshold
Use "glance" and move to system table info using key "T" and you can find the usage of ninode parm. or use "sar -v 2 5"
Cheers
CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 07:43 AM
06-10-2005 07:43 AM
Re: Threshold
Marlou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 08:18 AM
06-10-2005 08:18 AM
Re: Threshold
you can monitor the real time usage of it as follows.
sar -v 2 10
glance -T
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 01:43 PM
06-10-2005 01:43 PM
Re: Threshold
However, ninode will always be 100% within a few days. This is because it is a cache and cannot be measured as to how many entries are reusable. For a 'normal' 11.00 or 11.11 system, ninode should be about 4k to 8k and larger ONLY if you have a massively large HFS filesystems that are very busy with lots of open files.
To see exactly which filesystems are HFS, type the command:
bdf -t hfs
If all you see is /stand, and ninode is about 4k-8k, you're fine. If ninode ever overflows, it will be logged in syslog with the message: inode: table is full. Otherwise, don't worry about it.
Bill Hassell, sysadmin