Complete this task to begin the process of returning production
to your local site. Just as there was a series of steps in the failover recovery
process to your remote site, there are a series of steps that you must take
to return production to your local site.
Returning production to its original implementation is called
a failback recovery. After restoring operations at Site A, you can schedule
a failback operation to synchronize data and to enable production to resume
at your original site, Site A.
This task is initiated when your local
site has been repaired and is operational. The first step in returning production
to site A is to create fibre-channel paths between Site B to Site A and between
the specific LSSs.
Perform the following steps to create fibre-channel
paths from Site B to Site A and between the specific LSSs. The example commands
in this task are shown in two formats. The first format shows the type of
information that the command requires. The second format provides the command
with values declared for the variables.
Note: Before you can establish the
paths, you must obtain the worldwide node name that is associated with the
remote storage unit. In this task your remote storage unit is your local storage
unit (Site A).
- Issue the lssi command against the Site A storage unit to
obtain its worldwide node name. A report is displayed that provides the specific
information about the Site A storage unit. Enter the lssi command at
the dscli command prompt with the following parameters and variables:
dscli>lssi -l storage_image_ID
Example
dscli>lssi -l IBM.1750-68FA120
Record
the worldwide node name because it is used in the next step.
- Issue the mkpprcpath command to create the fibre-channel
paths from Site B to Site A and between the specific LSSs. Enter the mkpprcpath command
at the dscli command prompt with the following parameters and variables:
dscli>mkpprcpath -dev storage_image_ID -remotedev storage_image_ID
-remotewwnn wwnn -srclss source_LSS_ID -tgtlss target_LSS_ID
source_port_ID:target_port_ID
Example
dscli>mkpprcpath -dev IBM.1750-68FA150 -remotedev
IBM.1750-68FA120 -remotewwnn 12341234000A000A
-srclss 00 -tgtlss 01
I1A20:I2A10
Notes: - The -dev parameter specifies the ID of your source storage unit.
At this point in time, your source is the Site B storage unit.
- The -remotedev parameter specifies the ID of the secondary storage
unit. At this point in time, the remote storage unit is your Site A storage
unit.
- The -remotewwnn parameter must specify the worldwide node name
of the secondary storage unit (Site A at this point in time). If you specify
the worldwide node name of the primary storage unit (Site B), the command
fails.
- The -srclss parameter refers to Site B storage unit as the source.
- The -tgtlss parameter specifies the Site A storage unit as the
target.
- The source_port_ID:target_port_ID value has the Site B port
ID as the source and the Site A port ID as the target.
After you have established the paths, you are ready to move on to
the second step on the failback recovery process which involves issuing the failbackpprc command
from the B volume to the A volume.