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

3.3.1 Displaying copy session information

The displaying of copy session information is performed executing the accopy query command.

Display Information for All Existing Copy Sessions in 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 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 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 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 query -a ET001 -sa ET001 -ta ET002