Previous | Table of Contents | Next |
With CacheFS you can enable a client system to cache a file system from a server. Initial access to the file system may seem slow, but subsequent uses of the same file by the user are faster. Typically you would cache an NFS or HSFS file system. You create cache file systems individually on each client system that needs improved NFS performance.
NOTE: CacheFS does not support caching of the root (/) and /usr file systems. To cache these file systems, you must purchase the Solstice AutoClient product.
After you have completed setup of the CacheFS, files are dynamically placed in the cache as the user accesses them.
NOTE: You can mount only file systems that are shared. Refer to the share(1M) manual page for more information or see See Sharing Files from a Server.
Follow these steps on a client system to create a cache:
In this example, a cache file system named cachefile is created in the /local directory:
oak% su # cfsadmin -c /local/cachefile
You can specify file systems to be mounted in the cache so that users can locally access files in the cache file system you create. You can specify the file systems to be cached in three ways:
Previous | Table of Contents | Next |