ONTAP 9 Manuals ( CA08871-402 )

Rename an ONTAP local tier

You can rename a local tier. The method you follow depends on the interface you use—​ONTAP System Manager or the CLI.

Prior to ONTAP 9.7, System Manager uses the term aggregate to describe a local tier. Regardless of your ONTAP version, the ONTAP CLI uses the term aggregate. To learn more about local tiers, see Disks and local tiers.
ONTAP System Manager

Use ONTAP System Manager to rename a local tier

You can modify the name of a local tier.

Steps
  1. In ONTAP System Manager, click Storage > Tiers.

  2. Click Menu options icon next to the name of the local tier.

  3. Select Rename.

  4. Specify a new name for the local tier.

CLI

Use the CLI to rename a local tier

Step
  1. Using the CLI, rename the local tier:

    storage aggregate rename -aggregate aggr-name -newname aggr-new-name

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

     > storage aggregate rename -aggregate aggr5 -newname sales-aggr
Related information
Top of Page