4462 vCenter partition linking and async-DR policy for replicated volume groups is required.
Explanation
When two storage system is running 8.7.1 or an older software version with vVol replication enabled (using the two-site async-DR policy) are upgraded through CCU to the 910 software version, a vCenter partition is created on each system. The replicated vVol volume groups are then moved into the respective vCenter partitions..After the upgrade each system has a vCenter partition and it includes replicated volume groups using 2-site async-DR policy. The PBR configuration needs to be updated to link the vCenter partition on the production site to the vCenter partition on the recovery site. The replicated volume groups need to switch from 2-site async-DR policy to async-DR policy that is created using the linked vCenter partitions.
User response
The replication process involves two systems. The event associated with this error code is triggered on the system that hosts the vCenter Partition, referred to here as the local partition.Steps to retrieve the remote system ID and remote partition UUID:
- Identify replicated volume groups (VGs) using a 2-site async disaster recovery (DR) replication
policy within the vCenter partition associated with the event.
- Retrieve the list of volume groups (VGs) that are associated with the same partition as the
vCenter partition where the event was triggered, and for which the
dr_replicatedattribute is set totrue. This information can be obtained by using thepartition_idanddr_replicatedfilters with thelsvolumegroupcommand. - For each volume group (VG) identified in the previous step, retrieve its associated replication
policy using the
replication_policy_idfield from thelsvolumegroupcommand. Then, verify whether the topology of the replication policy is set to2-site async-dr. This can be confirmed by checking thetopologycolumn in the correspondinglsreplicationpolicyentry. If the topology matches, include the VG and its replication policy in the shortlist. - At this stage, you have identified a list of replicated volume groups as
volume_groups_to_processthat are associated with the same partition where the event was triggered and are using a2-site async-drreplication policy. Additionally, we have gathered the corresponding replication policy details, referred asreplication_policies_to_be_used. - Retrieve the remote system details using one of the shortlisted replication policies. These
details is an input for the
-remotesystemparameter in thechpartition -makedrlinkcommand, which is used to establish a link between partitions.
- Retrieve the list of volume groups (VGs) that are associated with the same partition as the
vCenter partition where the event was triggered, and for which the
- Use the
lsreplicationpolicycommand to view therpo_alertvalue for the relevant replication policy. - Get details of the remote partition UUID.
- Get the volume group entry from the remote system whose name matches with name of the one of the volume group found in step 1.c
- The remote partition ID can be obtained from the volume group entry. Use this ID to retrieve the
UUID of the remote partition from the remote system. This UUID will be used as the input for the
-remotelinkedpartitionuuidparameter in thechpartition -makedrlinkcommand.
- After retrieving all required inputs in the previous steps such as the remote system ID or name,
the UUID of the remote partition for linking, and the
rpo_alertvalue for replication policy creation, the user can proceed with the subsequent configuration steps. - You can issue partition linking CLI on the primary system using by specifying the
UUID of remote system's vCenter
Partition.
chpartition -makedrlink -remotedrlinkedpartitionuuid <UUID-of-remote-vCenter-Partition> -remotesystem <remote-system-id/name> <local-vCenter-Partition-name/id-against-which-event-is-raised> - For each short listed VG or for each volume group volume_groups_to_process list
follow below steps:
- Check the rpo_alert value of the 2-site async dr policy currently assigned to
this volume group and create a async-dr policy if not created
already.
mkreplicationpolicy -topology async-dr -rpoalert <rpo_alert_value> -partition <local-vCenter-Partition-name/id-against-which-event-is-raised> - Change the replication policy of the volume group from two-site async dr to newly created
async-dr
policy.
chvolumegroup -replicationpolicy <async-dr-policy-name/id> <vCenter-Partition's-replicated-vg-name/id>
- Check the rpo_alert value of the 2-site async dr policy currently assigned to
this volume group and create a async-dr policy if not created
already.
- After all targeted volume groups have been updated from the 2-site-async-dr policy to the async-dr policy, mark the event as resolved.