To configure geographic mirroring, you must first configure your cross-site mirroring (XSM) environment and create the independent disk pool that you want to mirror. This includes defining your primary and backup nodes within the recovery domain. Before using iSeries™ Navigator, you should also define at least one and as many as four data port TCP/IP addresses, which would constitute one or more one-to-one bidirectional routes as part of the connection between the production copy nodes and the mirror copy nodes. Geographic mirroring will allow you to maintain an exact copy of the independent disk pool on a system at a different location for protection and availability purposes.
The following figure shows an example configuration for geographic mirroring. Primary Node A in New York City is the source system for the production copy of the independent disk pool that is dedicated to Node A. Node B is the backup system in Boston that is the target node for the mirror copy of the independent disk pool that is dedicated to Node B.
Customize TCP/IP with iSeries Navigator
To configure your geographic mirroring with the iSeries Navigator, follow these steps:
To configure your geographic mirroring with the CL commands and APIs, follow these steps:
You can use CL commands and APIs for creating a switchable independent disk pool, however there are some tasks that require that you use iSeries Navigator.
- Plan and configure your data port TCP/IP routes on all nodes in the recommended manner as follows:
- Node A should have routes to C and D.
- Node B should have routes to C and D.
- Node C should have routes to A and B.
- Node D should have routes to A and B.
- Create the cluster. Create the cluster with the nodes that you want using the CRTCLU (Create Cluster) command.
- Start the nodes that comprise the cluster. Start the nodes in the cluster using the STRCLUNOD (Start Cluster Node) command
- Create the device domain. You must create the device domain for all nodes involved in switching an independent disk pool using the ADDDEVDMNE (Add Device Domain Entry) command.
- Create the device descriptions. Device descriptions must be created on each node that will be in the cluster resource group (CRG). Use the CRTDEVASP (Create Device Description (ASP)) command. On the command line in the character-based interface, enter CRTDEVASP. In the Resource Name and the Device Description fields, enter the name of the independent disk pool you plan to create.
- Create the cluster resource group. Create the device CRG with the nodes, their roles in the recovery domain, and the independent disk pool device descriptions. You must also specify a site name and data port IP addresses for each node in the recovery domain. Use the CRTCRG (Create Cluster Resource Group) command.
- Create a disk pool. Create the disk pool on the node that owns the disk units using the New Disk Pool wizard when the server is fully restarted. Make sure clustering is active before you start. Name the independent disk pool to match the device description resource name that you gave in step 3. As you add disk units, it is best to localize disk units in the same expansion unit or IOP. Also, do not spread the disk pool across device parity sets (iSeries Navigator required).
- Follow these steps to configure geographic mirroring:
- In iSeries Navigator, expand My Connections (or your active environment).
- Expand any iSeries server.
- Expand Configuration and Service.
- Expand Hardware.
- Expand Disk Units.
- Expand Disk Pools.
- Right-click the Disk Pool you want to mirror and select Geographic Mirroring > Configure Geographic Mirroring.
- Follow the wizard's instructions to configure geographic mirroring.
Note: The disk pools you select to geographically mirror must be in the same switchable hardware group. If you want to geographically mirror disk pools in more than one switchable hardware group, you will need to complete the wizard one time for each switchable hardware group.- Print your disk configuration. Print your disk configuration to have in case of a recovery situation. See How to display your disk configuration in Backup and Recovery. Also, record the relationship between the independent disk pool name and number.
You have now configured geographic mirroring. The remaining steps are required to prepare the independent disk pool for use in this environment.
You have now configured geographic mirroring. The remaining steps are required to prepare the independent disk pool for use in this environment.
- Start the cluster resource group. Start the cluster resource group to enable device resiliency using the STRCRG (Start Cluster Resource Group) command.
- Make the disk pool available. To access the disk units in an independent disk pool you must vary on the disk pool using the VRYCFG (Vary Configuration) command. Vary on will also reconnect connections, so that any new route definitions can take effect.
- Perform a test switchover. Before you add data to the disk pool, perform a test switchover to ensure the backup node can become the primary node and the primary node can become the backup node. Use the CHGCRGPRI (Change CRG Primary) command.