NAME
acec change - Mode change of synchronous high-speed copying
SYNOPSIS
acec change -g COPY-GROUP [-p PAIR] [-r] [-transfer {sync[-split {auto|manual}]|through|consist|stack}] [-recovery {auto|manual}]
DESCRIPTION
This command changes the mode of the synchronous high-speed copy for the specified copy group or copy pair. Please make sure to specify the "change" subcommand.
This command is only enabled when the copy type that was set in the copy group is REC.
OPTIONS
This option specifies the copy group.
This option specifies a copy pair.
Changes the mode for copying in the reverse direction.
This option specifies the transfer 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
This option specifies the recovery mode.
auto: Automatic Recovery
manual: Manual Recovery
See
Refer to "3.1.2.2 Backing up and restoring via REC" for details of each mode.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
[For Windows]
C:\>acec change -g group01 -transfer sync E4000/0x1:E4000/0x6 # DATE : 2008/06/24 16:28:00 - << EC Change >> E4000/0x2:E4000/0x7 # DATE : 2008/06/24 16:28:00 - << EC Change >> E4000/0x3:E4000/0x8 # DATE : 2008/06/24 16:28:00 - << EC Change >> Succeeded : 3 Failed : 0
[For Solaris/Linux]
# acec change -g group01 -transfer sync E4000/0x1:E4000/0x6 # DATE : 2008/06/24 16:28:00 - << EC Change >> E4000/0x2:E4000/0x7 # DATE : 2008/06/24 16:28:00 - << EC Change >> E4000/0x3:E4000/0x8 # DATE : 2008/06/24 16:28:00 - << EC Change >> Succeeded : 3 Failed : 0