autobalance aggregate show-unbalanced-volume-state
Display the Auto Balance Aggregate state for a volume
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The autobalance aggregate show-unbalanced-volume-state command displays information about a volume that is considered by the Auto Balance Aggregate feature.
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-node {<nodename>|local}] - Node Name
- If this parameter is specified, the display will be limited to only those volumes with a node that matches the specified value.
- [-DSID <integer>] - DSID of the Last Volume Queried
- If this parameter is specified, the display will be limited to only those volumes with a DSID that matches the specified value.
- [-aggregate <aggregate name>] - Aggregate
- If this parameter is specified, the display will be limited to only those volumes with an aggregate name that matches the specified value.
- [-volume-name <text>] - Name of the Volume
- If this parameter is specified, the display will be limited to only that volume with a name that matches the specified value.
- [-last-threshold-crossed-time <MM/DD/YYYY HH:MM:SS>] - Last Time Threshold Crossed
- If this parameter is specified, the display will be limited to only those volumes with a threshold crossing time that matches the specified value.
- [-last-placed-time <MM/DD/YYYY HH:MM:SS>] - Last Time Volume Was Moved
- If this parameter is specified, the display will be limited to only those volumes with a last time they have been moved that matches the specified value.
- [-is-moving {true|false}] - Is Volume Currently Moving
- If this parameter is specified as true, the display will be limited to only the moving volumes. If the parameter is specified as false, the display will be limited to only the non-moving volumes.
- [-is-quiesced {true|false}] - Is Volume Quiesced
- If this parameter is specified as true, the display will be limited to only the quiesced volumes. If the parameter is specified as false, the display will be limited to only the non-quiesced volumes.
- [-total-footprint {<integer>[KB|MB|GB|TB|PB]}] - Total Size of the Volume
- If this parameter is specified, the display will be limited to only those volumes with a total footprint that matches the specified value.
- [-attributes <text>, ...] - Volume's Attributes
- If this parameter is specified, the display will be limited to only those volumes with attributes that matches the specified value.
- [-last-checked <MM/DD/YYYY HH:MM:SS>] - Last Time Volume State Was Checked
- If this parameter is specified, the display will be limited to only those volumes with a last time their state was checked that matches the specified value.
Examples
The following example display information about all of the unbalanced volumes that the Auto Balance Aggregate feature is aware of.
cluster1::*> autobalance aggregate show-unbalanced-volume-state
Last Checked On: 3/13/2020 14:32:01
Volume: ro10
Footprint: 20.20MB
Last Time Over IOPS Threshold: 3/12/2020 16:20:18
Last Placed: 3/11/2020 10:16:04
Attributes: Over IOPS Threshold
Stabilizing
Volume: test
Footprint: 20.20MB
Last Time Over IOPS Threshold: 3/12/2020 16:20:18
Last Placed: 3/11/2020 10:16:42
Attributes: Over IOPS Threshold
In Mirror
Stabilizing
The following example displays all of the information that the Auto Balance Aggregate feature has collected for all of the unbalanced volumes it is aware of.
cluster1::*> autobalance aggregate show-unbalanced-volume-state -instance
Node Name: cluster-1-01
DSID of the Last Volume Queried: 1025
Aggregate: aggr_1
Name of the Volume: ro10
Last Time Threshold Crossed: 3/12/2020 16:20:18
Last Time Volume Was Moved: 3/11/2020 10:16:04
Is Volume Currently Moving: false
Is Volume Quiesced: false
Total Size of the Volume: 20.20MB
Volume's Attributes: Over IOPS Threshold
Stabilizing
Last Time Volume State Was Checked: 3/13/2020 08:20:18
Node Name: cluster-1-01
DSID of the Last Volume Queried: 1026
Aggregate: aggr_1
Name of the Volume: test
Last Time Threshold Crossed: 3/12/2020 16:20:18
Last Time Volume Was Moved: 3/11/2020 10:16:42
Is Volume Currently Moving: false
Is Volume Quiesced: false
Total Size of the Volume: 20.20MB
Volume's Attributes: Over IOPS Threshold
In Mirror
Stabilizing
Last Time Volume State Was Checked: 3/13/2020 08:20:18
Give documentation feedback