The forcible stop of copy sessions is performed executing the accopy fcancel command.
Forcibly stopping all existing copy sessions in an ETERNUS Disk storage system (including REC sessions)
Specify "all" in the -type option.
[Execution example]
> accopy fcancel -a ET001 -type all
Forcibly stopping all existing copy sessions in an ETERNUS Disk storage system (excluding REC sessions)
Specify "local" in the -type option.
[Execution example]
> accopy fcancel -a ET001 -type local
Forcibly stopping all existing REC sessions in an ETERNUS Disk storage system
Specify "remote" in the -type option.
[Execution example]
> accopy fcancel -a ET001 -type remote
Forcibly stopping all existing REC sessions between ETERNUS Disk storage systems
Specify the ETERNUS Disk Storage System names set up as the copy source and the copy destination using the -sa and -ta options respectively.
[Execution example]
> accopy fcancel -a ET001 -sa ET001 -ta ET002
Forcibly stopping a single copy session
Specify the copy source volume and the copy destination volume using the -s and -t options respectively.
[Execution example]
> accopy fcancel -a ET001 -s ET001/0x1 -t ET001/0x2
Forcibly stopping a single monitor session
Specify the copy source volume with the -v option. At the same time, specify the -estimate option as well.
[Execution example]
> accopy fcancel -a ET001 -v ET001/0x1 -estimate
Forcibly stopping multiple copy sessions
Using the -stdin option, specify the Tab Separated Value (TSV) type file upon which the information for the copy sessions to be forcibly stopped is written.
[Execution example]
> accopy fcancel -a ET001 -stdin < SESSIONS.txt
Note
Use ETERNUS Web GUI or ETERNUS CLI to stop the monitor session started by the following methods.
Operation by Copy command via SAN
Started by Copy command via LAN
Started by ETERNUS Web GUI
Started by ETERNUS CLI
Operation by Copy command via LAN
Started by Copy command via SAN