ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

vSphere 6 Features – New Config Maximums, Long Distance vMotion and FT for 4vCPUs

By Vladan SEGET | Last Updated: January 4, 2020

Shares

VMware vSphere 6 Features: vMotion is one of the emblematic features of VMware Virtualization technology. vMotion is what many of the IT guys (including me) thinks is the “thing that got me hooked” into virtualization. It's magic. vMotion has been here over a decade. Several improvements were already implemented since 2004 like storage vMotion (sVMotion), multiple nic vMotion, or a share-nothing vMotion which do not need to be shared storage to do a vMotion operation.

vSphere 6 Configuration Maximums and Platform Enhancements

vSphere 6 Doubles the vSphere Maximums!

  • 64 hosts per cluster (vSphere 5.x it was 32)
  • 8000 VMs (previously 4000)
  • 480 CPUs (vSphere 5.x it was 320 CPUs)
  • 12 TB of RAM (vSphere 5.x it was 4 TB of RAM)
  • 2048 VMs per host (vSphere 5.x it was 512 VMs).

ESXi 6 configuration maximums

From VM perspective:

  • Virtual hardware 11 (vmx-11) – newly released on vSphere 6
  • 128vCPUs
  • 4TB of RAM (NUMA aware)
  • VDDM 1.1 GDI acceleration
  • xHCI 1.0 controller compatible with OS X 10.8 + xHCI driver.

vSphere 6 Configuration Maximums

The VM compatibility level moves up to ESXi 6.0

Hardware compatibility level

Update: It will be possible to use vSphere C# client to view functionality in virtual hardware 9, 10 and 11. Editing of settings will be possible in vmx8 and access to view settings virtual hardware 9 and higher.

Also the C# client in the final release of vSphere 6.0 will be able to manage vCenter.

Here is a screenshot on the New VM creation wizard

Virtual Machine Version Options in C# Client vSphere 6.0

But this post will focus more on one of the major function which is vMotion. There is newly supported vMotion function which will allow VMs not only to be migrated within the data center but also across datacenters, across a country, across the globe… here is what's called Long-distance vMotion.

Long Distance vMotion

vSphere 6 brings further enhancements into vMotion. In the first article that has been published with details allowed at that time – vMotion Enhancements in vSphere 6.0 – Long Distance vMotion, Across vSwitches and Across vCenters I briefly introduced the new details, but some of them were still under NDA at that time.

This is a game changer. Shifting workflows not only on premise but also off premise. IMHO this is huge and it opens very much other possibilities for DR plans and architecture. What if there is a hurricane coming? No problem, just vMotion to another data center 500 miles away… Or is your local datacenter out of capacity? vMotion VMs elsewhere to free some capacity locally. Once more time the workflows became more portable, more agile, less tightened to the local only site.

The major enhancement to vMotion this time (but it's not the only one and it's only from my point of view as it depends on what your interest is) is Long-distance vMotion allowing to vMotion VMs from one data center to another (to remote site or cloud data center) and the requirements on this is to have a link with at least 150 ms RTT (previously 10 ms was necessary). As a network speed, you will need 250 Mbps.

VMware vSphere 6 enhancements - long distance vmotion

It means that it's possible to vMotion a VM from one vCenter server to another vCenter server. The vMotion process is able to keep the VMs historical data (events, alarms, performance counters, etc.) and also properties like DRS groups, HA settings, which are in relation and tighten to vCenter.  It means that the VM can not only change compute (a host) but also network, management, and storage – at the same time. (until now we could change host and storage during vMotion process – correct me if I'm wrong)

Requirements:

  • vCenter 6 (both ends)
  • Single SSO domain (same SSO domain to use the UI). With an API it's possible to use different SSO domain.
  • L2 connectivity for VM network
  • vMotion Network
  • 250 Mbps network bandwidth per vMotion operation

vMotion across vCenters:

  • VM UUID is maintained across vCenter server instances
  • Retain Alarms, Events, task and history
  • HA/DRS settings including Affinity/anti-affinity rules, isolation responses, automation level, start-up priority
  • VM resources (shares, reservations, limits)
  • Maintain MAC address of Virtual NIC
  • VM which leaves for another vCenter will keep its MAC address and this MAC address will not be reused in the source vCenter.

A data center was (until now) the highest point in the vCenter architecture…. But long distance vMotion can now get over it.

vShere 6 Features - vMotion across vCenters

vShere 6 Features – vMotion across vCenters

With vSphere 6.0 vMotion can now do:

  • vMotion across vCenters
  • vMotion across virtual switches (VSS to VSS, VSS to VDS or VDS to VDS)
  • vMotion across long distances and routed vMotion networks

VMware vSphere 6 features - vMotion across distributed vSwith

Note:

VSS – standard switch
VDS – distributed switch

