IBM DS6000 Computer Drive User Manual


 
454 IBM System Storage DS6000 Series: Copy Services with IBM System z
12.The verification panel opens. Review your selections and click Finish.
29.6.2 Creating an ESS 800 FlashCopy with the DS CLI
You must start the DS CLI and connect to the ESS 800. Then issue DS CLI commands as
usual. An example is shown in Example 29-15.
Example 29-15 Using DS CLI to create an ESS 800 FlashCopy
dscli> mkflash -nocp -record -persist 0500:0501
Date/Time: 2 November 2005 20:04:33 IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00137I mkflash: FlashCopy pair 0500:0501 successfully created.
dscli> lsflash 0500
Date/Time: 2 November 2005 20:04:37 IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
ID SrcLSS SequenceNum Timeout ActiveCopy Recording Persistent Revertible SourceWrite TargetWrite
===========================================================================================================
0500:0501 05 0 45 Disabled Enabled Enabled Disabled Enabled Enabled
dscli> rmflash 0500:0501
Date/Time: 2 November 2005 20:04:54 IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00144W rmflash: Are you sure you want to remove the FlashCopy pair 0500:0501:? [y/n]:y
CMUC00140I rmflash: FlashCopy pair 0500:0501 successfully removed.
29.6.3 Creating a remote FlashCopy on an ESS 800 with the DS CLI
You can use the DS CLI to create a remote FlashCopy on an ESS 800 where the source
PPRC device is a DS6000. In Example 29-16, we connected to a DS6000. We created a
Metro Mirror pair from volume 0600 on the DS6000 to volume 0500 on the ESS 800. We then
created a remote FlashCopy on the ESS 800 between ESS 800 volumes 0500 and 0501,
using a conduit LSS to send the command. We then removed the remote FlashCopy.
Example 29-16 Creating a remote FlashCopy where the ESS 800 is the remote target
dscli> mkpprc -remotedev IBM.2105-22399 -type mmir 0600:0500
Date/Time: 3 November 2005 3:59:22 IBM DSCLI Version: 5.1.0.204 DS: IBM.1750-1300247
CMUC00153I mkpprc: Remote Mirror and Copy volume pair relationship 0600:0500 successfully created.
dscli> mkremoteflash -dev IBM.2105-22399 -conduit IBM.1750-1300247/18 -persist -nocp 0500:0501
Date/Time: 3 November 2005 4:00:11 IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00173I mkremoteflash: Remote FlashCopy volume pair 0500:0501 successfully created. Use the
lsremoteflash command to determine copy completion.
dscli> lsremoteflash -dev IBM.2105-22399 -conduit IBM.1750-1300247/18 0500:0501
Date/Time: 3 November 2005 4:00:24 IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
ID SrcLSS SequenceNum ActiveCopy Recording Persistent Revertible SourceWriteEnabled
===========================================================================================================
0500:0501 05 0 Disabled Disabled Enabled Disabled Enabled
dscli> rmremoteflash -dev IBM.2105-22399 -conduit IBM.1750-1300247/18 0500:0501
Date/Time: 3 November 2005 4:01:36 IBM DSCLI Version: 5.1.0.204 DS: IBM.2105-22399
CMUC00179I rmremoteflash: Are you sure you want to remove the remote FlashCopy pair {0}? [y/n]:y
CMUC00180I rmremoteflash: Removal of the remote FlashCopy volume pair 0500:0501 has been initiated
successfully. Use the lsremoteflash command to determine when the relationship is deleted.
You can also reverse the scenario. using the ESS 800 as the source machine in a PPRC pair
and then creating the remote FlashCopy on the DS6000.