NAME
acec start - Start of synchronous high-speed copying
SYNOPSIS
[When the copy type set in the copy group is EC.]
acec start -g COPY-GROUP [-p PAIR] [-r]
[When the copy type set in the copy group is REC.]
acec start -g COPY-GROUP [-p PAIR] [-r] [-transfer {sync[-split {auto|manual}]|through|consist|stack}] [-recovery {auto|manual}]
DESCRIPTION
This command starts synchronous processing for the synchronous high-speed copy for the specified copy group or copy pair. Please make sure to specify the "start" subcommand.
OPTIONS
This option specifies the copy group name.
This option specifies a copy pair.
This option performs a copy in the reverse direction to the direction that has been specified.
This option specifies the transfer mode. (Only for REC)
The default mode is "stack".
sync: Synchronous mode
This option specifies the split mode when sync was specified with the "-transfer" option (Only for REC)
-split
The default mode is "auto".
auto: Automatic Split
manual: Manual Split
through: Through mode
consist: Consistency mode
stack: Stack mode
This option specifies the recovery mode. (Only for REC)
The default mode is "auto".
auto: Automatic Recovery
manual: Manual Recovery
See
Refer to "Operation mode of REC" for details on each mode.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
[For Windows]
C:\>acec start -g group01 E4000/0x1:E4000/0x6 # DATE : 2008/06/24 16:28:00 - << EC Started >> # From:BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=1/Adr_high=0/Adr_low=0/size_high=0/size_low=0 # To :BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=6/Adr_high=0/Adr_low=0 E4000/0x2:E4000/0x7 # DATE : 2008/06/24 16:28:00 - << EC Started >> # From:BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=2/Adr_high=0/Adr_low=0/size_high=0/size_low=0 # To :BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=7/Adr_high=0/Adr_low=0 E4000/0x3:E4000/0x8 # DATE : 2008/06/24 16:28:00 - << EC Started >> # From:BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=3/Adr_high=0/Adr_low=0/size_high=0/size_low=0 # To :BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=8/Adr_high=0/Adr_low=0 Succeeded : 3 Failed : 0
[For Solaris/Linux]
# acec start -g group01 E4000/0x1:E4000/0x6 # DATE : 2008/06/24 16:28:00 - << EC Started >> # From:BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=1/Adr_high=0/Adr_low=0/size_high=0/size_low=0 # To :BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=6/Adr_high=0/Adr_low=0 E4000/0x2:E4000/0x7 # DATE : 2008/06/24 16:28:00 - << EC Started >> # From:BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=2/Adr_high=0/Adr_low=0/size_high=0/size_low=0 # To :BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=7/Adr_high=0/Adr_low=0 E4000/0x3:E4000/0x8 # DATE : 2008/06/24 16:28:00 - << EC Started >> # From:BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=3/Adr_high=0/Adr_low=0/size_high=0/size_low=0 # To :BoxID=303045343030304d3323232323234534353053323041232323234b44343033303633393030342323/Olu=8/Adr_high=0/Adr_low=0 Succeeded : 3 Failed : 0