Hi All,
Version of TS :- 7.1 on linux.
We had a problem few days back when the default mount was suddenly getting unmounted. The reason autonomy gave was that we were crossing inodes limit (max 11 million). But when i checked for inodes below is the result.
Filesystem Inodes IUsed IFree IUse% Mounted on
none 151915556 41125300 110790256 28% /iwmnt/default
So, I have no idea where autonomy came up with the answer that the TS file system is running out of inodes.
When I pressed for documentation/explanation on this below is the answer
*****************
"/iwmnt issue is related to TeamSite internal inodes, which are not exposed through any file system monitoring tools. The inode numbers shown below are forwarded from the backing store file system.
Compare the df output for /iwmnt/default with the df output of the backing store file system to see what I mean.
TeamSite dynamically creates inodes as needed, and keeps a record of the most recently used ~11 million inodes. There are no external tools that can be used to determine when a particular TeamSite inode will become the least recently used inode and be discarded."
***************
As per my knowledge Inode is an attribute of a file/folder in unix irrespective of the file size.i.e if i create a file of say 5gb it will have only one inode tagged to it. If i delete the file the inode attached to it will be free.
Can any one explain what are " Teasmite Internal Inodes" ? 2. How inodes are created dynamically in Teamsite ?
This is the 1st time I am hearing that in Teamsite Inodes are created dynamically. I have searched several forums and found that inodes are not created dynamically but we can increase the inodes count. Here is an example of such blog
http://blog.colovirt.com/2009/04/10/linux-unix-nas-file-systems-inodes-part-1-checking-availability-and-high-level-overview/Any explanation on this will help me in learning.....
Cheers
Cool_rash