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

9.2.3 esfadm volume qosinfo (Target response times listed display command)

NAME

esfadm volume qosinfo - list display at target response times


SYNOPSIS

esfadm volume qosinfo -ipaddr ipAddress


COMMAND PATH

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

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

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

DESCRIPTION

The target response time (msec) will be displayed. The output file is CSV format. All of the FTV present on the ETERNUS Disk storage system of the specified IP address will be displayed in a list.

When a target response time has not been configured to the FTV, a "-" (hyphen) will be displayed in the field of the target response time.


OPERANDS

qosinfo

The target responses times list will be displayed.


OPTIONS

Options of the "qosinfo" operand
-ipaddr ipAddress

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


EXIT STATUS

=0: Completed successfully
other than 0: Terminated abnormally


EXAMPLES

When displaying all of the target response times

Windows Environment
> C:\ETERNUS_SF\Common\bin\esfadm volume qosinfo -ipaddr 10.10.10.10
IP ADDRESS,POOL NAME,VOLUME NUMBER,RESPONSE TIME
10.10.10.10,TestTier1,0,10
10.10.10.10,TestTier1,1,-
10.10.10.10,TestTier1,2,50
10.10.10.10,TestTier2,5,10
10.10.10.10,TestTier2,10,-
10.10.10.10,TestTier3,8,-
Solaris or Linux Environment
# /opt/FJSVesfcm/bin/esfadm volume qosinfo -ipaddr 10.10.10.10
IP ADDRESS,POOL NAME,VOLUME NUMBER,RESPONSE TIME
10.10.10.10,TestTier1,0,10
10.10.10.10,TestTier1,1,-
10.10.10.10,TestTier1,2,50
10.10.10.10,TestTier2,5,10
10.10.10.10,TestTier2,10,-
10.10.10.10,TestTier3,8,-

The meaning of each of the items is as follows:

IP ADDRESS

IP address of the ETERNUS Disk storage system.

POOL NAME

Name of the Tier pool.

VOLUME NUMBER

Volume number.

RESPONSE TIME

Target response time (msec). When a target response time has not been configured, a "-" (hyphen) will be displayed.


NOTES