The forcible suspension of REC sessions is performed with the accopy fsuspend command.
[Execution example]
> accopy fsuspend -a ET001 |
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 |
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 |
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 |