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

4.9.3 accopy fsuspend (REC Session Forcible Suspend Command)

NAME

accopy fsuspend - Stop the REC session forcibly

SYNOPSIS

For Forcibly Suspending REC Sessions by Device Unit
accopy fsuspend -a diskArrayName [-xml]
For Forcibly Suspending REC Sessions
accopy fsuspend -a diskArrayName -sa srcDiskArrayName -ta dstDiskArrayName [-xml]
For Forcibly Suspending REC Sessions by Session Unit
accopy fsuspend -a diskArrayName -s srcVolume -t dstVolume [-xml]
For Forcibly Suspending Multiple REC Sessions
accopy fsuspend -a diskArrayName -stdin [-xml]

DESCRIPTION

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

OPTIONS

-a diskArrayName

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 srcDiskArrayName -ta dstDiskArrayName

This option specifies the forcible suspend of all REC sessions set up from the device set with the -sa option toward the device set with the -ta option.
Either srcDiskArrayName or dstDiskArrayName must match with the ETERNUS name specified to the -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 srcVolume -t dstVolume

This option specifies the forcible suspend the REC sessions from the volume specified with the -s option to the volume specified with the -t option.
Either srcVolume or dstVolume must be the same volume for the device specified with the -a option.
For srcVolume and dstVolume, specify the names of the volumes displayed as Source and Target columns respectively with the accopy query 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.

copySourceVolume<TAB>copyDestinationVolume<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