Tag: vSphere 6.5

vSphere C# Client officially gone in vSphere 6.5 but what are the HTML5 client limitations

vsphere-client-tombstone-cropEarlier this year I wrote about the end of life for our beloved vSphere C# thick client. Now that vSphere 6.5 is here VMware delivered on their promise to eliminate the C# client in vSphere 6.5 in lieu of the new HTML5 client that they have been working on to replace the current flash-based vSphere web client that everybody hates on. The new HTML5 web based client is much faster then the old flash client and is a great improvement but the only problem is that its only half done and has a lot of limitations right now. From the vSphere 6.5 release notes:

As of vSphere 6.5, VMware is discontinuing the installable desktop vSphere Client, one of the clients provided in vSphere 6.0 and earlier. vSphere 6.5 does not support this client and it is not included in the product download. vSphere 6.5 introduces the new HTML5-based vSphere Client, which ships with vCenter Server alongside the vSphere Web Client. Not all functionality in the vSphere Web Client has been implemented for the vSphere Client in the vSphere 6.5 release.

So in vSphere 6.5 you pretty much have two options for managing your vSphere environment: use the older, flash based web client that is fully functional, or use the new HTML5 web client which performs much better but is not full functional so you have to keep switching back to the flash based web client. Not really an ideal situation and hopefully VMware kicks it into high gear with the HTML5 client development so you can use it without limitations.

This link to VMware’s documentation provides a pretty long list of over 200 unsupported functionality actions in the HTML5 client. Note that now that the vSphere C# Client is officially dead they are referring to the HTML5 client as the vSphere Client going forward. The new vSphere Client is built into the vSphere 6.5 vCenter Server Appliance, you can get the latest HTML5 client builds at the VMware Fling page as it is also delivered independently of vSphere and works with vSphere 6.0 & 6.5.

Share This:

Automatic space reclamation (UNMAP) is back in vSphere 6.5

cdd5e4858eac95d440512d9ea2f747a2A long time ago in a vSphere version far, far away VMware introduced support for automatic space reclamation which allowed vSphere to send UNMAP commands to a storage array so space from deleted or moved VMs could be un-allocated (reclaimed) on the storage array. This was a welcome feature as block storage arrays have no visibility inside a VMFS volume so when any data is deleted by vSphere the array is unaware of it and it remains allocated on the array. UNMAP was supposed to fix that so when data was deleted vSphere would send a string of UNMAP commands to the array telling it exactly which disk blocks it could have back. Doing this allowed thin provisioned storage arrays to maintain a much smaller capacity footprint.

Shortly after this feature was introduced in vSphere 5.0 which was released back in 2012 problems started surfacing. As the UNMAP operation was real-time (synchronous) vSphere would have to wait back for a response from the array that the operation was complete. In many scenario’s this wasn’t a problem, but some arrays apparently had problems completing the operation in a timely manner which would cause timeouts and disk errors in vSphere. As a result VMware quickly issued a KB article recommending to disable UNMAP support and in vSphere 5.0 Update 1 they completely disabled it.

What VMware did next was introduce a manual reclamation method by modifying the vmkfstools CLI command and adding a parameter to it that allowed UNMAP to run on an array as a manual operation. While this worked it took quite a while to execute and was very resource intensive on the array. The reason for that is all the manual operation was doing was creating a balloon file using un-used space on a VMFS volume and then sending UNMAP commands to the array to reclaim it all. The end result was that instead of reclaiming just the blocks from deleted VMs it tried to reclaim all the remaining free space on the VMFS volume which was terribly inefficient. You can read all about how this all worked in this post I did back then.

So since that time VMware has never figured out a way to make it work again until now. In vSphere 6.5 they have again made in an automatic operation but not in the same way as before. What they did was kind of a compromise, instead of trying to do it all as a synchronous operation they are now scheduling it and sending UNMAP commands in bursts to the storage array in an asynchronous manner. So it is truly an automatic process now but it operates in the background and how fast it works is based on priority levels that can be set on individual VMFS datastores.

Now this only works in vSphere 6.5 and only on VMFS6 datastores, VMFS5 datastores must still use the manual method using the esxcli command to reclaim space with the balloon file method. When you create a VMFS6 datastore the default priority will be set to Low which sends UNMAP commands at a less frequent rate to the storage array. In the vSphere Web Client you will only see the option to change this to either None or Low with None disabling UNMAP completely. However using the esxcli command (esxcli storage vmfs reclaim config) you can also change this setting to Medium or High which increases the frequency in which UNMAP commands are sent by 2x (Medium) and 3x (High) over the Low setting.

Now why did VMware not allow you to choose Medium or High from the Web Client? There is a good reason for that, they hid those options for your own good. UNMAP is still a resource intensive operation, when you do an UNMAP operation you are literally telling the array to un-allocate millions or billions of disk blocks. When you get more aggressive with UNMAP commands it will start putting a heavier load on the storage array which can seriously impact your VM workloads as the array tries to handle everything at once. Having this set to Low is a good compromise as you get your disk space back automatically but with minimal impact to your VM workloads. If you do happen to set it to Medium or High via esxcli it will still show those settings in the Web Client, you just can’t select them there.

So welcome back UNMAP, we missed you and are glad to have you back. Of course if you are using VVols you don’t have to worry about UNMAP at all as the array has VM-level visibility and knows when VMs are deleted and can reclaim space on it’s own without vSphere telling it to.

Share This:

vSphere 6.5 Link-O-Rama

v65-linkorama-cropYour complete guide to all the essential vSphere 6.5 links from all over the VMware universe. Bookmark this page and keep checking back as it will continue to grow as new links are added everyday. Also be sure and check out the Planet vSphere-land feed for all the latest blog posts from the Top 100 vBloggers.

Top 10 things you must read about vSphere 6.5 (vSphere-land)

Introducing vSphere 6.5 (VMware vSphere Blog)
vSphere 6.5 Product Walkthroughs (VMware)
What’s New with vSphere 6.5 Hands-on Lab (VMware HoL)
VMware Announces General Availability of vSphere 6.5 (VMware vSphere Blog)
VMware Advances Cross-Cloud Architecture with New Releases of vSphere, Virtual SAN and vRealize Solutions to Drive IT and Developer Productivity (VMware News Release)
VMware vSphere and vSphere with Operations Management (VMware Datasheet)

VMware What’s New Links

What’s New in VMware vSphere 6.5 (VMware Tech Paper)
What’s New in vSphere 6.5: Core Storage (VMware Storage Hub)
What’s New in vSphere 6.5: vCenter Server (VMware vSphere Blog)
What’s New in vSphere 6.5: Security (VMware vSphere Blog)
What’s New in vSphere 6.5: Host & Resource Management and Operations (VMware vSphere Blog)
What’s New in vSphere 6.5: vSphere Integrated Containers (VMware vSphere Blog)
What’s New with VMware Virtual SAN 6.5 (VMware Virtual Blocks)
Whats New in Virtual Volumes 2.0 (VMware Virtual Blocks)
What’s New in SRM 6.5 (VMware Virtual Blocks)

Video Links

