Creating remote FlashCopy transactions
Complete this task to create a remote FlashCopy at a target (remote) site using remote FlashCopy commands.
About this task
Remote FlashCopy® operations can only be processed using the DS CLI and not the DS8000® Storage Management GUI. (Part of the Remote FlashCopy operation requires that you create paths and volume pairs first. You can issue those requests using either the DS8000 Storage Management GUI or the DS CLI.)
To establish a FlashCopy relationship at the target site, remote FlashCopy commands are issued to a source volume of a remote mirror and copy volume pair on a source (local) storage system and sent across paths (acting as a conduit) to a target storage system. This eliminates the need for a network connection to the target site solely for the management of FlashCopy relationships.
The following example illustrates the required steps for creating a remote FlashCopy operation.
Procedure
-
Create paths between the source LSS and the target LSS.
For example, IBM.2107-1300861
and IBM.2107-1300871
You need to know which volumes are available for use before you can issue the request to establish the path.
- Create Metro Mirror volume pairs from the source LSS to the target LSS. For example, volume 2200 (IBM.2107-1300861/2200) from LSS22 and volume 2A00 (IBM.2107-1300871/2A00) from LSS22.
- Enable a Remote FlashCopy operation at the target site using volume B as the source volume and volume C as the target volume. Assume that the target site network connection is lost. You can create the FlashCopy relationship from volume B to volume C (both volumes at the target site). However, you cannot use the DS8000 Storage Management GUI for this step because connections to the target site are lost.
Example
dscli>
mkremoteflash -dev IBM.2107-1300871
-conduit IBM.2107-1300861/22 2A00:2A01
- -dev
- Specifies the storage image ID, which includes manufacturer, machine type, and serial number.
- -conduit LSS_ID
- (Required) Identifies the source LSS of an existing remote mirror and copy relationship that is used as a conduit for communicating with the target storage image. The source volume IDs that are specified in source_volume_ID:target_volume_ID must be the target volumes in a remote mirror and copy relationship in which one of the conduit LSS volumes acts as a source volume. You can specify a fully qualified LSS ID, which includes the storage image ID.
- source_volume_ID:target_volume_ID
- (Required) Establishes a remote FlashCopy relationship for the source and target volume pairs with the specified IDs. You can specify fully qualified volume IDs, which include storage image IDs, or a shortened version without storage image IDs if the -dev parameter is specified. Separate the IDs of the FlashCopy relationships with spaces.
This report is displayed if your command input is correct.
FlashCopy Pair ID 2A00:2A01 successfully initiated. Use the lsremoteflash command to
determine copy completion.
Verify that the transaction has processed successfully by issuing the following command:
dscli>
lsremoteflash -dev IBM.2107-1300871
-conduit IBM.2107-1300861/22 2A00:2A01