LIF's created on destination cluster during SVM DR process is not getting created correctly
Applies to
- ONTAP 9
Issue
When setting up the SVM DR specifically on the ONTAP versions mentioned above it has been noticed that the source SVM LIF's on different nodes while being replicated with the identity preserve option set to true is not replicating the LIFs as it exists on the source cluster to the destination upon successfully completing the replication. It has also been noticed that all the LIF's end up getting placed on a single /specific node on the destination cluster.
Please find the below examples for reference
Source SVM:
source_cluster::> network interface show -vserver SRC
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
SRC
LIF1 up/up xx.xx.xx.xx/xx source_node_1 e0a true
LIF2 up/up xx.xx.xx.xx/xx source_node_2 e0a true
2 entries were displayed
Destination SVM:
Destination_cluster::> network interface show -vserver DES
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
DES
LIF1 up/down xx.xx.xx.xx/xx destin_node_1 e0a true
LIF2 up/down xx.xx.xx.xx/xx destin_node_1 e0a true
2 entries were displayed