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, 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.
[-owner <owner name>]- Snapshot Copy Owner Name-
This parameter specifies the name of the owner for the snapshot. When not specified, the owner with the system-generated default name will be removed.
Examples
The following example removes owner app1 on snapshot 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 snap2 on volume vol1 in Vserver vs0.example.com .
cluster1::> snapmirror snapshot-owner delete -vserver vs0.example.com
-volume vol1 -snapshot snap2