ONTAP 9.12.1 commands

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

    Rename an aggregate

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

    Description

    The storage aggregate rename command renames an aggregate.

    Parameters

    -aggregate <aggregate name> - Aggregate

    This parameter specifies the aggregate to be renamed.

    -newname <aggregate name> - New Name

    This parameter specifies the new name for the aggregate.

    Examples

    The following example renames an aggregate named aggr5 as sales-aggr:

    cluster1::> storage aggregate rename -aggregate aggr5 -newname sales-aggr
    Top of Page