Top
ETERNUS SF Express V15.3/ AdvancedCopy Manager V15.3 Operation Guide for Copy Control Module
ETERNUS

3.3.3 Forcibly suspending REC sessions

The forcible suspension of REC sessions is performed with accopy fsuspend (Copy session forcible suspend command).

Forcibly suspend all existing REC sessions in an ETERNUS Disk storage system

[Execution example]

> accopy fsuspend -a ET001
Forcibly suspend all existing REC sessions between ETERNUS Disk storage systems

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
Forcibly suspend a single REC session

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
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