The forcible suspension of REC sessions is performed with accopy fsuspend (Copy session forcible suspend command).
[Execution example]
> accopy fsuspend -a ET001 |
Specify the names of the ETERNUS's set up to the REC sessions' copy source and copy destination using the -sa option and -ta option respectively.
[Execution example]
> accopy fsuspend -a ET001 -sa ET001 -ta ET002 |
Specify the copy source volume and copy destination volume using the -s option and -t option 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 |