Can you manage servers in different locations connected by, say, a site-to-site VPN with one vCenter server? If you can, is this a recommended or supported configuration?
1 Answers
Can you?
Definitely, as long as your environment qualifies with the other VMware vCenter requirements and the remote location networks are available to the vCenter server, as you mentioned.
Is it recommended / supported?
As always, it depends. If you have a large number of hosts and vms in each location, it would probably not follow best practices (see Linked Mode). If you have a couple hosts and a dozen VMs in the remote site, it may make more sense.
Linked Mode
Another option is to use deploy vCenter Servers for each physical location, and connect them using Linked Mode. This allows you to view all resources and machines from a single 'pane of glass'.
More info: Enhanced Linked Mode - vCenter 6.0
DR Consideration
If you have only a single vCenter in one location, and that location goes offline, you lose vCenter access to both locations. In a DR scenario, you'll probably have plenty to do and adding to that workload is typically ill advised.
Then again, if it's a 3 person branch office with only file and print services, maybe it's worth saving a couple grand on the extra vCenter license.

- 1,724
- 11
- 11
-
I guess what I was trying to figure out is if there is only a single vCenter server at the local site and the site-to-site VPN to the remote site goes down does DRS/ fault tolerance/ HA at the remote site continue working with the connection to vCenter? – Pugz Jan 01 '16 at 04:56
-
**DRS** will stop working as it uses vMotion, which requires an online vCenter. Same is true with Storage vMotion. **HA** will continue to function as it does not use vMotion, so if a host goes down, the vms will be brought back up on another host. This only applies to vms that were online when vCenter was last available. New powered on vms will not be covered by HA until vCenter is back up. [Here is](http://www.settlersoman.com/vcenter-is-down-impact-on-vmware-infrastructure/) a great article with more details on the impact of vCenter being offline. – DevOps Dan Jan 01 '16 at 18:37