VMware vCenter – Should It Be Highly Available?

vmware-esxvmware-vcenter

We're thinking about getting the vmware suite (VMware vSphere 4.1 Essentials Plus Kit). What I would like to know, if the vCenter Server is critical for High Availability feature.

1) Is cluster functional even if vCenter Server crashes? Are the VM protected in that case, or it fails completely?
2) Does the vCenter server have to be on same LAN ?

Best Answer

1) Your VM's will all continue to work if vCenter crashes, however you will lose the most of the functionality vCenter provides - so no live migrations, however HA will still work. This is because vCenter is required to configure HA, but it sets it up so that it is not required for it to function. In practice we've found that removing vCenter primarily only impacts your ability to make changes, but things run smoothly without it.

2) It does not have to be on the same VLAN, it can be anywhere on your network that can communicate with the ESX(i) hosts.

As an aside when we first setup our cluster we were told running vCenter on a VM inside of the cluster it was managing worked fine - we were skeptical but tried it. It's worked fantastic for the last nearly 4 years with no problems. It seems deeply wrong somehow - but it works great.

(Edited answer to #2 to reflect correction in comments)