IBM System storage DS6000 Series Redbook page 469

Copy services with ibm system z
Hide thumbs Also See for System storage DS6000 Series:
Table of Contents

Advertisement

Listing the available ports using DS CLI
Having determined WWNN of the remote devices, we can now display the ports that are
available for establishing PPRC paths. In Example 29-7, we are logged on to the DS6000
using DS CLI, so the remote device is the ESS 800.
Note: When using the lsavailpprcport command, you must specify LSSs that actually
exist.
Example 29-7 Displaying available ports for PPRC path establishment
dscli> lsavailpprcport -remotedev IBM.2105-22399 -remotewwnn 5005076300C09517 06:05
Date/Time: 8 November 2005 23:13:47 IBM DSCLI Version: 5.1.0.204 DS: IBM.1750-1300247
Local Port Attached Port Type
=============================
I0003
I00AC
I0103
I000C
Note: When issuing commands that refer to an ESS 800, the ESS 800 serial number is
only five digits, and not the seven you see for the DS6000 or DS8000. So, in our examples,
the serial number syntax we use is IBM.2105-22399, not IBM.2105-1322399.
Establishing the logical paths using the DS CLI
Having determined which ports are available for each LSS pair that you wish to copy and
mirror between, you now establish a one-way path with the mkpprcpath command. You can
then display established paths using the lspprcpath command.
In Example 29-8, we established a single path between LSS 06 on the DS6000 and LSS 05
on the ESS 800 and then showed the paths available for LSS 06 on the DS6000.
Example 29-8 Using DS CLI to establish PPRC paths
dscli> mkpprcpath -remotedev IBM.2105-22399 -remotewwnn 5005076300C09517 -srclss 06
-tgtlss 05 I0003:I00AC
Date/Time: 8 November 2005 23:28:53 IBM DSCLI Version: 5.1.0.204 DS: IBM.1750-1300247
CMUC00149I mkpprcpath: Remote Mirror and Copy path 06:05 successfully established.
dscli> lspprcpath 06
Date/Time: 8 November 2005 23:29:12 IBM DSCLI Version: 5.1.0.204 DS: IBM.1750-1300247
Src Tgt State
SS
Port Attached Port Tgt WWNN
=========================================================
06 05 Success 2105 I0003 I00AC
In Example 29-9, we add an additional path between LSS 06 on the DS6000 and LSS 05 on
the ESS 800. Note that we include the existing path when creating a new path. Otherwise, the
existing path is removed and only the new path will be available for use.
Example 29-9 Establishing additional paths using DS CLI
dscli> mkpprcpath -remotedev IBM.2105-22399 -remotewwnn 5005076300C09517 -srclss 06
-tgtlss 05 I0003:I00AC I0103:I000C
Date/Time: 8 November 2005 23:30:18 IBM DSCLI Version: 5.1.0.204 DS: IBM.1750-1300247
CMUC00149I mkpprcpath: Remote Mirror and Copy path 06:05 successfully established.
dscli> lspprcpath 06
Date/Time: 8 November 2005 23:30:27 IBM DSCLI Version: 5.1.0.204 DS: IBM.1750-1300247
Src Tgt State
SS
Port Attached Port Tgt WWNN
FCP
FCP
5005076300C09517
Chapter 29. Interoperability between DS6000 and ESS 800
445

Advertisement

Table of Contents
loading

Table of Contents