Skip to main content

vSphere 5.5 - End of General Support mean?

On September 19th, vSphere 5.5 exited its general support phase and moved into something called “Technical Guidance”. In response to this, many have already moved to a newer release of the vSphere 6.x line. Whether it be for compatibility concerns or a reasonable wariness of touching what’s not broken, there are several of us who are riding the wave to the very end. Let’s talk about what “End of General Support” really means for those still running vSphere 5.5.

Technical Guidance
First, let’s clear up a common misconception about Technical Guidance. Specifically, it does not mean that the product becomes instantly unsupported. I hear this word thrown around a lot for products out of the general support phase, but it’s misleading to do so. VMware Support will still help in the event of an issue in an environment running these products. There are, however, some serious limitations to how far this goes now that it is outside of General Support. Many times, these cases will end up requiring an upgrade anyway.

VMware’s Lifecycle Policy documentation does a pretty good job explaining what you get from support with products outside of general support. Here’s what it says:



“Technical Guidance is available primarily through the self-help portal and telephone support is not provided. Customers can also open a support request online to receive support and workarounds for low-severity issues on supported configurations only. During the Technical Guidance phase, VMware does not offer new hardware support, server/client/guest OS updates, new security patches or bug fixes unless otherwise noted. This phase is intended for usage by customers operating in stable environments with systems that are operating under reasonably stable loads.”

Pretty straightforward. No Severity 1 calls, and no patches for any issues found to be a product defect. This means security patches as well! You can still file web-based tickets and request help troubleshooting problems. The results of these will often consist of help identifying knowledge articles that describe known issues or environmental misconfigurations, along with configuration guidance or recommendations.

The Reality of Supporting vSphere 5.5

What’s not clear from the statement above are the less obvious effects of opening cases for outdated products. Support engineers are human just like our customers, and there are limitations to the knowledge that a team of technicians can maintain in its ranks.
vSphere 5.5 was released in 2013, and there have since been three more major releases of the product. Many Support Engineers came in during the 6.x era, and vSphere 5.5 volume has been steadily declining for years. This means that it can be difficult and time consuming to answer complex questions about the 5.5 product line. Furthermore, when vSphere 6.x released, it changed the game quite a bit in terms of architecture and troubleshooting techniques. This matters a great deal to what support becomes accustomed to seeing when they help customers, and as the volume of vSphere 5.5 cases drops, so does the overall knowledge of it within support.
It’s important to know that if you are upgrading from vSphere 5.5, VMware support is still here to help if a problem should arise. We are equipped to handle the Technical Guidance cases that come in, but it becomes harder to do so as we move deeper into the Technical Guidance period – and questions take longer to answer.

Letting Go

vSphere 5.5 was a great release, and I miss some of the ways it worked that changed in 6.x. With a lack of ongoing security patches, reduced supportability, and missing new features, however, it’s just not a good choice for production environments going forward. If you have not started planning a way to move to 6.x yet, now is the time to do so.


Comments

Popular posts from this blog

Dell EMC VxRail – VMware Virtual SAN Stretched Cluster

Logical Diagram of VMware vSAN Stretched Cluster Physical Diagram of VMware vSAN Stretched Cluster Last week I deployed a test environment of VMware vSAN Stretched Cluster which is running on Dell EMC VxRail Appliance. In this post we will describe how to setup VMware vSAN Stretched Cluster on Dell EMC VxRail Appliance. Above figure is the high level of physical system diagram. In site A/B there are six VxRail Appliances and two 10GB Network Switch which are interconnected by two 10GB links, and each VxRail Appliance has one 10GB uplink connects to each Network Switch. In site C, there are one vSAN Witness host and one 10GB Network Switch. For the details of configuration of each hardware equipment in this environment, you can reference the followings. Site A (Preferred Site) 3 x VxRail E460 Appliance Each node includes 1 x SSD and 3 x SAS HDD, 2 x 10GB SFP+ ports 1 x 10GB Network switch Site B (Secondary Site) 3 x VxRail E460 Appliance Each node includes 1 x SSD and...

UEFI Secure Boot with ESXi 6.5

UEFI Secure Boot: UEFI, or Unified Extensible Firmware Interface, is a replacement for the traditional BIOS firmware. In UEFI, Secure Boot is a “protocol” of the UEFI firmware. UEFI Secure boot ensures that the boot loaders are not compromised by validating their digital signature against a digital certificate in the firmware. UEFI can store whitelisted digital certificates in a signature database (DB). There is also a blacklist of forbidden certificates (DBX), a Key Exchange Keys (KEK) database and a platform key. These digital certificates are used by the UEFI firmware to validate the boot loader.  Boot loaders are typically cryptographically signed and their digital signature chains to the certificate in the firmware.The default digital certificate in almost every implementation of UEFI firmware is a x509 Microsoft UEFI Public CA cert. Most of the UEFI implementations also allows the installation of additional certificate in the UEFI firmware and UE...

VMware Interview Questions & Answers

These interview questions are categorized into the following technical areas: Hypervisor Fault Tolerance (FT) Virtual Networking vCenter Server Virtual Storage (Datastore) What’s New in vSphere 6.0 Content Libraries vSAN vApp and Miscellaneous Hypervisor What is VMKernel and why it is important? VMkernel is a virtualization interface between a Virtual Machine and the ESXi host which stores VMs. It is responsible to allocate all available resources of ESXi host to VMs such as memory, CPU, storage etc. It’s also controlled special services such as vMotion, Fault tolerance, NFS, traffic management and iSCSI. To access these services, VMkernel port can be configured on ESXi server using a standard or distributed vSwitch. Without VMkernel, hosted VMs cannot communicate with ESXi server. What is the hypervisor and its types? A hypervisor is a virtualization layer that enables multiple operating systems to share a single hardware host.  Each operating syste...