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

vserver add-aggregates

Contributors
Suggest changes

Add aggregates to the Vserver

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

Description

The vserver add-aggregates command adds aggregates to the Vserver.

Parameters

-vserver <vserver> - Vserver

Specifies the Vserver for which aggregates have to be added.

-aggregates <aggregate name>,…​ - List of Aggregates to Be Added

Specifies the list of aggregates to add to the Vserver. The root aggregates should not be specified in this list because though the command will return success, volumes cannot be created on root aggregates. In a MetroCluster configuration, this command does not honor the remote cluster's aggregates.

Examples

The following example illustrates how to add aggregates aggr1 and aggr2 to a Vserver named vs.example.com :

cluster1::> vserver add-aggregates -vserver vs.example.com -aggregates aggr1,aggr2