Top
ETERNUS SF Express V14.1 User's Guide

C.1.12 acgroup create (Copy group creation command)

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. Please make sure to specify the "create" subcommand.

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 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.

-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

  • 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.

EXIT STATUS

=0: Completed successfully

>0: Terminated abnormally

EXAMPLES

C:\>acgroup create -g group01 -type OPC -a DX80
Successful completion.