Technical 301 – What’s New in vSphere 6 5 Overview (Part 1 of 3) (The Virtually Connected YouTube)
Technical 301 – What’s New in vSphere 6 5 Overview (Part 2 of 3) (The Virtually Connected YouTube)
Technical 301 – What’s New in vSphere 6 5 Overview (Part 3 of 3) (The Virtually Connected YouTube)
Sales 101 – What’s New in vSphere 6.5 Overview (The Virtually Connected YouTube)
VMware vSphere 6.5 What’s New? (The vFanatic YouTube)
VMworld 2016 Barcelona vSphere 6.5 chat (Top IT Videos)
VMware’s Yanbing Li on Virtual SAN 6.5 (VMware)
Predictive DRS Walk Through (VMware)
vSphere 6.5 Technical Overview Q4 2016 (VMware Partner TV)
vSphere 6.5 Sales Overview Q4 2016 (VMware Partner TV)
Virtual SAN 6.5 Technical Overview Q4 2016 (VMware Partner TV)
Virtual SAN 6.5 Sales Overview Q4 2016 (VMware Partner TV)

Availability (HA/DRS/FT) Links

vSphere 6.5 – What’s new with vSphere 6.5 DRS (Enterprise Daddy)
VMware vSphere 6.5 – HA and DRS Improvements (ESX Virtualization)
VMware vSphere 6.5 Fault Tolerance (FT) Improvements (ESX Virtualization)
High Availability and Redundancy Features in vSphere 6.5 (Server Central)
vSphere 6.5: HA & DRS improvements. Part I (StarWind blog)
vSphere 6.5: HA & DRS improvements. Part 2 (StarWind blog)
vBrownBag Follow-Up What’s New in vSphere 6.5 Availability & Resource Features w @mattdmeyer (vBrownBag)
VMware vSphere 6.5 – HA and DRS Improvements (Victor Virtualization)
vSpeaking Podcast Episode 30: vSphere 6.5 HA and DRS (VMware Virtually Speaking Podcast)
DRS got even smarter with Predictive DRS (VMguru)
Testing vSphere 6.5 DRS – CPU Over Commitment Ratio (vMusketeers)
vSphere 6.5 -What’s New with vSphere 6.5 HA & DRS (VMware Arena)
vSphere 6.5 – What’s is in VMware vSphere 6.5 Fault Tolerance? (VMware Arena)
vSphere 6.5 High Availability New Features – Proactive HA (VMware Arena)
What’s New in vSphere 6.5: Host & Resource Management and Operations (VMware vSphere Blog)
vSphere 6.5: vSphere HA What’s New – Part 1 – UI (vTagion)
vSphere 6.5: vSphere HA What’s New – Part 2 – Admission Control (vTagion)
vSphere 6.5: vSphere HA What’s New – Part 3 – Orchestrated Restart (vTagion)
vSphere 6.5: vSphere HA What’s New – Part 4 – VM Restart Priorities (vTagion)
vSphere 6.5: DRS what’s new – Part 1 (vTagion)
vSphere 6.5: DRS what’s new – Part 2 – Predictive DRS (vTagion)
vSphere 6.5: DRS what’s new – Part 3 – Proactive HA (vTagion)
vSphere 6.5 Encrypted vMotions are Here (vTagion)
vSphere 6.5: Faster Maintenance Mode and Evacuation Updates (vTagion)
Big Improvements to vSphere HA and DRS in 6.5 Release (Wahl Network)
vSphere 6.5 what’s new – DRS (Yellow Bricks)
vSphere 6.5 what’s new – HA (Yellow Bricks)

Documentation Links

vSphere 6.5 Documentation Page (VMware)
vSphere 6.5 Release Notes (VMware)
What’s New in vSphere 6.5 (VMware)
Configuration Maximums for VMware vSphere 6.5 (VMware)

Download Links

Download vSphere 6.5 Page (VMware)

ESXi Links

VMware vSphere 6.5 and New Image Builder GUI – Cloning a profile (ESX Virtualization)
How to create a nested ESXi 6.5 Template (ESX Virtualization)
Decoupling of Cores per Socket from Virtual NUMA Topology in vSphere 6.5 (Frank Denneman)
VMware vSphere 6.5 Nested Virtualization – Create and Install ESXi 6.5 (Jermal M Smith)
VMware ESXi 6.5 runs well on Xeon D Supermicro ServerServers, here’s what you need to know (TinkerTry)
Image Builder in VMware vSphere 6.5 (Victor Virtualization)
Image Builder in VMware vSphere 6.5 – Cloning a Image Profile (Victor Virtualization)
Homelab – Will ESXi 6.5 run on Intel NUC? (Virten.net)
VMware vSphere 6.5 introduces Broadwell EVC Mode (Virten.net)
Nested ESXi Enhancements in vSphere 6.5 (Virtually Ghetto)
Virtual NVMe and Nested ESXi 6.5? (Virtually Ghetto)
Virtual Hardware Plug-N-Play improvements in vSphere 6.5 (Virtually Ghetto)
Getting Started with the New Image Builder GUI in vSphere 6.5 (VMware vSphere blog)
Quickly See the Major Enhancements to Host Profiles in vSphere 6.5 (VMware vSphere blog)
VMware vSphere 6.5 Host Profiles Enhancements (VMware vSphere YoutTube)
VMware vSphere 6.5 Auto Deploy Discovered Hosts Workflow Demo (VMware vSphere YoutTube)
What’s new in the vSphere 6.5 Host Profiles (VMware Tech Pubs YouTube)
What’s new in vSphere 6.5 Auto Deploy (VMware Tech Pubs YouTube)

General Links

Quick Summary of What’s New in vSphere 6.5 (vSphere-land)
Configuration Maximum changes from vSphere 6.0 to vSphere 6.5 (vSphere-land)

What’s New in vSphere 6.5 (Ather Beg’s Useful Thoughts)
Product Review: VMware vSphere 6.5 Offers Solid Performance (CDW Solutions Blog)
VMworld EMEA Announcements : vSphere 6.5 (CloudFix)
What’s new in vSphere 6.5 (Come Le Feci)
vSphere Integrated Containers is GA (Cormac Hogan)
VMware vSphere 6.5 breaks your SQL Server vNUMA settings (David Klee)
vSphere 6.5 Configuration Maximums – Compare to Earlier Versions- Part 1 (Davoud Teimouri)
vSphere 6.5 Configuration Maximums – Compare to Earlier Versions- Part 2 (Davoud Teimouri)
What’s new in vSphere 6.5? (Enterprise Daddy)
VMware vSphere 6.5 Announced !! (ESX Virtualization)
VMware vSphere 6.5 Released – Start Your Download Engines (ESX Virtualization)
What’s New in VMware vSphere 6.5 (GeekFluent)
vSphere 6.5 announced so what is coming?  (iGICS)
What’s New in vSphere 6.5 (Ivobeerens)
What’s New with VMware vSphere 6.5? (Koenig Solutions)
vSphere 6.5 is finally GA (Mind The Virtualization)
5 Things You (and Your Clients) Need to Know about vSphere 6.5 (MSPmentor)
VMware vSphere 6.5 announced (NoLabNoParty)
10 things you need to know about VMware vSphere 6.5 (TechGenix)
VMware vSphere 6.5 announced today, here’s how to download it fast, once it becomes available in Q4 2016 (TinkerTry)
What is new in VMware vSphere 6.5 and VSAN 6.5 (UP2V)
General Availability of vSphere 6.5 including Predictive DRS (UP2V)
Introducing VMWare vSphere 6.5 (vCloud Tech Blog)
Microsoft Hyper-V 2016 vs. VMware vSphere 6.5 (vInfrastructure Blog)
My top 5 features of VMware vSphere 6.5 (Virtual Thoughts)
VMware vSphere 6.5 new features (Virtualization HowTo)
vSphere 6.5 – Whats in it for Service Providers Part 1 (Virtualization Is Life)
vSphere 6.5 First Look (Virtualization Review)
vSphere 6.5: A Real-World Review (Virtualization Review)
VMware vSphere 6.5 – Is it all it’s cracked up to be? (Virtually Inclined)
#VMworld Europe 2016: New Products and Product updates (including vSphere 6.5 / vSAN 6.5) (vLenzker)
VMworld 2016 – What’s New in vSphere 6.5 (VMguru)
VMware unveil vSphere 6.5 to kick off VMworld 2016 (vMustard)
What’s New with VMware vSphere 6.5? (VMware Arena)
What’s New in Version 6.5? (VMware Guruz)
vSphere 6.5 an Introduction (VMware Velocity)
Looking Back at VMworld 2016 Europe! (VMware Virtual Blocks blog)
vSphere 6.5 – Everything You Need To Know (vTagion)
What’s New: vSphere 6.5 (vWannabe)

