storage aggregate flexaggr show
Display the list of aggregates and their defunct state
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The storage aggregate flexaggr show
command displays information about FlexAggrs. The command output depends on the parameter or parameters specified with the command. If no parameters are specified, the command displays the following information about all aggregates:
-
Aggregate name
-
State
-
Nodes
-
Is Root Aggregate
-
Flexible Aggregate ID
-
Flexible Aggregate State
-
Is Home Node Unavailable
-
Is Defunct
To display detailed information about a single aggregate, use the -aggregate
parameter.
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. [-aggregate <aggregate name>]
- Aggregate-
If this parameter is specified, the command displays information only about the aggregate that has the specified name.
[-flexaggr-id <integer>]
- FlexAggr ID-
If this parameter is specified, the command displays information only about the aggregates that have the specified Flexible Aggregate ID.
[-state <aggregate state>]
- State-
If this parameter is specified, the command displays information only about the aggregates that have the specified state.
[-nodes {<nodename>|local}]
- Node-
If this parameter is specified, the command displays information only about the aggregates from the specified node.
Examples
The following example displays information about all Flexible Aggregates:
cluster1::> aggr flexaggr show Aggregate State Node Root FA Id FA State HomeUn Dfnct ------------------- ------- ------------ ----- ------ ---------- ------ ----- dataFA_2_p0_i1 online node-vsim1 false 2 completed false false dataFA_4_p0_i1 online node-vsim1 false 4 completed false true rootFA_1_p0_i1 online node-vsim1 true 1 completed - false rootFA_3_p0_i1 online node-vsim1 true 3 completed false true 4 entries were displayed.