HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

creatercopygroup
DESCRIPTION
The creatercopygroup command creates a Remote Copy volume group.
NOTE: Remote Copy is not part of the Common Criteria evaluated configuration. See the HP
3PAR InForm OS Common Criteria Administrator’s Reference for more information before using
this command in Common Criteria mode.
SYNTAX
creatercopygroup [options] <group_name> <target_name>:<mode>
[<target_name>:<mode> ...]
AUTHORITY
Super, Edit
Any role that is granted the rcopygroup_create right.
OPTIONS
-domain <domain>
Creates the Remote Copy group in the specified domain. The volume group must be created by a
member of a particular domain with Edit or Super roles.
SPECIFIERS
<group_name>
Specifies the name of the volume group, using up to 22 characters if the mirror_config policy
is set, or up to 31 characters otherwise. This name is assigned with this command.
<target_name>
Specifies the target name associated with this group. This name should already have been assigned
using the creatercopytarget command. See creatercopytarget” (page 128) for details.
<mode>
Specifies that the mode of the created group is either kept in synchronization at all times (sync)
or synchronized only periodically (periodic), either on command or by setting an automatic
resynchronization period through the setrcopygroup command. See setrcopygroup (page 315)
for details.
RESTRICTIONS
Functionality of this command requires the 3PAR Remote Copy license. Contact your local service
provider for more information.
EXAMPLES
The following example creates an asynchronous periodic mode volume group named Group1whose
target system is InServ2 (target name InServ2_out):
cli% creatercopygroup Group1 InServ2_out:periodic
If using domains, the syntax would appear as:
cli% creatercopygroup -domain domain2 Group1 InServ2_out:periodic
126 Create Commands