Top
ETERNUS SF AdvancedCopy Manager V16.1 Operation Guide for Copy Control Module
FUJITSU Storage

3.3.3 Forcibly Suspending REC Sessions

The forcible suspension of REC sessions is performed with the accopy fsuspend command.

Forcibly Suspend All Existing REC Sessions in ETERNUS Disk Storage System

[Execution example]

> accopy fsuspend -a ET001
Forcibly Suspend 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 Suspend 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