Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
/iwmnt and .iwmnt
Sarang
Can Anyone tell any article,Thread,documentation etc for the detailed TeamSite Caching?
Find more posts tagged with
Comments
nipper
The TS Unix Admin has *some* information on the cached mount. Not a ton.
There is an old KB 1285 on the support site (it was written in 1999)
ISCBorisB
Can Anyone tell any article,Thread,documentation etc for the detailed TeamSite Caching?
TS exposes proprietary backing store through two NFS mounting points, /iwmnt (attribute caching ON) and /.iwmnt (attribute caching OFF).
Somewhat oversimplifying, you can think of that mechanism as an ability to perform your I/Os in memory with the system periodically
*flushing* cache to the disks. I'm not aware of any coherent explanation of IWOV backing store caching details nor of any supported
caching settings and/or performance tuning attributes (like actimeo, forcedirectio, etc). I saw contradictory references to the flushing
frequency.
As far as IWOV is concerned, you (TS Developer) should normally use cached filesystem and decide on the cases that require an uncached one.
beez
`man mount_nfs`
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=2087