ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver add-aggregates

    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
    Top of Page