1822936 Members
3792 Online
109645 Solutions
New Discussion

INODE table

 
SOLVED
Go to solution
Jdamian
Respected Contributor

INODE table

"sar -v" reports that the ninode table is zero meanwhile nfile table value is high.

Why ?
1 REPLY 1
Bill Hassell
Honored Contributor
Solution

Re: INODE table

The inode table is an in-core cache of current and recently opened HFS files. Note: HFS files. That means that for typical systems, the cache is seldom used (and often FAR TOO BIG) as /stand is the only HFS filesystem on the disk.

Unless you have lots of HFS filesystems (hint: mount -p), the ninode parameter should NOT be a formula but set to about 500 ot 1000 as a fixed value. Because it is a cache, it has 1 entry for every UNIQUE file that is now or has been opened recently so it may look quite full. But typically, it will only have occupied slots when you access the /stand directory (ie, kernel buiding, including running SAM)


Bill Hassell, sysadmin