SANtricity 11.8 Commands

to Japanese version

Change SSD cache application type

The set ssdCache command changes the application type associated with the SSD cache. The application type can be web server, database, or multimedia. Changing the application type changes the block size, sub-block size, populate on read threshold, and populate on write threshold for the volumes underlying the SSD cache.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system, you must have the Support Admin role.

Syntax

set ssdCache [ssdCacheName]usageHint=(webServer|dataBase|fileSystem)

Parameter

Parameter Description

ssdCache

The name of the SSD cache for which you want to change the application type. Enclose the SSD cache name in square brackets ([ ]). If the SSD cache name contains special characters or consists only of numbers, you must enclose the SSD cache name in double quotation marks (" ") inside square brackets.

usageHint

The values are based on the typical I/O usage pattern of the application that is using the SSD cache. Valid values are webServer, dataBase, or fileSystem.

Minimum firmware level

11.80 adds AB6100 and AB3100 system support

Top of Page