Installing & Upgrading Links

Upgrading to vSphere PSC 6.5 using the Windows installer (Altaro)
vSphere Upgrade Saga: 6.5 — Not Yet, But … (AstroArch Consulting)
Migrate Windows vCenter Server 6.0 to vCenter Server appliance 6.5 (Cloud Inspiration)
Upgrading from vSphere 6.0u2 to vSphere 6.5a (doOdzZZ’s Notes)
How to upgrade ESXi 6.0 to ESXi 6.5 using Offline Bundle (Enterprise Daddy)
Upgrade ESXi 6.0 to ESXi 6.5 using VMware Update Manager (Enterprise Daddy)
How to upgrade ESXi 6.0 to ESXi 6.5 via Offline Bundle (ESX Virtualization)
How to Upgrade ESXi 6.0 to 6.5 via CLI [On Line] (ESX Virtualization)
How to Install VCSA 6.5 in VMware Workstation [LAB] (ESX Virtualization)
How to create a USB media with ESXi 6.5 Installation (ESX Virtualization)
How to deploy VMware VCSA 6.5 (VMware vCenter Server Appliance) (ESX Virtualization)
Upgrading vSphere from 6.0 to 6.5 (Jonathan Neilly)
Installing VMware vCenter Server Appliance 6.5 (Mike Tabor)
VMware VCSA 6.5 deployment – pt.1 (NoLabNoParty)
VMware VCSA 6.5 configuration – pt.2 (NoLabNoParty)
VMware VCSA 6.0 to 6.5 upgrade: deploy VCSA – pt.1 (NoLabNoParty)
VMware VCSA 6.0 to 6.5 upgrade: data copy – pt.2 (NoLabNoParty)
My vSphere 6.5 Upgrade Checklist – painful (Notes from MWhite)
VMware – vSphere Basics – vCenter 6.5 Upgrade Scenarios (Penguin Punk)
A no-fuss guide to an ESXi 6.5 upgrade (SearchVMware)
VMware vSphere 6.5 – What to be aware of before upgrade? (StarWind Software blog)
Install VMware ESXi 6.5 on Intel NUC (Part 1/2) (T.B.D.)
Install VMware ESXi 6.5 on Intel NUC (Part 2/2) (T.B.D.)
HOWTO: Deploy a vSphere 6.5 External Platform Services Controller (VCSA) (TheCloudxpert)
vSphere ESXi 6.0 to ESXi 6.5 Manual (ISO) Upgrade (The vFanatic YouTube)
VMware vCenter Server Appliance 6.5 – Install and Configure (The Virtualist)
How to easily update your VMware Hypervisor to ESXi 6.5 (TinkerTry)
How to easily update your VMware vCenter Server Appliance to VCSA 6.5 (coming soon) (TinkerTry)
VMware vSphere vCenter Server 6.5 Appliance Installation & Configuration (VCDX56)
Upgrade ESXi 6.0 to 6.5 via VMware Update Manager (Victor Virtualization)
Upgrade vSphere 6.0 to 6.5 by Offline Bundle (Victor Virtualization)
Learning vSphere 6.5-Part-1-Installing and Configuring Esxi (Virtual Reality)
Learning vSphere 6.5-Part-2-VCSA Overview (Virtual Reality)
Learning vSphere 6.5-Part-3-vCenter Server and PSC Deployment Types (Virtual Reality)
Learning vSphere 6.5-Part-4-System Requirements for Installing vCenter Server (Virtual Reality)
Learning vSphere 6.5-Part-5-Installing vCenter Server on Windows (Virtual Reality)
How To Update an ESXi Host to ESXi 6.5 Using the Command Line (Virtualization Review)
Migrating to vCenter Server Appliance 6.5 (Virtualization Review)
VMware vCenter Server Appliance 6.5: Installation & Configuration (VirtualAspirations)
vSphere 6.5: Installing vCenter Appliance 6.5 (virtuallyPeculiar)
vSphere 6.5: Installing vCenter Server Appliance Via Command Line (virtuallyPeculiar)
External Platform Service Controller and vCenter 6.5 Upgrade (vJenner)
Upgrading ESXi Using vSphere Update Manager 6.5 on the vCenter Server Appliance (vMiss)
vSphere 6.5 Component Behavior Changes that Affect Upgrade (VMware)
Updating my lab to vSphere 6.5 – part 1 (vPentathlon)
Updating my lab to vSphere 6.5 – part 2 (vPentathlon)
Learning vSphere 6.5-Part-1-Installing and Configuring Esxi (vStellar)
Learning vSphere 6.5-Part-2-VCSA Overview (vStellar)
Learning vSphere 6.5-Part-3-vCenter Server and PSC Deployment Types (vStellar)
Learning vSphere 6.5-Part-4-System Requirements for Installing vCenter Server (vStellar)
Learning vSphere 6.5-Part-5-Installing vCenter Server on Windows (vStellar)
Learning vSphere 6.5-Part-6-Deploying vCSA with embedded PSC (vStellar)
Learning vSphere 6.5-Part-7-Deploying External PSC for vCSA (vStellar)
Learning vSphere 6.5-Part-8-Understanding vCenter Server High Availability (VCHA) (vStellar)
Learning vSphere 6.5-Part-9-Configuring vCenter Server High Availability (VCHA) (vStellar)
Learning vSphere 6.5-Part-10-VCHA failover testing (vStellar)

Knowledgebase Articles Links

Update sequence for vSphere 6.5 and its compatible VMware products (2147289)
Supported and deprecated topologies for VMware vSphere 6.5 (2147672)
Important information before upgrading to vSphere 6.5 (2147548)
Upgrading to vCenter Server 6.5 Best Practices (2147686)
Estimating the time for migration of vCenter Server 5.5 or 6.0 to vCenter Server Appliance 6.5 (2147711)
ESXi 6.5 I/O driver information: certified 5.5 and 6.0 I/O drivers are compatible with vSphere 6.5 (2147697)
Enabling and Disabling Native Drivers in ESXi 6.5 (2147565)
Configuring Platform Service Controller HA in vSphere 6.5 (2147018)
Configuring Windows PSC for High Availability in vSphere 6.5 (2147527)
Configuring PSC Appliance for High Availability in vSphere 6.5 (2147384)
Configuring certificates for PSC for High Availability in vSphere 6.5 (2147627)
How to manually add a second NIC to the vCenter Server Appliance 6.5 for VCHA (2147155)
Supported vCenter Server High Availability Options (1024051)
vCenter Single Sign-On and Platform Services Controller High Availability Compatibility Matrix (2112736)
Stopping / Starting / Restarting Services in vCenter Server Appliance 6.5 (2147152)

Licensing Links

