NAME
acopc start - Start of OPC or QuickOPC copy
SYNOPSIS
acopc start -g copyGroup [-p copyPair] [-r] [-xml] acopc start -g copyGroup -concur [-xml]
acopc start -g copyGroup [-p copyPair] [-diff|-auto|-r] [-xml] acopc start -g copyGroup -concur [-diff|-auto] [-xml]
DESCRIPTION
This command performs OPC or QuickOPC for the specified copy group or copy pair.
OPTIONS
This option specifies the copy group name.
This option specifies a copy pair.
This option starts a differential copy.
If the -diff option is not specified, a full copy is started.
This option automatically selects full copy/differential copy of QuickOPC.
Depending on the statuses in the OPC Status and Copy Phase columns for the acopc query command, the following actions start:
OPC Status | Copy Phase | Processing Action |
---|---|---|
OPC action not startup | Not set | Full copy starts. |
OPC Starting | N/A | After session stops, full copy starts. |
OPC Executing | Readying | After session stops, full copy starts. |
Copying | After session stops, full copy starts. | |
Tracking | Differential copy starts. | |
Copying/Tracking | Differential copy starts. | |
OPC Error Suspend | N/A | After session stops, full copy starts. |
When the Concurrent OPC function is in use, snapshots of multiple logical volumes are concurrently created, so the following actions start:
QuickOPC Session Status | Processing Action |
---|---|
The statuses of Copy Phase in QuickOPC sessions are only "Tracking" and "Copying/Tracking". | Differential copy starts. |
Other than those above. |
|
This option performs a copy in the reverse direction to the direction that has been specified.
If the copy type is QuickOPC, an OPC will be executed.
This option specifies when displaying the result of the command execution by the XML format.
This option executes OPC or QuickOPC by using Concurrent OPC function.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Start OPC
> acopc start -g group01 ET001/0x1:ET001/0x6 # DATE : 2008/06/24 16:28:00 - << OPC 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 ET001/0x2:ET001/0x7 # DATE : 2008/06/24 16:28:00 - << OPC 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 ET001/0x3:ET001/0x8 # DATE : 2008/06/24 16:28:00 - << OPC 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
Start OPC by using Concurrent OPC function.
> acopc start -g group01 -concur Successful completion.
NOTES
When the copy type of copy group is EC, REC or SnapOPCP, this command cannot be executed.
This command terminates abnormally if the copy destination logical volume of the specified copy group or pair is protected by the acinhibit set command.