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.
This command also targets the copy sessions that are started by software other than AdvancedCopy Manager.
OPTIONS
This option specifies the name of the ETERNUS Disk storage system for which the forcible suspend of the REC sessions is to be executed.
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.
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***].
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.
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>
This option specifies when displaying the result of the command execution by the XML format.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Suspending REC sessions in storage device units forcibly
> accopy fsuspend -a ET001 ET001/0x1:ET002/0x1 # DATE : 2010/06/24 16:28:00 - << EC Suspended >> ET001/0x2:ET002/0x2 # DATE : 2010/06/24 16:28:01 - << EC Suspended >> [Omission] ET001/0x2D0:ET002/0x2D0 # DATE : 2010/06/24 16:49:00 - << EC Suspended >> Succeeded : 720 Failed : 0
Suspending REC sessions forcibly
> accopy fsuspend -a ET001 -sa ET002 -ta ET001 ET002/0x1:ET001/0x1 # DATE : 2010/06/24 16:28:00 - << EC Suspended >> ET002/0x2:ET001/0x2 # DATE : 2010/06/24 16:28:01 - << EC Suspended >> [Omission] ET002/0x159:ET001/0x159 # DATE : 2010/06/24 16:40:34 - << EC Suspended >> Succeeded : 345 Failed : 0
Suspending a REC session in session units forcibly
> accopy fsuspend -a ET001 -s "ET001/0x3[addr=0x3F,size=0x7FFF]" -t "ET002/0x3[addr=0x3F]" ET001/0x3[addr=0x3F,size=0x7FFF]:ET001/0x3[addr=0x3F] # DATE : 2010/06/24 16:40:34 - << EC Suspended >> Succeeded : 1 Failed : 0
Suspending multiple REC sessions forcibly
> type SESSIONS.txt ET002/0x9 ET001/0x9 ET001/0xA ET002/0xA > accopy fsuspend -a ET001 -stdin < SESSIONS.txt ET002/0x9:ET001/0x9 # DATE : 2010/06/24 16:28:00 - << EC Suspended >> ET001/0xA:ET002/0xA # DATE : 2010/06/24 16:28:01 - << EC Suspended >> Succeeded : 2 Failed : 0
NOTES
If Copy Status column displayed with the accopy query command is either of the following, it is not possible to forcibly suspend the copy session.
EC Hardware Suspend(Use REC DISK): A line error has occurred and the REC Disk buffer is being used
EC Hardware Suspend(Use REC BUFFER): A line error has occurred and the REC buffer is being used