Previously vMotion mechanism allowed to vMotion a VM within single VSS or single vDS. It won't be possible to vMotion back from VDS to VSS. The requirement for this is remaining the same – L2 connectivity.  Both vCenters need to be connected via L3 network but the vMotion network needs to be an L3 type connection.

How does it works?

The UUID of the VM remains the same (instant ID) no matter how many vMotion operations are done. What changes is the managed ID. vMotion will keep all the historical data, DRS rules, anti-affinity rules, events, alarms, task history and also HA properties are maintained. Standard vMotion compatibility checks are conducted before the vMotion occurs.

As a network latency, there shall fulfill the requirements of under 100 ms Round Trip Time (RTT) …..

No vVOLs requirement is necessary or shared storage requirements.

Requirements of Long-Distance vMotion

Same as for the vMotion across vCenter servers.

  • L2 connectivity for VM network
  • Same VM IP address available at the destination (if not the VM will have to be re-iped and will lose connectivity)
  • vMotion network needs L3 connectivity
  • 250 Mbps per vMotion operation

vSphere 6 new features - vMotion enhancements

vMotion over Array Replication with VVols.

Note that I reported on VVols in this post in more details here. VVol SAN arrays can treat virtual disk which is stored on the array as an individual file (entity). VVol technology has granular control over VMDKs.

  • VM-aware SAN/NAS systems
  • Native representation of VMDKs on SAN/NAS
  • New API for data operations at VMDK granularity

The advantage over classic LUN approach is that during replication is possible to granularly select only VM (not the full datastore). vMotion is already compatible with VVols, so if you have an array supporting VVols it's possible to have vMotion over Active-Active replication. the A-A replicated storage appears as shared storage to the VM and the migration over A-A replication is classic vMotion.

An example can be when you have two sites, each with VVol capable array and at the same time you have setup a replication between those sites. Then:

  • You can vMotion using the replication bits which are already on the destination site (remote site).
  • Then VVols reverse the replication back to the main site to assure SLAs are still up and your workloads stay protected.

VVols are required for geographical distances.

The Active-Passive replication shall be supported in future releases of vSphere. vMotion over vSphere Replication (using async replication) is currently NOT supported.j But it's high on the roadmap

vSphere 6.0 Fault Tolerance

FT has 4vCPU VM support and 64 Gb of RAM per VM. The host limit with FT protected VMs is 4. From the networking perspective, it's required to have a 10gig network as single FT protected VM will use 1gb (or a bit more) of network bandwidth. Here are all the features of FT in VMware vSphere 6.

Update: vCenter server will be supported as FT VM in certain scenarios. The details and use cases were not uncovered yet!

FT Features:

  • 4vCPU VMs can be protected by FT
  • VMs with up to 64Gb of RAM
  • Up to 4 FT protected VMs per host
  • Hot configured FT possibility
  • Enhanced virtual disk format support
  • VADP support (can backup FT protected VMs now. Previously not possible)

The snapshot feature will however still remain. So no manual snapshots for VMs running FT.

All those limits are configurable (by admin) via Advanced settings, so override is possible. (but it does not mean that it shall be done…)

VMware vSphere 6 features - Fault tolerance

FT Storage – FT VMs will need to have a secondary storage! This is new as previously you could use the same storage (for primary and secondary VMs). It's a hard requirement.

VMware vSphere 6 features - Fault tolerance

The details are resumed in this screen:

VMware vSphere 6 New features - Fault tolerance

The first resource which will get exhausted by configuring VMs, it will be the network bandwidth. Concerning an overhead. Yes, there is an overhead. (more latency…). The best way is to try and see how it goes in your environment. If a protected VM runs out of bandwidth (or the storage is slower for one of the VMs) then the VM will slow down the protected VM so the secondary VM can keep up….

The recommendation is a 10Gb Nic dedicated for FT.

I still remember my VMworld session which details the vCPU FT in vSphere. In fact, the demo I've seen showed 16 vCPU VM being protected by Fault Tolerance. It works but with some price to pay – quite big overhead. The technology which was always present in FT (vLockstep) has evolved as well and has been replaced by another technology called fast-checkpointing.

Fault Tolerance, as you probably know provides continuous availability. It offers zero downtime, zero data loss, there is no temporary TCP disconnections. FT is completely transparent to guest OS, which doesn't know that is actually mirrored and that there is another (shadow) VM following in vlockstep few milliseconds behind what’s happening in the protected VM.

FT protects VM, which survive server failures. FT requiring absolutely no configuration of the Guest OS or the in-guest software. (Right click VM > FT > Turn ON FT…)

Today's limit of single vCPU for VMs protected by FT will be lifted when vSphere 6.0 will become available.

Use cases:

  • Protection for high performance, multi-vCPU VMs

