Top
ETERNUS SF Storage Cruiser V16.0 Operation Guide for Optimization Function
FUJITSU Storage

5.1 Decision of Target Values

The object and the value in which the targeted value is set are decided by the following procedures.

  1. Extract the volume that the business application uses.

  2. Decide the target response time (unit of millisecond) of the extracted volume.

Examples are as follows.

Configuration Example of Target Values of Business Application

This explains the introduction of automatic tuning with performance target values, in relation to the following environment that is operating business applications.

Figure 5.1 Operation Model of Business Application

In relation to the above volumes, configure the target response time from the following perspectives.

Configuration Example of Target Values

The target response time that each volume needs is decided from the performance requirement for business application A. In the example, it makes it to the target response time indicated in the following tables.

Tier Pool Name

FTV Name

Target Response Time

TrPool_1

FTV#0

10 msec

FTV#1

20 msec

TrPool_2

FTV#2

-

FTV#3

100 msec

In accordance with the performance adjustments of the volumes to which target response times have been configured, the performance of other volumes sharing resources with these are also controlled.

The decided target response times are configured to the volumes and performance adjustments are conducted, and until the user determines that performance sufficient for the operation of business applications is reached, the configuration of target response times are repeated.

Command Execution Examples

Command execution examples for Windows are described below.

  • A target response time of 10 msec will be configured in relation to FTV#0 present in TrPool_1.

    >$INS_DIR\Common\bin\esfadm volume qosset -ipaddr 10.10.10.10 -volume 0 -resptime 10
  • A target response time of 20 msec will be configured in relation to FTV#1 present in TrPool_1.

    >$INS_DIR\Common\bin\esfadm volume qosset -ipaddr 10.10.10.10 -volume 1 -resptime 20
  • A target response time of 100 msec will be configured in relation to FTV#3 present in TrPool_2.

    >$INS_DIR\Common\bin\esfadm volume qosset -ipaddr 20.20.20.20 -volume 3 -resptime 100