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

4.9.2 accopy fcancel (Copy session forcible stop command)

NAME

accopy fcancel - Stop the copy session forcibly


SYNOPSIS

If forcibly stopping copy sessions by device unit
accopy fcancel -a diskArrayName -type { local | remote | odx | all } [-xml]
If forcibly stopping REC sessions
accopy fcancel -a diskArrayName -sa srcDiskArrayName -ta dstDiskArrayName [-xml]
If forcibly stopping copy sessions by session unit
accopy fcancel -a diskArrayName -s srcVolume -t dstVolume [-xml]
If forcibly stopping update size estimation sessions by session unit
accopy fcancel -v srcVolume -estimate [-xml]
If forcibly stopping multiple copy sessions
accopy fcancel -a diskArrayName -stdin [-xml]

DESCRIPTION

This command forcibly stops the copy sessions being performed in the specified ETERNUS Disk storage system.


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 | all }

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

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

  • remote: Stops only REC sessions forcibly.

  • odx: Stops ODX 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 -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 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 -s option to the volume specified with -t option.
Either SOURCE-VOLUME or TARGET-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***].

-v srcVolume -estimate

This option specifies the forcible stop of update size estimation sessions which has been set to -v option.
For SOURCE-VOLUME, specify the name of the volume displayed as Source field with accopy query (Copy session information display command).

-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":

    Copy_source_volume<TAB>Copy_destination_volume<RETURN>
  • When the copy type is "Estimate":

    Copy_source_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