ONTAP 9.12.1 commands

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

    Remove aggregates from the Vserver

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

    Description

    The vserver remove-aggregates command removes aggregates from the Vserver.

    Parameters

    -vserver <vserver> - Vserver

    Specifies the Vserver from which aggregates have to be removed.

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

    Specifies the list of aggregates to remove from the Vserver.

    Examples

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

    cluster1::> vserver remove-aggregates -vserver vs.example.com -aggregates aggr1,aggr2
    Top of Page