What VM replication or cloning mechanism is most suitable for remote sites each running two ESXi hosts with local storage, with the goal of protecting the site from a single host failure?
What I imagine (being fairly new to VMware) is something like this:
Can this be done exactly like described above using any of the vSphere built-in services like DR or HA? (If not exactly like described above, what's the next best option?)
If not, can something like this be scripted fairly easily, especially the "replace existing clones during cloning" part?
Thanks!
Looks like with respect to scripting, there are fairly similar questions already covered here:
...Where a PowerCLI script could check for an existing clone, delete it if needed, start a new clone.
"Scheduled Tasks" was a promising option until it became clear a new clone would fail if there's an existing clone with the same name, and that this existing clone couldn't be renamed or deleted via "Scheduled Tasks".
The two remaining questions are:
5 hours into this rabbit hole (figuring out how to download, deploy and configure this thing), it looks like it requires a peer vCenter instance?
... which something we don't have:
All sites and ESXis are managed with a single central vCenter instance.
I.e. vSphere Replication is not for us?
P.S. The "vSphere Replication" article you linked to lists this as one of the use cases:
Data protection locally, within a single site
Does this use case still require a "peer" vCenter instance? If not:
