ONTAP 9.12.1 commands

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

    Attaches a second object store to a FabricPool aggregate to create a mirror

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

    Description

    The storage aggregate object-store mirror command attaches a second object store to a FabricPool aggregate to create a mirror. This command verifies whether the object store is accessible through the intercluster LIF from both the node on which the aggregate is present and from its high-availability (HA) partner node. The command fails if the object store is not accessible.

    Parameters

    -aggregate <text> - Name of the Aggregate

    This parameter specifies the aggregate to which the object store must be attached in order to create a mirror.

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

    This parameter specifies the name of the new object store configuration to be attached to the aggregate. The object store configuration has information about the object store server name, port, access credentials, and provider type.

    Examples

    The following example shows how to create a mirror to aggregate aggr1:

    cluster1::>storage aggregate object-store mirror -aggregate aggr1 -object-store-name my-store-2
    Top of Page