Command Reference Guide

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, then 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, then this
command will fail.
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.
removercopygroup 241