NAME
acgroup create - Creation of copy groups
SYNOPSIS
acgroup create -g COPY-GROUP -type { OPC | QuickOPC | EC | REC } -a DISKARRAY-NAME [-remote REMOTE-DISKARRAY-NAME]
DESCRIPTION
This command creates a copy group. Please make sure to specify the "create" subcommand.
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.
Specify copy group names using up to 64 alphanumeric characters, hyphens (-), underscores (_), hashes (#) or periods (.). The first character must be an alphanumeric character.
This option specifies the type of copy used within the copy group.
Specify one of the following copy types:
OPC
QuickOPC
EC
REC
This option specifies the ETERNUS name.
For REC, the access path of the ETERNUS storage system specified here is used.
For REC, the ETERNUS name besides the specified ETERNUS storage system is specified by the -a option.
The access path of the ETERNUS storage system specified by the -a option is used, instead of the access path of the ETERNUS storage system specified here.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
[For Windows]
C:\>acgroup create -g group01 -type OPC -a E4000 Successful completion.
[For Solaris/Linux]
# acgroup create -g group01 -type OPC -a E4000 Successful completion.