NAME
esfadm volume qosinfo - list display at target response times
SYNOPSIS
esfadm volume qosinfo -ipaddr ipAddress
COMMAND PATH
$INS_DIR\Common\bin\esfadm volume qosinfo
($INS_DIR is the "Program directory" when ETERNUS SF Manager has been installed.)
/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
The target responses times list will be displayed.
OPTIONS
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
> 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,-
# /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 of the ETERNUS Disk storage system.
Name of the Tier pool.
Volume number.
Target response time (msec). When a target response time has not been configured, a "-" (hyphen) will be displayed.
NOTES
Execution privilege
In order to execute the command, the following administrator privilege of the server OS is required.
Windows environment
Users of the Administrators group
Solaris or Linux environment
OS administrator privilege (root group)