vSphere 6.5 – New License Import from My VMware (David Stamen)
Can you upgrade to vSphere 6.5 when using a vSphere Enterprise license? (Viktorious.nl)
VMware vSAN 6.5 Licensing Guide (VMware white paper)

Networking Links

 

News/Analyst Links

VMware VSAN 6.5 supports containers and physical servers via iSCSI (Computer Weekly)
VMware Upgrades vSphere, VSAN To Prep For Improved Multi-cloud Operations (CRN)
VMware Ushers in Large Number of Product Updates (eWeek)
VMware embraces containers with latest vSphere, Virtual SAN updates (Network World)
VMware Announces VSAN 6.5 & Other Solutions (Storage Review)
What’s new in VMware vSphere 6.5 and vCenter 6.5 (Tech Informant)
VMware hyper-convergence takes small steps with VSAN 6.5 (Tech Target)
Array-based replication highlights VVOLs 2.0 release (Tech Target)
VMware aims to deliver quality and value in vSphere 6.5 (Tech Target)
VMware vSphere 6.5 puts emphasis on security, applications (Tech Target)
VMware makes welcome changes in vSphere 6.5 (Tech Target)
VMware vCenter Server 6.5 improves uptime for High Availability (Tech Target)
Automated Space Reclamation gives storage a boost in vSphere 6.5 (Tech Target)
VM Encryption enhances security in VMware vSphere 6.5 (Tech Target)
VMware FT features new engine, better latency in vSphere 6.5 (Tech Target)
VMware Expands ‘Cross-Cloud’ Hybrid Strategy With vSphere 6.5 Update (Tech Week Europe)
VMware waves white flag: vSphere, vRealize, VSAN dock with Docker (The Register)
vSphere 6.5 goes GA, gains surprise powers to predict the future (The Register)
VMware vSphere 6.5: What You Need to Know (Tom’s IT Pro)
VMware Announces New Releases of vSphere, Virtual SAN and vRealize Solutions (VMblog)

Performance Links

DRS Performance VMware vSphere 6.5 (VMware Tech Paper)
VMware vSphere Virtual Machine Encryption Performance VMware vSphere 6.5 (VMware Tech Paper)
VMware vSphere Update Manager Performance and Best Practices VMware vSphere 6.5 (VMware Tech Paper)
VMware vSphere Encrypted vMotion Architecture, Performance and Best Practices (VMware Tech Paper)
vSphere 6.5 Encrypted vMotion Architecture and Performance (VMware VROOM! Blog)

Scripting/CLI/API Links

New PowerCLI cmdlets to support VVol replication in vSphere 6.5 (vSphere-land)
New vSphere 6.5 REST API and API Explorer (Cloud Maniac)
PowerCLI for VM Encryption (Mike Foley)
VMware vSphere vCenter Server 6.5 Appliance Deployment using CLI (VCDX56)
New ESXCLI Commands in vSphere 6.5 (Virten.net)
ESXi 6.5 – ESXCLI Command Mindmap (Virten.net)
Automating the build of your vSphere 6.5 home lab (Virtu-Al)
Exploring vSphere 6.5 API-Part 1: Datacenter & Cluster (Virtual Reality)
Exploring vSphere 6.5 API-Part 2: Virtual Machines (Virtual Reality)
Exploring vSphere 6.5 API-Part 3: Esxi Host (Virtual Reality)
vSphere 6.5 – CLI VCSA External Deployment Walkthrough (Virtual Tassie)
Super easy way of getting ESXi installation date in vSphere 6.5 (Virtually Ghetto)
Configure new automatic Space Reclamation (VMFS UNMAP) using vSphere 6.5 APIs (Virtually Ghetto)
New vSphere 6.5 APIs worth checking out (Virtually Ghetto)
Automating the installation of VUM Update Manager Download Service (UMDS) for Linux in vSphere 6.5 (Virtually Ghetto)
VCSA 6.5 CLI Installer now supports new ovftool argument pass-through feature (Virtually Ghetto)
VUM UMDS Docker Container for vSphere 6.5 (Virtually Ghetto)
What to Expect in PowerCLI 6.5? (VMware PowerCLI blog)
New Release: vSphere Command-Line Interface 6.5 (VMware vSphere blog)
Restarting vCenter Services in vSphere 6.5 (vTagion)
vSphere 6.5 PowerCLI Module for Encrypted vMotion Management (vTagion)
vSphere 6.5 – Automate VCSA Backup (vTagion)

Security Links

How will VM Encryption in vSphere 6.5 impact performance? (vSphere-land)
vSphere 6.5 – Secure VMs using vSphere 6.5 Security Features (Enterprise Daddy)
vSphere 6.5 Encryption – How to configure encryption for VMs (Enterprise Daddy)
VMware vSphere 6.5 – VM Encryption Details (ESX Virtualization)
How to backup / restore encrypted VMs in vSphere 6.5 (Notes From MWhite)
The Security Features in vSphere 6.5 (RJ Approves)
Set up VMware VM Encryption for hypervisor-level security (SearchVMware)
vSphere 6.5 Seeks to Solve the Virtual Machine Encryption Conundrum (ServerWatch)
Encryption of VMware vSphere 6.5 virtual machines and vMotion migrations. And their performance (StarWind Blog)
What’s New in vSphere 6.5 Security Video (vBrownBag)
VMware vSphere 6.5 Configure Encrypted VMs (Virtualization How To)
Quick Tip: Virtual Disk Encryption in vSphere 6.5 (Virtualization Review)
VM Encryption in VMware vSphere 6.5 (Virtualization The Future)
vSphere 6.5 – How VM’s are Secured using vSphere 6.5 Security Features? (VMware Arena)
What’s New in vSphere 6.5: Security (VMware vSphere Blog)
vSphere Virtual Machine Encryption Overview (VMware Tech Pubs YouTube)
Encrypting Virtual Machines and Disks (VMware Tech Pubs YouTube)
Virtual Machine Encryption Key Management Server Setup (VMware Tech Pubs YouTube)
vSpeaking Podcast Episode 29: vSphere 6.5 Security (VMware Virtually Speaking Podcast)
VMworld 2016 USA INF8856 vSphere Encryption Deep Dive Technology Preview (VMworld TV)
VMworld 2016 USA INF8850 vSphere Platform Security (VMworld TV)
The difference between VM Encryption in vSphere 6.5 and vSAN encryption (Yellow Bricks)

Storage Links

Automatic space reclamation (UNMAP) is back in vSphere 6.5 (vSphere-land)
A comparison of VMFS5 & VMFS6 in vSphere 6.5  (vSphere-land)

