Top
ETERNUS SF AdvancedCopy Manager V16.9.1 Operation Guide for Copy Control Module
FUJITSU Storage

4.7.6 acec change (Synchronous High-speed Copy Mode Change Command)

NAME

acec change - Change the mode of the synchronous high-speed copying

SYNOPSIS

acec change -g copyGroup [-p copyPair] [-r] [-transfer {sync [-split {auto | manual}] | through | consist | stack}] [-recovery {auto | manual}] [-xml]

DESCRIPTION

This command changes the mode of the synchronous high-speed copy for the specified copy group or copy pair.

Suspend the REC session before execution.

This command is only enabled when the copy type that was set in the copy group is REC.

OPTIONS

-g copyGroup

This option specifies the copy group.

-p copyPair

This option specifies a copy pair.
When specifying with the LU to Partition format or the Partition to LU format, you must enclose the entire argument for this option within double quotations (") depending on the shell being used.

-r

This option changes the mode for copying in the reverse direction.

-transfer {sync [-split {auto | manual}] | through | consist | stack}

This option specifies the transfer mode. Refer to "3.2.2.5 REC Operating Modes" for information on each mode.

  • sync: Synchronous mode

    This option specifies the split mode when sync was specified with the -transfer option.

    -split

    • auto: Automatic Split

    • manual: Manual Split

  • through: Through mode

  • consist: Consistency mode

  • stack: Stack mode

-recovery {auto | manual}

This option specifies the recovery mode. Refer to "3.2.2.5 REC Operating Modes" for information on each mode.

  • auto: Automatic Recovery

  • manual: Manual Recovery

-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

> acec change -g group01 -transfer sync

ET001/0x1:ET002/0x1
# DATE : 2008/06/24 16:28:00 - << EC Change >>

ET001/0x2:ET002/0x2
# DATE : 2008/06/24 16:28:00 - << EC Change >>

ET001/0x3:ET002/0x3
# DATE : 2008/06/24 16:28:00 - << EC Change >>

  Succeeded : 3
  Failed    : 0

NOTES