Top
ETERNUS SF Express V14.2 User's Guide

D.1.19 acpair add (Command for adding copy pairs)

NAME

acpair add - Addition of copy pairs.

SYNOPSIS

acpair add -g COPY-GROUP -p PAIR [-xml]

DESCRIPTION

This command adds copy pairs to copy groups.

OPTIONS

-g COPY-GROUP

This option specifies a copy group name.

-p PAIR

This option specifies the copy pair to be added.
The following example shows the format for specifying copy pairs.

  • (1) ETERNUS Disk storage system name for the copy source

  • (2) Logical volume number for the copy source

  • (3) ETERNUS Disk storage system name for the copy destination

  • (4) Logical volume number for the copy destination

In addition, you can specify in LU to Partition format, as well.
The following is an example of LU to Partition format.

  • (1) ETERNUS Disk storage system name for the copy source

  • (2) Logical volume number for the copy source

  • (3) Extent start position of the copy source (per block)

  • (4) Extent size of the copy source (number of blocks)

  • (5) ETERNUS Disk storage system name for the copy source

  • (6) Logical volume number for the copy source

  • (7) Extent start position of the copy destination (per block)

Point

If it starts with "0x", it is a hexadecimal number.

-xml

This option displays the result of the command execution in the XML format.

EXIT STATUS

=0: Terminate normally

>0: Terminate abnormally

EXAMPLES

> acpair add -g group01 -p DX80/0x1:DX80/0x6
Successful completion.

The following is an example of registering a copy pair in LU to Partition format.

> acpair add -g group01 -p DX80/0x1[addr=0x0,size=0x10000]:DX80/0x6[addr=0x80]
Successful completion.

NOTES