Skip to main content

Connect multiple Nutanix sites and migrate VMs between them

  • 21 June 2024
  • 2 replies
  • 33 views

As part of It I was deployed a two nutanox clusters, Here is my terraform output 

 

nutanix_cluster1_bastion_public_ip = "145.40.91.141"
nutanix_cluster1_cvim_ip_address = "192.168.98.16"
nutanix_cluster1_iscsi_data_services_ip = "192.168.99.253"
nutanix_cluster1_prism_central_ip_address = "192.168.99.252"
nutanix_cluster1_ssh_forward_command = "ssh -L 9440:192.168.98.16:9440 -L 19440:192.168.99.252:9440 -i /Users/vasubabu/Equinix/terraform-equinix-metal-nutanix-cluster/examples/nutanix-clusters/ssh-key-s6shy root@145.40.91.141"
nutanix_cluster1_ssh_private_key = "/Users/vasubabu/Equinix/terraform-equinix-metal-nutanix-cluster/examples/nutanix-clusters/ssh-key-s6shy"
nutanix_cluster1_virtual_ip_address = "192.168.99.254"

nutanix_cluster2_bastion_public_ip = "145.40.91.33"
nutanix_cluster2_cvim_ip_address = "192.168.100.153"
nutanix_cluster2_iscsi_data_services_ip = "192.168.103.253"
nutanix_cluster2_prism_central_ip_address = "192.168.103.252"
nutanix_cluster2_ssh_forward_command = "ssh -L 9440:192.168.100.153:9440 -L 19440:192.168.103.252:9440 -i /Users/vasubabu/Equinix/terraform-equinix-metal-nutanix-cluster/examples/nutanix-clusters/ssh-key-xdwdz root@145.40.91.33"
nutanix_cluster2_ssh_private_key = "/Users/vasubabu/Equinix/terraform-equinix-metal-nutanix-cluster/examples/nutanix-clusters/ssh-key-xdwdz"
nutanix_cluster2_virtual_ip_address = "192.168.103.254"


Here are my network topology. 


I can successfully login to Prisum UI, when I trying to configure the Remote site, Test connection is failed, 
Help need to debug the issue. Am i missing anything ?

This topic has been closed for comments

2 replies

Userlevel 6
Badge +8

The clusters cannot talk directly to each other. Make sure they can. 

@JeroenTielen , 

Is common VRF not enough to talk each other? Is there any thing missing ?