Create SSD cache
The create ssdCache command creates a read cache for a storage array using Solid State Disks (SSDs).
Supported Arrays
This command applies to an individual DE2000H, DE4000H, or DE6000H storage array.
Roles
To execute this command on an storage array, you must have the Storage Admin role.
Context
Using high performance SSDs to cache read data improves the application I/O performance and response times, and delivers sustained performance improvement across different workloads, especially for high-IOP workloads. SSD cache maximizes the use of expensive fast SSDs. SSD cache works in addition to the primary cache in the controller DRAM. With controller cache, the data is stored in DRAM after a host read. With SSD cache, the data is copied from user-specified base volumes, and then cached on SSDs.
Syntax
create ssdCache userLabel="<var id="GUID-4C4DA851-119A-413E-B2DB-D0982332C909__V1448388" className="keyword varname">ssdCacheName</var>"
drives=(<var id="GUID-4C4DA851-119A-413E-B2DB-D0982332C909__V1111815" className="keyword varname">trayID1,[drawerID1,]slotID1 ... trayIDn,[drawerIDn,]slotIDn</var>)
[updateExistingVolumes=(TRUE|FALSE)]
[securityType=(none|capable|enabled)]
Parameters
Parameter | Description |
---|---|
userLabel | The name that you want to name the new SSD cache. Enclose the SSD cache name in double quotation marks (" "). |
drives | The drives that you want to use to create the SSD cache. For high-capacity drive trays, specify the tray ID value, the drawer ID value, and the slot ID value for the drive. For low-capacity drive trays, specify the tray ID value and the slot ID value for the drive. Tray ID values are 0 to 99 . Drawer ID values are 1 to 5 . All slot ID maximums are 24. Slot ID values either begin at 0 or 1, depending on the tray model. Drive trays compatible with DE2000H, DE4000H, DE4000F, DE6000H, and DE6000F controllers have slot ID numbers starting at 0. Enclose the tray ID value, the drawer ID value, and the slot ID value in square brackets ([ ]). |
updateExistingVolumes | This optional parameter specifies whether the SSD cache should be enabled for all existing volumes in the storage array. To enable the SSD cache for all existing volumes, set this parameter to TRUE . If you want to enable the SSD cache for individual volumes later, set this parameter to FALSE . The default value is TRUE . |
securityType | This optional parameter specifies the security level when creating an SSD cache. These settings are valid:
|
Notes
You can use any combination of alphanumeric characters, underscore (_), hyphen (-), and pound (#) for the name. Names can have a maximum of 30 characters.
A storage array can have only one SSD cache.
Only volumes created using hard disk drives can use the SSD cache. You cannot enable SSD cache on snapshot images.
If all of the SSDs in the SSD cache are data assurance (DA)-capable and the DA feature is enabled, DA is automatically enabled for the SSD cache and cannot be disabled. In addition, you cannot add non-DA capable SSDs to a DA-enabled SSD cache.