beautypg.com

IBM DS6000 User Manual

Page 469

background image

Chapter 29. Interoperability between DS6000 and ESS 800

445

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.

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 FCP
I0103 I000C FCP

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 5005076300C09517

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

Note: When using the

lsavailpprcport

command, you must specify LSSs that actually

exist.

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.