Top
ETERNUS SF AdvancedCopy Manager 14.2 Operator's Guide forCopy Control Module

A.6.1 acgroup create (Copy group creation command)

NAME

acgroup create - Creation of copy groups


SYNOPSIS

acgroup create -g COPY-GROUP -type { OPC | QuickOPC | SnapOPCP | EC } -a DISKARRAY-NAME [-xml]
acgroup create -g COPY-GROUP -type REC -a DISKARRAY-NAME -remote REMOTE-DISKARRAY-NAME [-xml]

DESCRIPTION

This command creates a copy group.


OPTIONS

-g COPY-GROUP

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.

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.

-type { OPC | QuickOPC | SnapOPCP | EC | REC }

This option specifies the type of copy used within the copy group.

Specify one of the following copy types:

  • OPC

  • QuickOPC

  • SnapOPCP [Excluding Linux 5 for Intel Itanium]

  • EC

  • REC

-a DISKARRAY-NAME

This option specifies the ETERNUS name.

For REC, the access path of the ETERNUS disk storage system specified here is used.

-remote REMOTE-DISKARRAY-NAME

For REC, the ETERNUS name besides the specified ETERNUS disk storage system is specified by the -a option.

The access path of the ETERNUS disk storage system specified by the -a option is used, instead of the access path of the ETERNUS disk storage system specified here.

-xml

This option specifies when displaying the result of the command execution by the XML format.

This option can be specified in Windows, Solaris, Linux 5 (for x86, for Intel64).


EXIT STATUS

=0 : Completed successfully
>0 : Terminated abnormally


EXAMPLES

> acgroup create -g group01 -type OPC -a E4000
Successful completion.