ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate plex delete

    Delete a plex

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

    Description

    The storage aggregate plex delete command deletes the specified plex. The aggregate specified with then -aggregate will be unmirrored and contain the remaining plex. The disks in the deleted plex become spare disks.

    Parameters

    -aggregate <aggregate name> - Aggregate

    Name of an existing aggregate which contains the plex specified with the -plex parameter.

    -plex <text> - Plex

    Name of a plex which belongs to the aggregate specified with the -aggregate parameter.

    Examples

    The following example deletes plex0 of aggregate aggr1:

    cluster1::> storage aggregate plex delete -aggregate aggr1 -plex plex0
    Top of Page