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

3.3.1 Displaying copy session information

The displaying of copy session information is performed using accopy query (Copy session information display command).

Display information for all existing copy sessions in an ETERNUS Disk storage system (Including REC sessions)

Specify "all" in the -type option.

[Execution example]

> accopy query -a ET001 -type all
Display information for all existing copy sessions in an ETERNUS Disk storage system (Excluding REC sessions)

Specify "local" in the -type option.

[Execution example]

> accopy query -a ET001 -type local
Display information for all existing copy sessions in an ETERNUS Disk storage system

Specify "remote" in the -type option.

[Execution example]

> accopy query -a ET001 -type remote
Display information for all existing copy sessions between ETERNUS Disk Storage Systems

Specify the names of the ETERNUS's set up to the REC session copy source and copy destination using the -sa option and -ta option respectively.

[Execution example]

> accopy query -a ET001 -sa ET001 -ta ET002