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

4.9.3 accopy fsuspend (REC session forcible suspend command)

NAME

accopy fsuspend - Stop the REC session forcibly


SYNOPSIS

If forcibly suspending REC sessions by device unit
accopy fsuspend -a DISKARRAY-NAME [-xml]
If forcibly suspending REC sessions
accopy fsuspend -a DISKARRAY-NAME -sa SOURCE-DISKARRAY-NAME -ta TARGET-DISKARRAY-NAME [-xml]
If forcibly suspending REC sessions by session unit
accopy fsuspend -a DISKARRAY-NAME -s SOURCE-VOLUME -t TARGET-VOLUME [-xml]
If forcibly suspending multiple REC sessions
accopy fsuspend -a DISKARRAY-NAME -stdin [-xml]

DESCRIPTION

This command forcibly suspends the copy session being performed in the specified ETERNUS Disk storage system.


OPTIONS

-a DISKARRAY-NAME

This option specifies the name of the ETERNUS Disk storage system for which the forcible suspend of the REC sessions is to be executed.

-sa SOURCE-DISKARRAY-NAME -ta TARGET-DISKARRAY-NAME

This option specifies the forcible suspend of all REC sessions set up from the device set with -sa option toward the device set with -ta option.
Either SOURCE-DISKARRAY-NAME or TARGET-DISKARRAY-NAME must match with the ETERNUS name specified to -a option.
If specifying a device other than a management device for AdvancedCopy Manager CCM or Express, specify the Box ID (40 characters) instead of the ETERNUS name of AdvancedCopy Manager CCM or Express.

-s SOURCE-VOLUME -t TARGET-VOLUME

This option specifies the forcible suspend the REC sessions from the volume specified with -s option to the volume specified with -t option.
Either SOURCE-VOLUME orTARGET-VOLUME must be the same volume for the device specified with -a option.
For SOURCE-VOLUME and TARGET-VOLUME, specify the names of the volumes displayed as Source and Target fields respectively with accopy query (Copy session information display command).
However, one cannot specify volumes that are displayed as [***Other-Storage***].

-stdin

This option specifies the forcible suspend of multiple copy sessions read from standard input.
Specify the copy sessions which are to be forcibly suspended in Tab Separated Value (TSV) format as follows.

Copy_source_volume<TAB>Copy_destination_volume<RETURN>
-xml

This option specifies when displaying the result of the command execution by the XML format.


EXIT STATUS

=0 : Completed successfully
>0 : Terminated abnormally


EXAMPLES

NOTES