The displaying of copy session information is performed executing the accopy query command.
Displaying 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
Displaying 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
Displaying information for all existing REC sessions in an ETERNUS Disk storage system
Specify "remote" in the -type option.
[Execution example]
> accopy query -a ET001 -type remote
Displaying information for 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 query -a ET001 -sa ET001 -ta ET002