Please enter search query.
Search <book_title>...
Veritas InfoScale™ 8.0.2 SmartIO for Solid-State Drives Solutions Guide - AIX
Last Published:
2023-06-05
Product(s):
InfoScale & Storage Foundation (8.0.2)
Platform: AIX
- 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
- Prerequisites and configuration for using the SmartIO plug-in for Oracle
- Setting default SmartIO caching policies for a database running on a VxFS file system
- Setting SmartIO caching policies for database objects
- Pinning and unpinning database objects
- Enabling and disabling caching for the database
- Listing cache policy details for the database
- Listing cache statistics for the database
- About SmartIO caching for databases on VxVM volumes
- Administering SmartIO
- Creating a cache area
- Displaying information about a cache area
- Enabling or disabling caching for a data object
- Adding a device to the cache area
- Pausing caching from a volume to a cache area
- Removing a device from the cache area
- Destroying a cache area
- Setting the attributes of the VxVM cache area
- Setting or changing the caching mode for a VxFS cache area
- Flushing dirty data from a writeback cache area
- Tuning the writeback caching
- Viewing the SmartIO cache statistics
- Troubleshooting and error handling
- Appendix A. Command reference
Performing LPM in the SmartIO environment
If an array-based SSD is used, Live Partition Mobility (LPM) is supported with SmartIO caching. With direct attached devices (PCIe or SAS), LPM is not supported if SmartIO caching is enabled. If you need to perform LPM, you can use manual steps.
To perform LPM in the SmartIO environment
- To prepare the LPAR for the lLPM, perform the following steps:
Offline the cache area that is created inside the LPAR.
Ldom1:/root# sfcache offline cachearea_name
Delete the cache area.
Ldom1:/root# sfcache delete cachearea_name
- Remove the SSD device from the VxVM configuration so that the device can be unexported from the LPAR.
Ldom1:/root# vxdisk rm ssd_device_name
- Remove the SSD device from the operating system.
Ldom1:/root# rmdev -dl os_ssd_device_name -R
Ldom1:/root# rmdev -dl flash_adapter_name
- Using the IBM HMC, remove the Flash adapter from the partition (leaving only storage accessed by virtualized NPIV adapters). Use the below command from HMC:
hmc:~> chhwres -r io -m lpar_name -o r -p client1 -l 21010121
- Move the partition using Live Partition Mobility.
- On the new server, attach a Flash adapter to the partition:
Lpar1:/root# cfgmgr
- Discover the Flash adapter in VxVM:
Lpar1:/root# vxdisk scandisks
- After the local PCIe device is available to the VxVM configuration, you can create the required SmartIO cache area.
- To live migrate back the LPAR from target frame to source frame, follow step 1 to step 8.