NAME
acgroup create - Creation of copy groups
SYNOPSIS
acgroup create -g copyGroup -type {OPC | QuickOPC | SnapOPCP | EC} -a diskArrayName [-xml] acgroup create -g copyGroup -type REC -a diskArrayName -remote remoteDiskArrayName [-xml]
DESCRIPTION
This command creates a copy group.
OPTIONS
This option specifies the copy group name.
The copy group name is an alias for the copy group that can be used with AdvancedCopy Manager CCM or Express.
Specify using up to 64 alphanumeric characters, minus sign (-), underscore (_), number sign (#), period (.), and plus sign (+). The first character must be an alphanumeric character.
For Windows, copy group names are not case-sensitive.
For Solaris and Linux, copy group names are case-sensitive.
An error will occur when an attempt is made to create a copy group with the same name as a copy group that has already been registered.
This option specifies the type of copy used within the copy group.
Specify one of the following copy types. The meaning of "SnapOPCP" is SnapOPC+.
OPC
QuickOPC
SnapOPCP
EC
REC
This option specifies the ETERNUS name.
Specify the following ETERNUS Disk storage system:
ETERNUS Disk storage system which is operated by Copy command via SAN
For REC, the access volume of the ETERNUS Disk storage system specified here is used.
ETERNUS Disk storage system which is operated by Copy command via LAN
For REC, the connection route for the ETERNUS Disk storage system specified here is used.
For REC, the ETERNUS name besides the specified ETERNUS Disk storage system is specified by the -a option.
The access volume or connection route of the ETERNUS Disk storage system specified by the -a option is used, instead of the access volume or connection route of the ETERNUS Disk storage system specified here.
This option specifies when displaying the result of the command execution by the XML format.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
> acgroup create -g group01 -type OPC -a ET001 Successful completion.