Skip to main content
A newer release of this product is available.

storage aggregate resynchronization options show

Contributors
Suggest changes

Display node specific aggregate resynchronization options

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The storage aggregate resynchronization options show command displays all the options that govern the resynchronization of aggregates on a given cluster node. If no parameters are specified, the command displays the following information about all nodes:

  • Node for which the information is being displayed

  • Maximum number of concurrent resynchronizing aggregates allowed

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

If this parameter is specified, the command displays resynchronization options only for the specified node.

[-max-concurrent-resync <integer>] - Maximum Concurrent Resynchronizing Aggregates

If this parameter is specified, the command displays only the resynchronization option that matches the specified value.

Examples

The following example displays the maximum number of concurrent resyncs allowed for each node in the cluster:

cluster1::> storage aggregate resynchronization options show
Node          Maximum Concurrent Resynchronizing Aggregates
------------- ---------------------------------------------
cluster1-01   15
cluster1-02    4
2 entries were displayed.

The following example displays the maximum number of concurrent resyncs allowed for a specified node:

cluster1::> storage aggregate resynchronization options show -node node1
Node          Maximum Concurrent Resynchronizing Aggregates
------------- ---------------------------------------------
cluster1-01   15

The following example displays all the nodes that allow more than five concurrent resync operations:

cluster1::> storage aggregate resynchronization options show -max-concurrent-resyncs >5
Node          Maximum Concurrent Resynchronizing Aggregates
------------- ---------------------------------------------
cluster1-01   15