Parameters
Parameter
enhancedFlashCopyImage
Notes
The name of an Enhanced FlashCopy image has two parts separated by a colon (:):
v The identifier of the Enhanced FlashCopy group
v The identifier of the Enhanced FlashCopy image
For example, if you want to stop a rollback operation for Enhanced FlashCopy image 12345 in an
Enhanced FlashCopy group that has the name enhancedFlashCopyGroup1, you would use this command:
stop enhancedFlashCopyImage ["enhancedFlashCopyGroup1:12345"] rollback;
To stop a rollback operation for the most recent Enhanced FlashCopy image in an Enhanced FlashCopy
group that has the name enhancedFlashCopyGroup1, you would use this command:
stop enhancedFlashCopyImage ["enhancedFlashCopyGroup1:newest"] rollback;
Stop Enhanced FlashCopy Logical Drive
This command stops an Enhanced FlashCopy logical drive operation.
Syntax
stop enhancedFlashCopyLogicalDrive ["enhancedFlashCopyLogicalDriveName"]
Parameters
Parameter
enhancedFlashCopyLogicalDrive
3-312
IBM System Storage DS3000, DS4000, and DS5000: Command Line Interface and Script Commands Programming Guide
Description
The name of the Enhanced FlashCopy image for which
you want to stop a rollback operation. The name of an
Enhanced FlashCopy image is comprised of two parts:
v The name of the Enhanced FlashCopy group
v An identifier for the Enhanced FlashCopy image in the
Enhanced FlashCopy group.
The identifier for the Enhanced FlashCopy image can be
one of these:
v An integer value that is the sequence number of the
Enhanced FlashCopy in the Enhanced FlashCopy
group.
v NEWEST - Use this option when you want to show the
latest Enhanced FlashCopy image created in the
Enhanced FlashCopy group.
v OLDEST - Use this option when you want to show the
earliest Enhanced FlashCopy image created in the
Enhanced FlashCopy group.
Enclose the Enhanced FlashCopy image name in double
quotation marks (" ") inside square brackets ([ ]).
Description
The name of the Enhanced FlashCopy logical drive that
you want to stop. Enclose the Enhanced FlashCopy
logical drive name in double quotation marks (" ") inside
square brackets ([ ]).
Need help?
Do you have a question about the System Storage DS3000 and is the answer not in the manual?