ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • snapmirror snapshot-owner delete

    Delete an owner used to preserve a Snapshot copy for a SnapMirror mirror-to-vault cascade configuration

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

    Description

    The snapmirror snapshot-owner delete command removes an owner on the specified Snapshot copy, which was added using the snapmirror snapshot-owner create command.

    Parameters

    -vserver <vserver name> - Vserver Name

    This parameter specifies the Vserver on which the volume is located.

    -volume <volume name> - Volume Name

    This parameter specifies the name of the volume.

    -snapshot <snapshot name> - Snapshot Copy Name

    This parameter specifies the name of the Snapshot copy.

    [-owner <owner name>] - Snapshot Copy Owner Name

    This parameter specifies the name of the owner for the Snapshot copy. When not specified, the owner with the system-generated default name will be removed.

    Examples

    The following example removes owner app1 on Snapshot copy snap1 on volume vol1 in Vserver vs0.example.com .

    cluster1::> snapmirror snapshot-owner delete -vserver vs0.example.com
             -volume vol1 -snapshot snap1 -owner app1

    The following example removes the default owner on Snapshot copy snap2 on volume vol1 in Vserver vs0.example.com .

    cluster1::> snapmirror snapshot-owner delete -vserver vs0.example.com
             -volume vol1 -snapshot snap2
    Top of Page