HP 3PAR OS 3.1.3 Command Line Interface Reference

EXAMPLES
The following example removes Group1 from a remote-copy system:
# removercopygroup Group1
The following example removes remote-copy groups that start with the name testgroup:
# removercopygroup -pat testgroup*
The following example removes the remote-copy group (group1) and retains the resync snapshots
associated with each volume:
# removercopygroup -keepsnap group1
The following example removes Group1 and associated volumes from the local system and removes
the corresponding volumes on all the target systems of Group1:
# removercopygroup -removevv Group1
NOTES
If the mirror_config policy is set for this group’s target system and the group is a primary
group, this command will be mirrored to the target and the corresponding secondary group
will also be removed. If the policy is set and the group is a secondary group, this command
fails.
The removercopygroup command removes all the associations configured in the specified
group and removes the group name and any remote-copy synchronization snapshots affiliated
with volumes in the group.
The -keepsnap and -removevv options are mutually exclusive.
226 Remove Commands