It should satisfy 90% of the current workloads, which is a lot as a current limitation on single vCPU turns off many customers which have their VMs designed to support more demanding workflows than that. New, a more scalable technology which uses fast check-pointing to keep primary and secondary VM  in sync will. Stay tuned for further details…

High Availability Enhancements

vSphere HA in vSphere 6 got enhanced as well and introduces the component protection. It detects for example that the underlying storage has problems, so it restarts the VM on another host where it finds suitable storage. It detects All path down (APD), and Permanent device lost (PDL) situations.

VMware vSphere 6 Features - HA enhancements

It will be an automated response to APD or PDL situations.

vSphere Client Management

some features in the hardware versions 10 and 11 are read only… see the table below….

vSphere 6 details - vcenter server clients

vSphere 6 Network I/O control version 3

NIOC  v3 brings new enhancements. If you'll need to upgrade an existing environment (from v2) you'll first have to upgrade vDS to v3 and then you'll have v3 of NIOC. It's possible to reserve bandwidth and guarantee SLAs.

It's applied at the distributed port group level or at the vNic level and enables bandwidth to be guaranteed at the virtual nic interface on a VM. (there is a reservation set on the vNIC in the VM). The usual use case would be for service providers wanting to guarantee network bandwidth between multiple tenants.

VMware vSphere 6 features - Network I/O control version 3

Check the vSphere 6 page for further details, How-to, videos, and news…

More of vSphere 6.0:

  • vSphere 6 Page
  • vSphere 6 Features – New Config Maximums, Long Distance vMotion and FT for 4vCPUs – (this post)
  • vSphere 6 Features – vCenter Server 6 Details, (VCSA and Windows)
  • vSphere 6 Features – vSphere Client (FAT and Web Client)
  • vSphere 6 Features – VSAN 6.0 Technical Details
  • ESXi 6.0 Security and Password Complexity Changes
  • How to install VMware VCSA
  • vSphere 6 Features – Mark or Tag local disk as SSD disk

Source: VMware

Shares
5/5 - (1 vote)