HPE 3PAR StoreServ Is Ready: VMware Announces vSphere 6.5 (Around the Storage Block)
What’s new in ESXi 6.5 Storage Part I: UNMAP (Cody Hosterman)
What’s New In ESXi 6.5 Storage Part II: Resignaturing (Cody Hosterman)
What’s new in ESXi 6.5 Storage Part III: Thin hot extend (Cody Hosterman)
What’s new in ESXi 6.5 Storage Part IV: In-Guest UNMAP CBT Support (Cody Hosterman)
What’s new in vSphere 6.5 Core Storage (Cormac Hogan)
Determining if an array supports automated unmap in vSphere 6.5 (Cormac Hogan)
vSphere 6.5 – UNMAP on VMAX (Drew Tonneson)
vSphere 6.5 – Automatic Space Reclamation (VMFS UNMAP) in VMFS 6 (Enterprise Daddy)
vSphere 6.5 – What’s new with Storage I/O Control (SIOC) (Enterprise Daddy)
VMware vSphere 6.5 Storage – VMFS 6 with automatic UNMAP to reclaim dead blocks (ESX Virtualization)
vSphere 6.5 UNMAP Improvements With DellEMC XtremIO (Itzikr’s Blog)
vSphere 6.5 – Storage IO Control (OpVizor)
USB Devices as VMFS Datastore in vSphere ESXi 6.5 (Virten.net)
Quick Look – vSphere 6.5 Storage Space Reclamation (Virtualization Is Life)
Episode 34: vSphere 6.5 Core Storage (Virtually Speaking Podcast)
vSphere 6.5: Virtual Disk / VMDK Hot-extend beyond or equal to 2TB is NOW supported (vLenzker)
What’s New in vSphere 6.5: Core Storage (VMware Storage Hub)
Space Reclamation with VMFS6 in vSphere 6.5 (VMware Tech Pubs YouTube)
Good News!!!! VMware vSphere 6.5 Now Supports 512e Drives (VMware Virtual Blocks)
vSphere 6.5: The NFS edition (Why Is the Internet Broken?)
vSphere 6.5 what’s new – VMFS 6 / Core Storage (Yellow Bricks)
vSphere 6.5 what’s new – Storage IO Control (Yellow Bricks)

vCenter Server Links

vCenter Server Appliance (VCSA) 6.5 What’s New Rundown (Emad Younis)
Deploy VCSA 6.5 on Workstation (Enterprise Daddy)
vSphere 6.5 – What all Management Interfaces do I have? (Enterprise Daddy)
vSphere 6.5 – vCenter High Availability (VCHA) Overview (Enterprise Daddy)
vSphere 6.5 – vCenter High Availability (VCHA) Deployment (Enterprise Daddy)
How to connect to embedded vCenter 6.5 Postgres database via pgAdmin (Enterprise Daddy)
vSphere 6.5 Auto Deploy on vCenter Server 6.5 (Enterprise Daddy)
vSphere 6.5 – vSphere Authentication Proxy Service (Enterprise Daddy)
Configure PSC HA in vSphere 6.5 – Part 1 – Configuring Certificates (Enterprise Daddy)
Configure PSC HA in vSphere 6.5 – Part 2 – Configuring Netscaler Load Balancer (Enterprise Daddy)
Configure PSC HA in vSphere 6.5 – Part 3 – Configuring PSC Appliances (Enterprise Daddy)
Join VCSA 6.5 to AD Domain (Enterprise Daddy)
Add Active Directory as Identity Source in VCSA 6.5 (Enterprise Daddy)
What are the different ways to patch VCSA 6.5? (Enterprise Daddy)
VMware vSphere 6.5 – VUM, AutoDeploy and Host Profiles (ESX Virtualization)
VMware vSphere 6.5 – Native vCenter High Availability (VCSA 6.5 only) (ESX Virtualization)
VMware VCSA 6.5 Active-Passive Setup With Simple Configuration (ESX Virtualization)
VMware VCSA 6.5 Active-Passive Setup – Advanced Configuration (ESX Virtualization)
VMware VCSA 6.5 Backup and Restore How-To (ESX Virtualization)
VMware vCSA 6.5 HA Failover Test – Video (ESX Virtualization)
vCenter 6.5: Dude, where’re my services? (Have You Tried Reinstalling?)
Use automated vSphere Update Manager for more controlled patching (SearchVMware)
vSphere 6.5 VCSA and Clients Announcements (The Saffa Geek)
VMware vCenter Converter Standalone 6.1.1 works with ESXi 6.5, virtualizing Windows PCs & VMs for free (TinkerTry)
vBrownBag Follow-Up What’s New in vSphere 6.5 – vSphere & vCenter Overview w Adam Eckerle @eck79 (vBrownBag)
vBrownBag Follow-Up What’s New in vSphere 6.5 – vCenter Server Appliance w Emad Younis @emad_younis (vBrownBag)
VMware vCenter 6.5 – Improvements (Victor Virtualization)
How VCSA rise the level of vCenter (vInfrastructure blog)
VMware vCenter Server Appliance 6.5 (vCSA) Enhancements (Virten.net)
How to Join the vCSA 6.5 to an Active Directory Domain (Virten.net)
How to add AD Authentication in vCenter 6.5 (Virten.net)
Homelab: Downsizing vCenter Server Appliance 6.5 (Virten.net)
vSphere 6.5 – VCSA Deployment Walkthroughs (Virtual Tassie)
Migration Assistant Limitations in vSphere 6.5 (Virtualization The Future)
vSphere 6.5 – External PSC Upgrade Issue (VirtualVCP)
How to run a Docker Container on the vCenter Server Appliance (VCSA) 6.5? (Virtually Ghetto)
How to deploy the vCenter Server Appliance (VCSA) 6.5 running on VMware Fusion & Workstation? (Virtually Ghetto)
Updates to VMDK partitions & disk resizing in VCSA 6.5 (Virtually Ghetto)
Will I get Photon OS when I upgrade my VCSA 5.5/6.0 to VCSA 6.5? (Virtually Ghetto)
VCSA alarm for VCDB space utilization in vSphere 6.5 (Virtually Ghetto)
vSphere 6.5: What is vCenter High Availability (virtuallyPeculiar)
vCenter 6.5: #SRM, #vSphere Replication, #NSX problems after SSL change (LS_Update_certs.py) (vLenzker)
It’s Here! vSphere Update Manager on the vCenter Server Appliance (vMiss)
What’s New in vSphere 6.5: vCenter Server (VMware vSphere Blog)
VMware vSphere Update Manager 6.5 is now embedded into the vCenter Server Appliance (VMware vSphere Blog)
VMware vSphere 6.5 Embedded Update Manager (VUM) Demo (VMware vSphere YouTube)
VCSA – The default choice. Always (vNinja)
VMware vCenter Server Appliance (VCSA) Now Running on PhotonOS (vTagion)
vSphere 6.5 – Deploy VCSA  (vTagion)
vSphere 6.5 – VCSA Backup (vTagion)
vSphere 6.5 – Restore VCSA from Backup (vTagion)
vSphere 6.5 – VCSA Appliance Monitoring and Management (vTagion)
A Look at VMware’s vCenter Server Appliance (VCSA) 6.5 Release (Wahl Network)

Virtual Volumes (VVols) Links

VVols 2.0 with array based replication support announced with vSphere 6.5 (vSphere-land)
vSphere 6.5 with VVols 2.0 does not yet support in-band bind (vSphere-land)
Which storage vendors support VVols 2.0 in vSphere 6.5? (vSphere-land)
HPE 3PAR StoreServ Introduces Support for VMware VVol Replication and iSCSI-based VVols (Around the Storage Block)
Viva Las VVOL’s (Tech Stringy)
vSphere Virtual Volumes Technical Overview (VMware Storage Hub)
Whats New in Virtual Volumes 2.0 (VMware Virtual Blocks)
3 Key Reasons Customers Move to Virtual Volumes (VMware Virtual Blocks)
Virtually Speaking Podcast Episode 32: VVols 2.0 (VMware Virtual Blocks)
vSphere 6.5 what’s new – VVols (Yellow Bricks)

vRealize OPs (vROPs) Links

vSphere 6.5 Operations Management Announcements (The Saffa Geek)

VSAN Links

