ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node virtual-machine disk-object-store delete

    Delete the configuration of an object store

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

    Description

    The system node virtual-machine disk-object-store delete command removes an object store container from a node’s configuration.

    Parameters

    -node <nodename> - ONTAP Node Name

    Specifies the name of the ONTAP node from which the object store container will be removed.

    -object-store-name <object store name> - ONTAP Name for this Object Store Config

    Specifies the name that will be used to identify the object store configuration.

    [-update-partner {true|false}] - Update HA Partner

    Specify this parameter when the system is running in an HA configuration.

    Examples

    The following example removes a container from the specified node.

    cluster1::*> system node virtual-machine disk-object-store delete
                     -node node1 -object-store-name objstore1 -update-partner
    Top of Page