vCenter

 View Only
  • 1.  does ELM support three sites?

    Posted Feb 12, 2024 11:07 AM

    hi experts,

    is it possible to have three vCenter in HA mode to have ELM enabled each other?

    if so, how the json file configure looks like, what will be filled for the replication_partner_hostname field ?

    Thanks

    Allen



  • 2.  RE: does ELM support three sites?

    Posted Feb 12, 2024 07:56 PM

     - yes it is. We run 3 vCenters in ELM mode with a vCenter in each site.

     

    We also used VCHA when we were on 6.7 (so 9 VMs in total), which I guess is the answer to your question, but we removed VCHA when we replatformed to vSphere 7.0.

     

    HTH 



  • 3.  RE: does ELM support three sites?

    Posted Feb 13, 2024 11:44 AM

    should the json file for the json file site2 be like

    "first_instance": false,

     "replication_partner_hostname": "vcenter_1","vcenter_3"

    and site3 like

    "first_instance": false,

     "replication_partner_hostname": "vcenter_1","vcenter_2"

    thanks a lot



  • 4.  RE: does ELM support three sites?

    Posted Feb 21, 2024 05:49 PM

    That will work, but whilst you've got a replication agreement for VC1 > VC2 and VC1 to VC3, its best practise to have an agreement between VC2 > VC3 as well. Also known as a 3 way ring topology. 

    This is what we were advised to do during a call with VMware support whilst we were looking at another issue.

     

    If it helps, here's a link to the guide we used to do this:

    https://make-it-work.net/2022/01/vsphere-sso-domain-replication-topology/

     

    HTH