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

4.9.2 accopy fcancel (Copy Session Forcible Stop Command)

NAME

accopy fcancel - Stop the copy session forcibly

SYNOPSIS

DESCRIPTION

This command forcibly stops the copy sessions being performed in the specified ETERNUS Disk storage system.
This command also targets the copy sessions that are started by software other than AdvancedCopy Manager.

OPTIONS

-a diskArrayName

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

-type {local | remote | odx | vvol | all}

This option specifies the type of copy session that is to undergo a forcible stop.

  • local: Stops only OPC, QuickOPC, EC, SnapOPC, SnapOPC+, monitor sessions, and Extended Copy forcibly.

  • remote: Stops only REC sessions forcibly.

  • odx: Stops ODX forcibly.

  • vvol: Stops VVOL sessions forcibly.

  • all: Stops all sessions forcibly.

-sa srcDiskArrayName -ta dstDiskArrayName

This option specifies the forcible stop 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 AdvancedCopy Manager CCM management device, specify the Box ID (40 characters) instead of the ETERNUS name of the AdvancedCopy Manager CCM.

-s srcVolume -t dstVolume

This option specifies the forcible stopping of the copy session 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***].

When specifying the extent start position and the extent size, you must enclose the entire argument for this option within double quotations (") depending on the shell being used.

-v srcVolume -estimate

This option specifies the forcible stop of monitor sessions which has been set to the -v option.
For srcVolume, specify the name of the volume displayed as Source column with the accopy query command.

When specifying the extent start position and the extent size, you must enclose the entire argument for this option within double quotations (") depending on the shell being used.

-stdin

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

  • When the copy type is not "Estimate":

    copySourceVolume<TAB>copyDestinationVolume<RETURN>
  • When the copy type is "Estimate":

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