Operating System - HP-UX
1835961 Members
2056 Online
110088 Solutions
New Discussion

kernel table ninode is over threshold 80%.

 
SOLVED
Go to solution
marshal_6
Occasional Contributor

kernel table ninode is over threshold 80%.

how am i going to check the threshold? what could be the cause of this. this is an oracle server
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: kernel table ninode is over threshold 80%.

You can do a sar -v 2 2 BUT I'm all but certain this is a false alarm. NINODE is of almost no interest these days unless you have the older hfs filesystems in play. Typically, the only /hfs filesystem on a box is /stand; all the others are vxfs filesystems and there the inode allocation is dynamic. More inodes are allocated on the fly when a table overflow is immanent.
If it ain't broke, I can fix that.