The forcible suspension of REC sessions is performed with the accopy fsuspend command.
Forcibly suspending all existing REC sessions in an ETERNUS Disk storage system
[Execution example]
> accopy fsuspend -a ET001
Forcibly suspending all existing REC sessions between ETERNUS Disk storage systems
Specify the ETERNUS Disk Storage System names set up as REC session copy source and copy destination using the -sa and -ta options respectively.
[Execution example]
> accopy fsuspend -a ET001 -sa ET001 -ta ET002
Forcibly suspending a single REC session
Specify the copy source volume and copy destination volume using the -s and -t options respectively.
[Execution example]
> accopy fsuspend -a ET001 -s ET001/0x1 -t ET002/0x1
Forcibly suspend multiple REC 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 fsuspend -a ET001 -stdin < SESSIONS.txt