What’s New with VSAN 6.5 (vSphere-land)
VMworld EMEA Announcements : VSAN 6.5 (CloudFix)
What’s new in Virtual SAN 6.5 (Cormac Hogan)
VMware VSAN 6.5 – What’s New? (ESX Virtualization)
What’s new in VMware Virtual SAN (VSAN) 6.5 (I Wish I could be a VM)
What’s new in VSA 6.5 (vInfrastructure blog)
VMware vSAN 6.5 & iSCSI Targets (VirtualG)
VMware Virtual SAN 6.5 Quick Look (Virtualization Review)
vSAN 6.5: A Real-World Review (Virtualization Review)
vSAN 2 Node with Direct Connect (VMware Virtual Blocks)
What’s New with VMware Virtual SAN 6.5 (VMware Virtual Blocks)
Talking vSAN 6.5 with the Pros – Join us for a #vSANchat on 12/15! (VMware Virtual Blocks)
What is new for Virtual SAN 6.5? (Yellow Bricks)

vSphere Web Client Links

vSphere C# Client officially gone in vSphere 6.5 but what are the HTML5 client limitations (vSphere-land)
VMware vSphere 6.5 – HTML5 Web Client and More (ESX Virtualization)
VMware vSphere 6.5 “The Respective Client’s”  (Let’s Virtualize)
In VMware vSphere 6.5, missing functions in speedy HTML5 Web UI leaves us saddled with vSphere Web Client (Flash), C# Client still connects to hosts, but not to vSphere (TinkerTry)
New vSphere ESXi 6.5 HTML based Host Client vs vSphere (Fat) Client (The vFanatic YouTube)
VMware vSphere 6.5 management UI (vInfrastructure blog)
What’s New in vSphere 6.5: vCenter management clients (VMware vSphere blog)
vSphere 6.5: Client Integration Plug-in (CIP) Deprecated! (vTagion)

Share This:

What’s New in VMware VSAN 6.5

VMware has just announced a new release of  VSAN as part of vSphere 6.5 and this post will provide you with an overview of what is new in this release. Before we jump into that lets like at a brief history of VSAN so you can see how it has evolved over it’s fairly short life cycle.

  • August 2011 – VMware officially becomes a storage vendor with the release of vSphere Storage Appliance 1.0
  • August 2012 – VMware CTO Steve Herrod announces new Virtual SAN initiative as part of his VMworld keynote (47:00 mark of this recording)
  • September 2012 – VMware releases version 5.1 of their vSphere Storage Appliance
  • August 2013 – VMware unveils VSAN as part of VMworld announcements
  • September 2013 – VMware releases VSAN public beta
  • March 2014 – GA of VSAN 1.0 as part of vSphere 5.5 Update 1
  • April 2014 – VMware announces EOA of vSphere Storage Appliance
  • March 2015 – VMware releases version 6.0 of VSAN as part of vSphere 6 which includes the follow enhancements: All-flash deployment model, increased scalability to 64 hosts, new on disk format, JBOD support, new vsanSparse snapshot disk type, improved fault domains and improved health monitoring. Read all about it here.
  • September 2015 – VMware releases version 6.1 of VSAN which includes the following enhancements: stretched cluster support, vSMP support, enhanced replication and support for 2-node VSAN clusters. Read all about it here.
  • March 2016 – VMware releases version 6.2 of VSAN which includes the following enhancements: deduplication and compression support, erasure coding support (RAID 5/6) and new QoS controls. Read all about it here.

With this 6.5 release VSAN turns 2 1/2 years old and it’s remarkable how far it has come in that time frame. Note while VMware has announced VSAN 6.5 it is not yet available, if VMware operates in their traditional manner I suspect you will see it GA sometime in 30 days as part of vSphere 6.5. Unlike previous versions there isn’t a huge list of things that are new with this release of VSAN but that doesn’t mean that there are not some big things in it. Let’s now dive into what’s new in VSAN version 6.5.

vsan-5Customer adoption of VSAN continues to increase

With this release VMware is claiming that is has over 5,000 VSAN customers and they they are the #1 hyper-converged vendor. That 5,000 number sounds low to backup that #1 claim but VMware is basing this on total revenue and not customer counts. VMware had stated that they have an over $100 million revenue run rate and over 20,000 CPU licenses sold with VSAN back when they had over 3,000 customers which would put the average VSAN deal size around $30,000. The VSAN growth rate over the past two years according to VMware has been as follows:

  • Aug 2015 – VSAN 6.1 – 2,000 customers
  • Feb 2016 – VSAN 6.2 – 3,000 customers
  • Aug 2016 – VSAN 6.5 – 5,000 customers

From these numbers it appears that VMware has added a lot of VSAN customers in the last 6 months which can be attributed to their aggressive sales/marketing and rapid product development life-cycle.

vsan-1-1VSAN is going mainstream with the #1 use case being business critical apps

Back when VSAN was first announced VMware had positioned VSAN as more for VDI, Tier 2/3, ROBO and dev/test use cases. As VSAN has evolved and acquired increased scalability and resiliency as well as enterprise features VMware has been claiming since vSphere 6.0 that it is ready for the enterprise and business critical/Tier-1 apps. Apparently VMware has done some customer research (249 respondents) and is claiming that business critical apps are the #1 VSAN use case by quite a large margin. I don’t really doubt that number as VSAN is a significant financial investment for customers and when you are making that big of an investment in storage you are going to maximize your usage of it. Add in all-flash support and enterprise features and I can definitely see that many customers running business critical apps on VSAN as I suspect VSAN serves as the primary vSphere storage platform for those customers.

vsan-2VMware is trying to make All-Flash affordable for everyone

Based on licensing models in prior releases of VSAN you had to pay a All-Flash tax if you wanted to get the maximum performance that VSAN can offer by utilizing all SSD storage. With VSAN 6.2 the Standard license was priced at $2495/CPU and did not include the ability to use VSAN in an all-flash configuration. To get all-flash support you had to purchase VSAN Advanced license which was priced at $3,995/CPU which also included de-dupe, compression and erasure coding. VSAN Enterprise was priced at $5495/CPU and added on support for QoS and stretched clustering.

With VSAN 6.5 that all-flash tax is gone but with a caveat, you can deploy VSAN in an all-flash configuration now with the Standard license but you do not get the space efficiency features with it, for that you still have to move up to an Advanced license. In addition VMware is offering a new VSAN Advanced ROBO license that brings all-flash and space efficiency features for ROBO at a more affordable price point. This new ROBO licensing will be sold in 25-VM packs, if you exceed 25 VMs you have to move up to the regular VSAN license tiers. All in all with the affordability of all-flash media these days it looks like VMware is responding to try and not alienate customers that want to use all-flash but can’t afford higher licensing tiers.

vsan-6New 2-node Direct Connect deployment mode

Remember back in the day when we used to use special cables to connect two PC’s directly together and then use Laplink to transfer data back and forth between them. Because you had a direct connection between the devices it was cheaper, easier, faster and more secure to transfer data. The same holds true with storage devices, a direct connection eliminates the need for connecting 2-nodes together via a network switch, this was fairly common with SAS storage devices.

In vSphere 6.5 VMware has come out with a new 2-node direct connect deployment model for those use cases were it might be desirable to connect only 2 VSAN nodes together such as ROBO or SMB. This can help drive down costs as it eliminates teh need for 10Gbps switches, it also reduces the deployment complexity and helps customers with compliance concerns as VSAN traffic will never touch the network. Basically this solution involves just connecting a NIC port from one VSAN node directly to another VSAN node using a special crossover network cable. In prior versions of VSAN this wasn’t possible as you had both VSAN traffic and witness traffic were occurring on the same VMkernel port so if you used a direct connection there was no way to communicate with the witness.

