InfoScale™ 9.0 SmartIO for Solid-State Drives Solutions Guide - Solaris
- Introducing SFHA Solutions SmartIO
- Using the SmartIO feature: use cases
- About SmartIO read caching for applications running on VxVM volumes
- About SmartIO read caching for applications running on VxFS file systems
- About SmartIO caching on SSD devices exported by FSS
- About SmartIO write-back caching for applications running on VxFS file systems
- About multiple SmartIO cache areas for read and write-back caching on VxFS file systems
- About SmartIO caching for Oracle databases on VxFS file systems
- About SmartIO caching for databases on VxVM volumes
- Administering SmartIO
- Enabling or disabling caching for a data object
- Viewing the SmartIO cache statistics
- Troubleshooting and error handling
- Appendix A. Command reference
About the smartiocache option
The smartiocache option of the mount command lets you specify the cache areas that can be used by a file system. You can specify different cache areas for read and writeback caching on a file system.
mount -F vxfs -o smartiomode=[read|writeback],smartiocache=[cachearea_name] \ [[rdcachearea_name]:[wbcachearea_name]] file_system \mount_point
Where:
cachearea_name
specifies the name of the SmartIO cache area.
rdcachearea_name
specifies the name of the cache area for read caching
wbcachearea_name
specifies the name of the cache area for write-back caching
The smartiocache values depend on the value specified for smartiomode
You can change the cache area name when you remount the file system. When a new cache area is specified, the existing cache area is detached from the file system.
If the specified cache area is not online at the time of mounting the file system, then the file system cannot start using the cache area. The cache area can be used by the file system after it comes online.
If only one cache area name is specified and the smartiomode is set to writeback, the cache area is used for both read and write-back caching operations.
If no cache area name is specified and the default cache area is online in auto mode, then the default cache area is used for caching based on the smartiomode setting.
If the read cache area is brought offline for a mount point, then write-back caching is also disabled for the mount point. It will be enabled again when read caching is enabled.