NAME
acgroup create - Creation of copy groups.
SYNOPSIS
acgroup create -g COPY-GROUP -type { OPC | QuickOPC | SnapOPCP | EC | REC } -a DISKARRAY-NAME [-remote REMOTE-DISKARRAY-NAME] [-xml]
DESCRIPTION
This command creates a copy group.
OPTIONS
This option specifies a copy group name.
The copy group name is an alias for the copy group that can be used with Express.
Specify copy group names using up to 64 alphanumeric characters, hyphens (-), underscores (_), hashes (#) or periods (.). The first character must be an alphanumeric character.
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 a copy type.
Specify one of the following copy types:
OPC
QuickOPC
SnapOPCP
EC
REC
This option specifies an ETERNUS Disk storage system name.
For REC, the access path of the ETERNUS Disk storage system specified here is used.
For REC, this option specifies other ETERNUS Disk storage system name than the ETERNUS Disk storage system specified with the -a option.
The access path of the ETERNUS Disk storage system specified with the -a option is used, instead of the access path of the ETERNUS Disk storage system specified here.
This option displays the result of the command execution in the XML format.
EXIT STATUS
=0: Terminate normally
>0: Terminate abnormally
EXAMPLES
> acgroup create -g group01 -type OPC -a DX80 Successful completion.