Proper system and storage sizing must be performed before deployment of any new PowerFlex clusters. Replication adds additional sizing concerns. Your Dell Technologies technical sales resources have access to a system sizing utility. The PowerFlex sizing utility takes inputs including workload characterization, replication footprint, and WAN bandwidth and quality, as well as network design and infrastructure.
Additional cluster setup requirements for adding asynchronous replication include:
This paper addresses all these topics.
PowerFlex system root CA certificates must be exchanged between replicating clusters to protect from possible security attacks. Because exchanging certificates is a security-sensitive issue, this step is performed using the PowerFlex command-line interface. On each system, a certificate is created and sent to the other host in the replicated pair.
The following command extracts the certificate from the cluster:
scli --extract_root_ca --certificate_file /tmp/sys0.cert
Next, copy the certificate to the partner system. To import the certificate, on the partner system, we use a command of the following form:
scli --add_trusted_ca --certificate_file /tmp/sys0.cert --comment Site-A
Peering is the next required step before configuration of replicated volume pairs. Peering establishes the data paths and communication between two PowerFlex systems. You can use PowerFlex Manager to peer systems, but you first need one piece of critical information—the system IDs. You can use the PowerFlex CLI to capture the system IDs for both storage clusters. The act of logging in to the PowerFlex CLI and authenticating to the cluster reveals the cluster ID. You will need the IDs from both the source and the target systems.
Figure 6. Capturing a PowerFlex system ID
Note: PowerFlex version 4.0 supports up to four peer systems from a single source system. All systems must be at version 4.0. A volume can be a member of at most one replication pair (RCG)..
To begin peering:
Figure 7. Protection menu
Figure 8. Add Peer System
Figure 9. Add Peer System
Upon completion, the systems are peered in both directions, and you are ready to start pairing your replicated volumes.