To make this possible in VSAN 6.5 you now have the ability to separate out witness traffic onto a separate VMkernel port which essentially de-couples it from the VSAN traffic flow. To use this solution it is recommended to use 2 VMkernel connections in an active/standbay configuration. You then have to designate which vmKernel interface will have the witness traffic by using an esxcli command. You can continue to use vMotion with this type of configuration.

vsan-7vsan-8VSAN can now provide storage to more than just vSphere hosts with iSCSI support

This is a big one, in prior releases VSAN presents out storage to ESXi hosts and other VSAN nodes via a proprietary communication protocol, what this means nothing but an ESXi host could use VSAN for shared storage. In VSAN 6.5 the proprietary protocol is still used as the main transport between hosts but support for industry standard protocols has been added in the form of iSCSI support. What this means is that potentially any device in the data center be it physical or virtual could utilize VSAN as primary storage.

Why is this big? It opens the door for VMware for VSAN to be used for just about every use case in the data center and eliminates the barrier that may have previously existed that required customers to deploy an additional primary storage array to fulfill their non-vSphere shared storage needs. In other words VSAN is now positioned to take over your entire data center. However VMware is currently not targeting this solution to support non-VSAN ESXi clusters, but those shouldn’t exist in a perfect VSAN world.

iSCSI support is being done natively from within the vmKernel and not using any type of virtual appliance. There are some scale limitations with only 128 targets supported and 1024 LUNs but the solution is compatible with Storage Policy Based Management so you can use extend SPBM to more than just VMs. To use this you must first enable the Virtual SAN iSCSI target service and select a VMkernel port which automatically sets this amongst all of the VSAN cluster nodes. You can then select a default SPBM policy and optionally configure iSCSI authentication (CHAP). You then configure LUN information such as the LUN number and size (up to 62TB) and optionally multiple initiators.

vsan-9-2vsan-10Enhanced PowerCLI support

VSAN PowerCLI has been enhanced for those that want to automate VSAN operations to include things like Health Check remediation, iSCSI configuration, Capacity and Resync monitoring and more.

vsan-11Support for Cloud Native Apps running on the Photon Platform

Finally VSAN support has been extended to support additional VMware Cloud Native Applications to now include the Photon Platform. This positions VSAN to be able to handle any VMware-centric container deployment model.

vsan-12

Share This:

Quick summary of What’s New in vSphere 6.5

VMware just announced vSphere 6.5 almost a year and half after the release of vSphere 6.0 and this post will give you a quick summary of all the new features and enhancements in this release. There is actually quite a lot packed into this release and rather than try to cover it all in detail here I will be doing separate posts that go into much more detail on vSphere 6.5, VM Encryption, VSAN, VVols and much more. As much of the new stuff is more minor in nature I first wanted to highlight a few big things in this release.

  • Support for VVol Replication (VASA 3.0)
  • External protocol support for VSAN (iSCSI)
  • Photon Platform support for VSAN
  • VM-level native encryption via SPBM
  • HTML5 vSphere Client
  • Automatic Space Reclamation (UNMAP)
  • Encrypted vMotion
  • vCenter High Availability
  • HA Orchestrated Restart

And now for the full list which is based on the VMware published What’s New doc from the Beta 3 release combined with my own additions and embellishments.

vSphere Lifecycle Management

  • Enhanced vCenter Install, Upgrade, Patch: Streamlined user experience while deploying, upgrading and patching for vCenter Server. Support for CLI template-based vCenter Server lifecycle management.
  • vCenter Appliance Migration Tool: Single-step migration process for existing Windows vCenter Server to latest release of vCenter Server Appliance. Support for both CLI and UI methods.
  • vSphere Update Manager for vCenter Server Appliance: Fully embedded and integrated vSphere Update Manager experience for vCenter Server Appliance – with no Windows dependencies!
  • Enhanced Auto Deploy: New capabilities such as UI support, improved performance and scale, backup and restore of rules for Auto Deploy.
  • Improvements in Host Profiles: Streamlined user experience and host profile management with several new capabilities including DRS integration, parallel host remediation, and improved audit quality compliance results.
  • VMware Tools Lifecycle Management: Simplified and Scalable approach for install and upgrade of VMware Tools, Reboot less upgrade for Linux Tools, OSP upgrades, enhanced version and status reporting via API and UI.
  • (New) vSphere Automation API: A new REST based API, SDKs and Multi Platform CLI (DCLI) is now available to provide simplified VM management and automation of the VCSA based configuration and services.

Host/Compute

  • Expanded Support for New Hardware, Architectures and Guest Operating Systems: Expanded support for the latest x86 chipsets, devices and drivers. NVMe enhancements, and several new performance and scale improvements due to the introduction of native driver stack.
  • Guest OS and Customization Support: Continue to offer broad support for GOSes, including recent Windows 10 builds, the latest from RHEL 7.x, Ubuntu 16.xx, SUSE 12 SPx and CoreOS 899.x. and Tech Preview of Windows Server 2016.
  • VMware Host Client: HTML5-based UI to manage individual ESX hosts. Supported tasks include creating and updating of VM, host, networking and storage resources, VM console access, and performance graphs and logs to aid in ESX troubleshooting.
  • Virtual Hardware 13: VMs up to 6TB of memory, UEFI secure boot for guest OS.
  • Virtual NVMe: Introducing virtual device emulation of NVMexpress 1.0e specification.
  • Increased Scalability and Performance for ESXi and vCenter Server: Continued increases in scale and performance beyond vSphere 6 – stay tuned for more information. For reference, with vSphere 6, cluster maximums increased to support up to 64 nodes and 8K VMs. Virtual Machines supported up to 128 vCPUs and 6TB vRAM and Hosts supported up to 480 physical CPUs , 12 TB RAM, 64 TB data stores, 1000+ VMs. Also adding support for 25G and 100G Ethernet as well as 32G fiber channel.
  • (New) Para-Virtualized RDMA: Introducing para-virtualized RDMA driver in Linux environment which is compliant to RDMA over Converged Ethernet (RoCE) version 1.0.
  • (New) RDMA over Converged Ethernet (RoCE): Introducing RoCE version 1.0 and version 2.0 support and associated I/O ecosystem.
  • (New) I/O Drivers and Ecosystem: Updating existing and introducing newer versions of IO device drivers. This includes various NVMe, NIC, IB, SATA and HBA device drivers. For a detailed list of drivers please refer to the VMware vSphere Download Beta Community, ESXi section.
  • (New) vSphere Fault Tolerance: Performance improvements, multi-NIC aggregation on the FT network for better performance with shared 10Gb+ NICs, interop with DRS (automated initial host placement)