| Filed Under: Server Virtualization Tagged With: vsphere 6 configuration maximums, vSphere 6 Fault tolerance, vsphere 6 long distance vmotion

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Thilan Siriwardena says

    February 3, 2015 at 1:31 am

    Just noticed it should be 2048 VM’s per host.
    Great work!
    Thanks

    • Vladan SEGET says

      February 3, 2015 at 5:57 am

      Typo… Updated the post. Thanks…-:)

  2. John Kullman says

    February 3, 2015 at 8:06 pm

    Wow, I didn’t catch the “cross vswitch vmotion” idea until I read your article. Thanks!

  3. Alex says

    February 3, 2015 at 8:36 pm

    That’s a lot of great updates in one release. FT on vSphere 6 looks great. I’m glad we can finally use more than a single vCPU.

  4. Dennis Parslow says

    February 3, 2015 at 9:19 pm

    The long distance VM migration is great! It also looks like Fault Tolerance is becoming useful (1 vCPU was too small, but 4 is enough to provide a nice server).

  5. Greg schmidt says

    February 3, 2015 at 10:00 pm

    very enriching

  6. Mike Medrano says

    February 3, 2015 at 11:23 pm

    Like the term “emblematic”… 🙂

    If I may add, I’d say it’s more of “Magical”!
    Nice blog!

    ~ Mike

  7. Yuri Mendoza says

    February 4, 2015 at 12:53 am

    Thanks Pal for making this breakdown of all this great features that vSphere 6 offers. Really want to try the vMotion for our DR solutions. King Regards

  8. Marc Crawford says

    February 4, 2015 at 3:35 am

    Thanks for taking the time to write.

  9. Amit Gumber says

    February 4, 2015 at 12:12 pm

    Very Good Resource

  10. David Cain says

    February 4, 2015 at 12:33 pm

    Great article, so much to look forward to! I really want a look at long distance vMotion and multi CPU FT.

    Thanks!

  11. Zsolt Pamuki says

    February 4, 2015 at 2:40 pm

    Thanks for this article. Can’t wait to try the new vmotion features.

  12. ScoZel says

    February 4, 2015 at 3:29 pm

    Nice consolidated write-up of the new features and capabilities! I do agree that the vMotion enhancements is a game changer!

  13. Christian Schenkewitz says

    February 4, 2015 at 7:51 pm

    Nice article and can’t wait to test the new SMP-FT with up to 4 vCPU. How many SMP-FT VMs with 4 vCPU per host are possible?

  14. Cris Rodriguez says

    February 4, 2015 at 7:20 pm

    Great feature/enhancement break down.

  15. Paulo Reis says

    February 4, 2015 at 8:47 pm

    Very good improvements.
    I do not use FT because it have only one processos in version 5.5 and many virtual machines has 4 processors.

    Now I will be able to setup FT in many vm´s.

  16. Nicholas Korte says

    February 4, 2015 at 8:51 pm

    It is great to see the much needed update to FT. I wonder if there are any plans to include VUM into the web client anytime soon.

    Thanks for the great post.

  17. Ben Liebowitz says

    February 4, 2015 at 10:32 pm

    Thanks for this article. My company is looking into a split cluster in two different data centers and your section on Long Distance vMotion really helped us out as we were planning based on 10ms latency!

  18. Wojciech Marusiak says

    February 4, 2015 at 10:34 pm

    Great article Vladan – I really love what VMware did with long distane vmotion.

  19. Mohamed Ibrahem says

    February 5, 2015 at 1:25 am

    Good article, thank you

  20. Benny says

    February 5, 2015 at 1:47 am

    vmotion across vcenter, will the VM mac address change?

    • Vladan SEGET says

      February 5, 2015 at 5:00 pm

      VM UUID is maintained as well as MAC address of virtual NIC.

  21. Scott Clark says

    February 6, 2015 at 5:57 am

    Can’t wait to play with VVOLS!

  22. Raffaello says

    February 6, 2015 at 10:18 am

    I think that vMotion is the real revolution of all this new version… Above all the other: it permits to live in a virtual world, no more distances.

  23. Looneyduk says

    February 6, 2015 at 5:57 pm

    Great summary of the new release. I am looking forward to putting some of these features into my next project build out.

  24. Andres Rojas says

    February 6, 2015 at 7:53 pm

    Great info, you have summ up all the key elements Thx !!!

  25. Syed Fayyaz Hussain Rizvi says

    February 9, 2015 at 6:05 am

    Great piece of information.
    Beautifully summarized the key features of the new release.
    Thank you

  26. Alessandro says

    February 12, 2015 at 3:05 pm

    Good news in VMware 6.0, i hope that my hardware support the upgrade 🙂

  27. Rahim says

    February 13, 2015 at 11:57 am

    Great not!! can wait to play with!!

  28. Geoff Neish says

    February 13, 2015 at 4:30 pm

    So many new features to learn, Thanks for the great post.

  29. Rahim says

    February 14, 2015 at 6:55 am

    Nice article..

  30. vervoort jurgen says

    February 15, 2015 at 4:52 pm

    nice overview of the new features. looking forward to the new version

  31. Zsolt Pamuki says

    February 17, 2015 at 2:06 pm

    Thanks again.

  32. Andres Rojas says

    February 19, 2015 at 5:05 pm

    Awesome post, lots of info on the new features and improvements!

  33. Kuci says

    February 24, 2015 at 3:31 pm

    Nice and interesting article..

  34. Mohammed Sadiq says

    March 1, 2015 at 4:43 pm

    So Many new features which were not present in 5.5 .Thanks for the article .

  35. Ravi Venkatasubbaiah says

    March 5, 2015 at 1:06 am

    Detailed explanation of some of the new features, great work!!

  36. Patricio Gavilanes says

    April 2, 2015 at 1:13 am

    In that edition of vSphere allows to assign 128 vCPU by VM, only Enterprise Plus?

  37. FloridaWatcher says

    April 2, 2015 at 3:19 am

    The article states Layer 3 is required for Long distance vMotion.
    I believe Layer 3 is not required by vMotion since Layer 2 works perfectly well.
    It would seem that vMotion now includes Layer 3 support so Layer 3 network boundaries are no longer a problem.

    • Vladan SEGET says

      April 2, 2015 at 3:58 pm

      I’m have the same conclusions as you. Haven’t tested just yet. Thanks for the comment.

  38. Shawn says

    June 5, 2015 at 6:22 am

    is the 250 Mbps network bandwidth per vMotion operation a hard limit, or could I still try this feature out on a slower connection?

  39. Francisco Amadi says

    August 31, 2015 at 7:47 pm

    Thanks a lot, welcome to the new FT w/ 4 vCPU!!! ( ok, 10 Gbps network needed… but it worths! )

  40. ashokanj says

    September 23, 2015 at 12:07 am

    What is the use of FT when using 4CPU’s ?

    Article explain things clearly thanks

  41. Javier Cardaba says

    March 1, 2016 at 2:08 pm

    Thank for sharing

  42. Godeckk says

    August 24, 2016 at 1:09 pm

    I think there is a error in: 2048 VMs per host (vSphere 5.x it was 512 VMs).
    It’s not 2048 VMs per host but 1024

  43. Jason Bailey says

    October 21, 2016 at 2:42 am

    Hi Vladan,

    Great read, thank you for putting this together. I just wanted to possibly point out a typo in the RTT number for vSphere 6.0. This VMware KB says the RTT is 150 ms. https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2106949

    Let me know if I’m incorrect, just wanted to mention it.

    • JP says

      January 23, 2017 at 3:23 am

      What is the actual RTT max value, is it 100ms or 150ms

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in