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

9.2.1 esfadm volume qosset (Target response time configuration / changing command)

NAME

esfadm volume qosset - configuring or changing the target response time


SYNOPSIS

esfadm volume qosset -ipaddr ipAddress -volume volumeNumber -resptime targetResponseTime


COMMAND PATH

Windows Environment
$INS_DIR\Common\bin\esfadm volume qosset

($INS_DIR is the "Program directory" when ETERNUS SF Manager has been installed.)

Solaris or Linux Environment
/opt/FJSVesfcm/bin/esfadm volume qosset

DESCRIPTION

With respect to the specified FTV, configuration or changing of the target response time will be performed. If this command is executed in a state where the target response time has been configured, the target response time will be changed.


OPERANDS

qosset

Configuration or changing of the target response time will be performed.


OPTIONS

Options of the "qosset" operand
-ipaddr ipAddress

The IP address of the ETERNUS Disk storage system will be specified. You cannot specify multiple addresses or use wildcards.

-volume volumeNumber

The FTV Number to which the target response time is configured will be specified in decimal notation. Only a single volume can be specified.

-resptime targetResponseTime

This will specify the target response time. Specify an integer from 0 to 10000. The unit of it is millisecond.
When 0 is specified, the bandwidth of the volume becomes unrestricted.


OUTPUT INFORMATION

Operation History of ETERNUS SF

The following execution history information will be output to the operation history of the Web Console.

Output Items

Output Details

Date

Process execution date

User ID

Execution user

Action

Set QoS(CLI)

Status

Submit, Start, or Complete

Results

Success, Failed, or Warning

Target

-

Details

Detailed information

Message

Error message


EXIT STATUS

=0: Completed successfully
other than 0: Terminated abnormally


EXAMPLES

When configuring a target response time of 10 msec in relation to FTV#0

Windows Environment
> C:\ETERNUS_SF\Common\bin\esfadm volume qosset -ipaddr 10.10.10.10 -volume 0 -resptime 10
esqos0002 The target response time has been set normally.
Solaris or Linux Environment
# /opt/FJSVesfcm/bin/esfadm volume qosset -ipaddr 10.10.10.10 -volume 0 -resptime 10
esqos0002 The target response time has been set normally.

NOTES