Top
ETERNUS SF AdvancedCopy Manager 14.1 Operator's Guidefor Copy Control Module

A.5.1 acgroup create (Copy group creation command)

NAME

acgroup create - Creation of copy groups


SYNOPSIS

Solaris and Linux versions
acgroup create -g COPY-GROUP -type { OPC | QuickOPC | EC } -a DISKARRAY-NAME
acgroup create -g COPY-GROUP -type REC -a DISKARRAY-NAME -remote REMOTE-DISKARRAY-NAME
Windows version
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 (Windows version only)

  • 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 is only supported in Windows version.


EXIT STATUS

=0 : Completed successfully
>0 : Terminated abnormally


EXAMPLES

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