InfoScale™ 9.0 SmartIO for Solid-State Drives Solutions Guide - Linux
- 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- DLV 11 to 13
- About SmartIO FEL-based writeback caching for applications running on VxFS file systems- DLV 14 and later
- 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
Verifying the VxFS cache area and monitoring FEL-based write-back caching
After the SmartIO feature is configured, you can verify that the FEL cache area is present and that caching is occurring.
For an FEL cache area, the sfcache list command shows the caching mode for the file or directory. If the mode is not explicitly set, the file or directory inherits the caching mode of the mount point. If the mode is explicitly set for a file or directory, that value persists across remounts. The displayed caching mode may differ from the mode that is enabled for the mount point. The writeback mode is not enabled unless the file system is mounted in writeback mode. If a file or directory is set to writeback mode, but the file system is mounted in another mode, the file or directory inherits the caching mode of the mount point.
To verify and monitor the cache area
- List the FEL cache areas on a system.
# sfcache list
For example, a single-node FEL cache area displays output as follows:
NAME TYPE SIZE ASSOC-TYPE STATE FSTYPE DEVICE feldg/fel_vol VxFS 59.96g NONE ONLIN fel sde
- Verify details about a specific cache area.
# sfcache list feldg/fel_vol
For example, the FEL cache area displays output as follows:
Cachearea: feldg/fel_vol Assoc Type: NONE Type: VxFS Size: 59.96g State: ONLINE Layout: CONCAT FStype: fel Number of Columns: 0 FEL: feldg/fel_vol UUID: 50e8ef5a60e50a00227d000056276c6c Chunk-size Total-chunks Free-chunks Available Avail% 4194304 15351 15346 59.9 GB 99.97% FS-id UUID Chunks Use% 1 d3e8ef5a8e3002001b0600007d92750e 1 0.00651% 2 d4e8ef5af2320400210600003e1be94e 1 0.00651%
- Verify details about a specific file system.
# sfcache list /mnt1
For example, the FEL cache area displays output as follows:
/mnt1: READ CACHE WRITEBACK MODE PINNED NAME 0 KB 97.5 MB writeback no /mnt1/dir 0 KB 0 KB writeback no /mnt1/file_2 0 KB 97.5 MB writeback no /mnt1
- Check the statistics on cache usage:
# sfcache stat sfcachearea_1
- Check the FEL cache usage for a particular file system.
# sfcache stat /mnt1