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
Setting the attributes of the VxVM cache area
For a VxVM cache area, you can set the following attributes:
memsz. The amount of system RAM that the SmartIO solution requires to keep VxVM caching-related metadata. When the VxVM cache area is created, SmartIO calculates the best possible value. You do not need to change this value, unless the system is low on system RAM.
association type. The association type is either --auto or --noauto. The association type determines whether caching is automatically enabled for volumes on the system.
To set the memory size
- To set the memory size, use the following command.
# sfcache set {dg/vol|cachearea_name} memsz=size
Where
dg/vol specifies the disk group and volume that is used for the cache area.
cachearea_name specifies the name of the cache area
size specifies the maximum size for the memory for in-core metadata.
For example:
# sfcache set myspecialcache memsz=128m
To set the association type
- To set the association type, use the following command.
# sfcache set {--auto|--noauto} {dg/vol|cachearea_name}
Where
dg/vol specifies the disk group and volume that is used for the cache area.
cachearea_name specifies the name of the cache area
For example:
# sfcache set --noauto mydg/myvol