NAME
esfadm storage qosstat - Display Automated QoS Status
SYNOPSIS
esfadm storage qosstat {-all | -ipaddr ipAddr}
COMMAND PATH
$INS_DIR\Common\bin\esfadm storage qosstat
($INS_DIR is the "Program directory" when ETERNUS SF Manager has been installed.)
/opt/FJSVesfcm/bin/esfadm storage qosstat
DESCRIPTION
The status (Enabled/Disabled) of Automated Qos function is displayed. It is output in CSV format.
If -all is specified, the status of Automated QoS function of all the recognized ETERNUS Disk storage systems is displayed in a list.
If -ipaddr is specified, the status of Automated QoS function of an ETERNUS Disk storage system that has the specified IP address is displayed.
OPERANDS
The status of Automated QoS function is displayed.
OPTIONS
This option cannot be specified together with -ipaddr option at the same time.
Specify this option to specify the IP address of an ETERNUS Disk storage system. Multiple IP addresses and Wild Card cannot be specified.
This option cannot be specified together with -all option at the same time.
EXIT STATUS
=0: Completed successfully
!=0: Terminated abnormally
EXAMPLES
When specifying an IP address to display the status of Automated QoS function for the specified ETERNUS Disk storage system:
> C:\ETERNUS_SF\Common\bin\esfadm storage qosstat -ipaddr 192.0.2.10 IP ADDRESS,AUTOMATED QOS 192.0.2.10,Active
# /opt/FJSVesfcm/bin/esfadm storage qosstat -ipaddr 192.0.2.10 IP ADDRESS,AUTOMATED QOS 192.0.2.10,Active
When displaying the status of Automated QoS function of all the ETERNUS Disk storage systems:
> C:\ETERNUS_SF\Common\bin\esfadm storage qosstat -all IP ADDRESS,AUTOMATED QOS 192.0.2.10,Active 192.0.2.11,Stopped 192.0.2.12,Stopped 192.0.2.13,Active
# /opt/FJSVesfcm/bin/esfadm storage qosstat -all IP ADDRESS,AUTOMATED QOS 192.0.2.10,Active 192.0.2.11,Stopped 192.0.2.12,Stopped 192.0.2.13,Active
Each item has the following meaning:
Item | Explanation |
---|---|
IP ADDRESS | IP address of ETERNUS Disk storage system |
AUTOMATED QOS | Operating status of Automated QoS function. Either of the following statuses are 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)