ONTAP 9.12.1 commands

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

    Rename an existing object store configuration

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

    Description

    The `storage aggregate object-store config rename` command is used to rename an exiting object store configuration.

    Parameters

    -object-store-name <text> - Object Store Configuration Name

    This paramter identifies an existing object store configuration.

    -new-object-store-name <text> - Object Store Configuration New Name

    This parameter specifies the new object store configuration name.

    Examples

    The following example renames an object store configuration from my-store to ms1:

    cluster1::>storage aggregate object-store config rename -object-store-name my-store -new-object-store-name ms1
    Top of Page