Storage

  • Enhancements to Storage I/O Control: Support for I/O limits, shares and reservations is now fully integrated with Storage Policy-Based Management. Delivers comprehensive I/O prioritization for virtual machines accessing a shared storage pool.
  • Storage Policy-Based Management Components: Easily create and reuse Storage Policy Components in your policies to effectively manage a multitude of data services including encryption, caching, replication, and I/O control.
  • Enhancements in NFS 4.1 client: Support for stronger cryptographic algorithms with Kerberos (AES), support for IPV6 with Kerberos and also support for Kerberos integrity check (SEC_KRB5i). We have PowerCLI support for NFS 4.1 as well in this release.
  • Increased Datastore & Path limit: Number of LUNs supported per host increased to 1024 and number of Paths increased to 4096. (Note I heard this was scaled back to 512 LUNs & 2048 paths)
  • (New) 512e drive support: Due to the increasing demand for larger capacities, the storage industry has introduced advanced formats, such as 512-byte emulation, or 512e. 512e is the advanced format in which the physical sector size is 4,096 bytes, but the logical sector size emulates 512-bytes sector size. Storage devices that use the 512e format can support legacy applications and guest operating system. When you set up a datastore on a 512e storage device, VMFS6 is selected by default but 512e can also be used with VMFS5 datastores.
  • (New) VMFS6: SESparse will be the snapshot format supported on VMFS6, we will not be supporting VMFSparse snapshot format in VMFS6, though it will continue to be supported on VMFS5. Both VMFS 6 and VMFS 5 can co-exist. There is no inline upgrade from VMFS5 to VMFS6 available but customers can do data migration from VMFS5 to VMFS6 datastore using Storage vMotion.
  • (New) Virtual Volumes Replication: Support for VVol replication is included as part of the new VASA 3.0 spec. You can now use Virtual Volumes to replicate your Virtual Machines using your storage array’s native replication capabilities. This delivers a policy driven and integrated experience to deploy VM-centric replication offloaded to your array.
  • (New) Enhancements in VMware vSphere Storage APIs – Data Protection:
    • Configurable VSS parameters such as VSS_BACKUP_TYPE
    • Configurable timeout for creating quiesced snapshots
    • Transfer compressed data using NBD mode
    • Reuse vCenter Server session
  • Automatic Space Reclamation (UNMAP): VMFS6 now supports automatic UNMAP, which asynchronously tracks freed blocks and sends unmaps to storage in background to release free storage space on thin-provisioned storage arrays that support unmap operations to free up storage space when you delete a VM, migrate a VM with vSphere Storage vMotion, consolidate a snapshot, and so on.

VSAN

  • (New) Virtual SAN iSCSI support: Add support for native iSCSI support within VSAN. The main use cases are supporting physical servers and also Microsoft Clustering Technologies that require shared disks. One can create iSCSI Targets and LUNs on VSAN and use iSCSI initiator to access the storage.
  • (New) 2 node direct connect: VSAN now has the ability to directly connect two nodes using crossover cables. This provides network higher availability and allows you to separate VSAN data traffic from witness traffic
  • (New) All-Flash support available in VSAN Standard edition: New licensing models allows customers to use All-Flash with VSAN Standard but without space efficiency features (de-dupe, compression, erasure coding)
  • (New) VSAN Advanced for ROBO licensing: New offering brings all-flash VSAN and space efficiency features to ROBO customers. Complements existing ROBO VSAN Standard offering and sold in 25-VM packs.
  • (New) Power CLI Support: Enhanced Power CLI support for Health Check and remediation, capacity and resync monitoring, proactive testing and 2 node/stretched cluster support.
  • (New) Support for Cloud Native Apps: To complement existing support for vSphere Integrated Containers, VSAN now supports the Photon Platform as well which is the non-vSphere SDDC stack for deploying containerized applications at scale.

Management

  • Content Library Improvements: Enhancements to Content Library including ISO mount to a VM directly from Content Library, VM Guest OS customization, simplified library item update capabilities and optimizations in streaming content between vCenter Server.
  • Enhanced DRS: Enhancements to DRS settings with addition of DRS Policies that provides an easier way to set several advanced options such as even distribution of virtual machines, consumed vs. active memory, CPU over-commitment.
  • Orchestrated VM Restart using HA: Orchestrated restart allows admins to create dependency chains on VMs or VM groups, allowing for a restart order of these dependencies chains or multi-tiered applications (should an HA restart occur). Not only will Orchestrated Restart do this in the order specified by the admin, it can also wait until the previous VM is running and ready before beginning the HA restart of a dependent VM.
  • vSphere Web Client enhancements: New Web Client UI features like Custom Attributes, Object Tabs, and Live Refresh are presented alongside other performance and usability improvements.
  • (New) vSphere Web Client Reorganization of tabs: The tabbing structure for most vSphere objects have been changed to be more familiar and easier to use.
  • (New) Client Integration Plugin (CIP) removal: Client Integration Plugin was previously necessary for a certain set of functions in the vSphere Web Client. Most of these have been redesigned to remove any dependency:
    • Datastore File Upload/Download
    • OVF Export, Deploy
    • Content Library Import/Export

The only remaining function that has dependencies is Windows Session Authentication, so any user that does not use this functionality does not need to install CIP.

  • (New) vSphere Client (vSphere HTML5 Web Client): The popular fling has been integrated within vCenter. Currently it requires manually starting the service, but a few quick steps and it will become available alongside the vSphere Web Client.
  • (New) Proactive HA: Proactive HA leverages sensor data from server vendors to add an additional layer of availability for VMs by proactively leveraging DRS to vMotion virtual machines off of a degraded host prior to the host failing. This will result in fewer potential HA restarts and data loss by not requiring restarts, rather, continuing “business as usual” because of the vMotions that take place. (This can be modeled using the Beta Proactive HA Demo Plugin)
  • (New) VMware Platform Service Controller enhancements: New PSC HA features include zero configuration high availability with automatic vCenter failover to another PSC within a site. New PSC Site Management client side tools for viewing your topology and viewing PSC HA status.
  • (New) vCenter High Availability: Protect mission critical vCenter deployments with a native high availability solution that will not only protect against host and hardware failures, but also against vCenter application failures. The new vCenter HA solution provides automated failover from active to passive vCenter with expected RTO < 5 mins, and will only be available to the vCenter server appliance.
  • (New) vCenter Server Appliance and Database Management: The new 6.5 Appliance Management Interface includes usage monitoring of the embedded vCenter Postgres database by data type and utilization trends, and sends database usage alerts directly into the vSphere web client. Monitor appliance CPU, Memory, and networking utilization trends for more targeted troubleshooting. Send syslog data to remote hosts.
  • (New) Native vCenter backup and restore: Back up the vCenter Server Appliance and Platform Services Controller in three simple steps in the Appliance Management Interface using industry-standard protocols. The file-based backup will include the embedded Postgres database, vCenter inventory, and all configuration files required to recover vCenter. Restore the appliance from the new vCenter Server 6.5 installer. (Note: VADP-based backup is still supported for vCenter 6.0 and above)
  • (New) Upgrades over IPv6: Upgrade vCenter management network over IPv6 protocol. Management network must entirely run on IPv6 or entirely on IPv4.
  • (New) Virtual Machine Console: VMRC 9.0 supports Linux as well as Windows and Mac OS, auto-detect proxy settings, and access to VM consoles without host permission. HTML console supports additional languages (Japanese, German, Spanish, Italian, Portuguese) and mouse display without VM Tools installed.
  • (New) Network-aware DRS: Network-aware DRS is used to determine if the host that DRS has chosen for workload placement of a VM is network-saturated or not. If the chosen destination host is above 80% saturated, it will attempt to place the workload on a different host. This feature does not balance the cluster based on network saturation, however, it uses network utilization metrics to ensure the final target host will not perform negatively from a networking standpoint

Security

  • (New) VM-level Encryption: Native VM-level encryption managed by storage policies (SPBM). VM and storage agnostic encryption that encrypts VM and VMDK files with no access to the encryption keys from the guest OS.
  • Secure Boot Support for ESXi Host and Guest VM: At boot time, we have assurance that ESXi and Guest VM’s are booting the right set of vibs. If the trust is violated, ESXi and the VM’s will not boot and customers can capture the outcome.
  • Enhanced vCenter Events, Alarms and vSphere Logging: Enhancements to vSphere Logging and events to provide granular visibility into current state, changes made, who made the changes and when.
  • (New) Encrypted vMotion: Data transferred over vMotion protocol will be encrypted providing confidentiality, integrity, and authenticity of data transferred during live migrations.
Share This: