ONTAP 9.12.1 commands

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

    Delete the configuration of an object store

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

    Description

    The storage aggregate object-store config delete command removes an existing object store configuration in Data ONTAP. The configuration cannot be deleted if it is used by any aggregates or if the system is still freeing objects from the object store from a previously executed storage aggregate delete command. The command storage aggregate object-store show can be used to view the aggregates attached to the object store before issuing the delete command.

    The storage aggregate object-store show command will not display aggregates that have been previously deleted but still has objects in the object store.

    Parameters

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

    This parameter specifies the object store configuration to be deleted.

    Examples

    The following example deletes an object store configuration named my-store:

    cluster1::>storage aggregate object-store config delete -object-store-name my-store
    Top of Page