VMware ESXi (formerly ESX) is an
enterprise-class,
type-1 hypervisor developed by
VMware, a subsidiary of
Broadcom
Broadcom Inc. is an American multinational corporation, multinational designer, developer, manufacturer, and global supplier of a wide range of semiconductor and infrastructure software products. Broadcom's product offerings serve the data cen ...
, for deploying and
serving virtual computers. As a type-1 hypervisor, ESXi is not a
software application
Application software is any computer program that is intended for end-user use not computer operator, operating, system administration, administering or computer programming, programming the computer. An application (app, application program, sof ...
that is installed on an
operating system
An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs.
Time-sharing operating systems scheduler (computing), schedule tasks for ...
(OS); instead, it includes and integrates vital OS components, such as a
kernel
Kernel may refer to:
Computing
* Kernel (operating system), the central component of most operating systems
* Kernel (image processing), a matrix used for image convolution
* Compute kernel, in GPGPU programming
* Kernel method, in machine learnin ...
.
After version 4.1 (released in 2010), VMware renamed ESX to ''ESXi''. ESXi replaces Service Console (a rudimentary operating system) with a more closely integrated OS. ESX/ESXi is the primary component in the
VMware Infrastructure
VMware Infrastructure is a collection of virtualization products from VMware. Virtualization is an abstraction layer that decouples hardware from operating systems. The VMware Infrastructure suite allows enterprises to optimize and manage their ...
software suite
A software suite (also known as an application suite) is a collection of computer programs (application software, or programming software) of related functionality, sharing a similar user interface and the ability to easily exchange data with eac ...
.
The name ''ESX'' originated as an abbreviation of Elastic Sky X. In September 2004, the replacement for ESX was internally called ''VMvisor'', but later changed to ESXi (as the "i" in ESXi stood for "integrated").
Architecture
ESX runs on
bare metal
In information technology, bare machine (or bare-metal computer) is a computer which has no operating system. The software executed by a bare machine, commonly called a "bare metal program" or "bare metal application", is designed to interact dir ...
(without running an operating system)
["ESX Server Datasheet"](_blank)
/ref> unlike other VMware products. It includes its own kernel. In the historic VMware ESX, a Linux kernel
The Linux kernel is a Free and open-source software, free and open source Unix-like kernel (operating system), kernel that is used in many computer systems worldwide. The kernel was created by Linus Torvalds in 1991 and was soon adopted as the k ...
was started first and then used to load a variety of specialized virtualization components, including ESX, which is otherwise known as the vmkernel component. The Linux kernel was the primary virtual machine; it was invoked by the service console. At normal run-time, the vmkernel was running on the bare computer, and the Linux-based service console ran as the first virtual machine. VMware dropped development of ESX at version 4.1, and now uses ESXi, which does not include a Linux kernel at all.
The vmkernel is a microkernel
In computer science, a microkernel (often abbreviated as μ-kernel) is the near-minimum amount of software that can provide the mechanisms needed to implement an operating system (OS). These mechanisms include low-level address space management, ...
with three interfaces: hardware, guest systems, and the service console (Console OS).
Interface to hardware
The vmkernel handles CPU and memory directly, using scan-before-execution (SBE) to handle special or privileged CPU instructions[Gerstel, Markus: "Virtualisierungsansätze mit Schwerpunkt Xen"](_blank)
and the SRAT (system resource allocation table) to track allocated memory.
Access to other hardware (such as network or storage devices) takes place using modules. At least some of the modules derive from modules used in the Linux kernel
The Linux kernel is a Free and open-source software, free and open source Unix-like kernel (operating system), kernel that is used in many computer systems worldwide. The kernel was created by Linus Torvalds in 1991 and was soon adopted as the k ...
. To access these modules, an additional module called vmklinux
implements the Linux module interface. According to the README file, "This module contains the Linux emulation layer used by the vmkernel."
The vmkernel uses the device drivers:
# net/e100
# net/e1000
# net/e1000e
# net/bnx2
# net/tg3
#
# net/pcnet32
#
# scsi/adp94xx
# scsi/aic7xxx
# scsi/aic79xx
# scsi/ips
# scsi/lpfcdd-v732
# scsi/megaraid2
# scsi/mptscsi_2xx
# scsi/qla2200-v7.07
# scsi/megaraid_sas
# scsi/qla4010
# scsi/qla4022
#
# scsi/aacraid_esx30
# scsi/lpfcdd-v7xx
# scsi/qla2200-v7xx
These drivers mostly equate to those described in VMware's hardware compatibility list. All these modules fall under the GPL. Programmers have adapted them to run with the vmkernel: VMware Inc. has changed the module-loading and some other minor things.
Service console
In ESX (and not ESXi), the Service Console is a vestigial general purpose operating system most significantly used as bootstrap for the VMware kernel, vmkernel, and secondarily used as a management interface. Both of these Console Operating System functions are being deprecated from version 5.0, as VMware migrates exclusively to the ESXi model.
The Service Console, for all intents and purposes, is the operating system used to interact with VMware ESX and the virtual machines that run on the server.
Purple Screen of Death
In the event of a hardware error, the vmkernel can catch a Machine Check Exception.["KB: Decoding Machine Check Exception (MCE) output after a purple diagnostic screen , publisher=VMware, Inc."]
/ref> This results in an error message displayed on a purple diagnostic screen. This is colloquially known as a purple diagnostic screen, or purple screen of death (PSoD, cf. blue screen of death
The blue screen of death (BSoD) or blue screen error, blue screen, fatal error, bugcheck, and officially known as a stop erroris a fatal system error, critical error screen displayed by the Microsoft Windows operating systems to indicate a cr ...
(BSoD)).
Upon displaying a purple diagnostic screen, the vmkernel writes debug information to the core dump partition. This information, together with the error codes displayed on the purple diagnostic screen can be used by VMware support to determine the cause of the problem.
Versions
VMware ESX used to be available in two main types: ESX and ESXi, but as of version 5, the original ESX has been discontinued in favor of ESXi.
ESX and ESXi before version 5.0 do not support Windows 8/Windows 2012. These Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
operating systems can only run on ESXi 5.x or later.[VMware KBArticl]
Windows 8/Windows 2012 doesn't boot on ESX
visited 12 September 2012
VMware ESXi, a smaller-footprint version of ESX, does not include the ESX Service Console. Before Broadcom acquired VMware, it was available - without the need to purchase a vCenter
vCenter Server Appliance (VCSA) is the centralized management utility for VMware, and is used to manage virtual machine
In computing, a virtual machine (VM) is the virtualization or emulator, emulation of a computer system. Virtual machi ...
license - as a free download from VMware, with some features disabled.
''ESXi'' stands for "ESX integrated".
VMware ESXi originated as a compact version of VMware ESX that allowed for a smaller 32 MB disk footprint on the host. With a simple configuration console for mostly network configuration and remote based VMware Infrastructure Client Interface, this allows for more resources to be dedicated to the guest environments.
Two variations of ESXi exist:
* VMware ESXi Installable
* VMware ESXi Embedded Edition
The same media can be used to install either of these variations depending on the size of the target media. One can upgrade ESXi to VMware Infrastructure
VMware Infrastructure is a collection of virtualization products from VMware. Virtualization is an abstraction layer that decouples hardware from operating systems. The VMware Infrastructure suite allows enterprises to optimize and manage their ...
3 or to VMware vSphere
VMware vSphere (formerly VMware Infrastructure 4) is VMware's cloud computing virtualization platform.
It includes vCenter Configuration Manager, as well as vCenter Application Discovery Manager, and the ability of vMotion to move more than o ...
4.0 ESXi.
Originally named VMware ESX Server ESXi edition, through several revisions the ESXi product finally became VMware ESXi 3. New editions then followed: ESXi 3.5, ESXi 4, ESXi 5 and () ESXi 8.
GPL violation lawsuit
VMware has been sued by Christoph Hellwig, a Linux kernel developer. The lawsuit began on March 5, 2015. It was alleged that VMware had misappropriated portions of the Linux kernel,
and, following a dismissal by the court in 2016, Hellwig announced he would file an appeal.
The appeal was decided February 2019 and again dismissed by the German court, on the basis of not meeting "procedural requirements for the burden of proof of the plaintiff".
In the last stage of the lawsuit in March 2019, the Hamburg Higher Regional Court also rejected the claim on procedural grounds. Following this, VMware officially announced that they would remove the code in question. This followed with Hellwig withdrawing his case, and withholding further legal action.
Related or additional products
The following products operate in conjunction with ESX:
* vCenter
vCenter Server Appliance (VCSA) is the centralized management utility for VMware, and is used to manage virtual machine
In computing, a virtual machine (VM) is the virtualization or emulator, emulation of a computer system. Virtual machi ...
Server, enables monitoring and management of multiple ESX, ESXi and GSX servers. In addition, users must install it to run infrastructure services such as:
** vMotion (transferring virtual machines between servers on the fly whilst they are running, with zero downtime)[VMware Blog by Kyle Gleed]
vMotion: what's going on under the covers
25 February 2011, visited: 2 February 2012[VMware websit]
vMotion brochure
. Retrieved 3 February 2012
** svMotion aka Storage vMotion (transferring virtual machines between Shared Storage LUNs on the fly, with zero downtime)
** Enhanced vMotion aka (a simultaneous vMotion and svMotion, supported on version 5.1 and above)
** Distributed Resource Scheduler (DRS) (automated vMotion based on host/VM load requirements/demands)
** High Availability (HA) (restarting of Virtual Machine Guest Operating Systems in the event of a physical ESX host failure)
** Fault Tolerance (FT) (almost instant stateful fail-over of a VM in the event of a physical host failure)
* Converter, enables users to create VMware ESX Server- or Workstation-compatible virtual machines from either physical machines or from virtual machines made by other virtualization products. Converter replaces the VMware "P2V Assistant" and "Importer" products — P2V Assistant allowed users to convert physical machines into virtual machines, and Importer allowed the import of virtual machines from other products into VMware Workstation.
* vSphere Client (formerly VMware Infrastructure Client), enables monitoring and management of a single instance of ESX or ESXi server. After ESX 4.1, vSphere Client was no longer available from the ESX/ESXi server but must be downloaded from the VMware web site.
Cisco Nexus 1000v
Network-connectivity between ESX hosts and the VMs running on it relies on virtual NICs (inside the VM) and virtual switches. The latter exists in two versions: the 'standard' vSwitch allowing several VMs on a single ESX host to share a physical NIC and the 'distributed vSwitch' where the on different ESX hosts together form one logical switch. Cisco offers in their Cisco Nexus product-line the Nexus 1000v, an advanced version of the standard distributed vSwitch. A Nexus 1000v consists of two parts: a supervisor module (VSM) and on each ESX host a virtual Ethernet module (VEM). The VSM runs as a virtual appliance within the ESX cluster or on dedicated hardware (Nexus 1010 series) and the VEM runs as a module on each host and replaces a standard dvS (distributed virtual switch) from VMware.
Configuration of the switch is done on the VSM using the standard NX-OS
NX-OS is a network operating system for the Nexus-series Ethernet switches and MDS-series Fibre Channel storage area network switches made by Cisco Systems. It evolved from the Cisco operating system SAN-OS, originally developed for its MDS sw ...
CLI CLI may refer to:
Computing
* Call Level Interface, an SQL database management API
* Command-line interface, of a computer program
* Command-line interpreter or command language interpreter; see List of command-line interpreters
* CLI (x86 instruc ...
. It offers capabilities to create standard port-profiles which can then be assigned to virtual machines using vCenter.
There are several differences between the standard dvS and the N1000v; one is that the Cisco switch generally has full support for network technologies such as LACP link aggregation or that the VMware switch supports new features such as routing based on physical NIC load. However, the main difference lies in the architecture: Nexus 1000v is working in the same way as a physical Ethernet switch does while dvS is relying on information from ESX. This has consequences for example in scalability where the Kappa limit for a N1000v is 2048 virtual ports against 60000 for a dvS.
The Nexus1000v is developed in co-operation between Cisco and VMware and uses the API
An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build ...
of the dvS.[Overview of th]
Nexus 1000v
virtual switch, visited 9 July 2012
Third-party management tools
Because VMware ESX is a leader in the server-virtualization market, software and hardware vendors offer a range of tools to integrate their products or services with ESX. Examples are the products from Veeam Software
Veeam Software Group is a privately held US-based information technology company owned by Insight Partners. It develops backup, disaster recovery and modern data protection software for virtual, cloud-native, SaaS, Kubernetes and physical workloa ...
with backup and management applications and a plugin to monitor and manage ESX using HP OpenView
HP OpenView is the former name for a Hewlett-Packard product family that consisted of network and systems management products. In 2007, HP OpenView was rebranded as HP BTO (''Business Technology Optimization'') Software when it became part of th ...
, Quest Software
Quest Software, also known as Quest, is a privately held software company headquartered in Aliso Viejo, California, United States. Quest provides cloud management, software as a service, security, workforce mobility, and backup & recovery. The co ...
with a range of management and backup-applications and most major backup-solution providers have plugins or modules for ESX. Using Microsoft Operations Manager (SCOM) 2007/2012 with a Bridgeways ESX management pack gives the user a realtime ESX datacenter health view.
Hardware vendors such as Hewlett Packard Enterprise
The Hewlett Packard Enterprise Company (HPE) is an American multinational information technology company based in Spring, Texas. It is a business-focused organization which works in servers, storage, networking, containerization software and ...
and Dell
Dell Inc. is an American technology company that develops, sells, repairs, and supports personal computers (PCs), Server (computing), servers, data storage devices, network switches, software, computer peripherals including printers and webcam ...
include tools to support the use of ESX(i) on their hardware platforms. An example is the ESX module for Dell's OpenManage management platform.
VMware has added a Web Client since v5 but it will work on vCenter only and does not contain all features.
Known limitations
As of September 2020, these are the known limitations of VMware ESXi 7.0 U1.
Infrastructure limitations
Some maximums in ESXi Server 7.0 may influence the design of data centers:
* Guest system maximum RAM: 24 TB
* Host system maximum RAM: 24 TB
* Number of hosts in a high availability
High availability (HA) is a characteristic of a system that aims to ensure an agreed level of operational performance, usually uptime, for a higher than normal period.
There is now more dependence on these systems as a result of modernization ...
or Distributed Resource Scheduler cluster: 96
* Maximum number of processors per virtual machine: 768
* Maximum number of processors per host: 768
* Maximum number of virtual CPUs per physical CPU core
A multi-core processor (MCP) is a microprocessor on a single integrated circuit (IC) with two or more separate central processing units (CPUs), called ''cores'' to emphasize their multiplicity (for example, ''dual-core'' or ''quad-core''). Ea ...
: 32
* Maximum number of virtual machines per host: 1024
* Maximum number of virtual CPUs per fault tolerant virtual machine: 8
* Maximum guest system RAM per fault tolerant virtual machine: 128 GB
* VMFS5 maximum volume size: 64 TB, but maximum file size is 62 TB -512 bytes
* Maximum Video memory per virtual machine: 4 GB
Performance limitations
In terms of performance, virtualization imposes a cost in the additional work the CPU has to perform to virtualize the underlying hardware. Instructions that perform this extra work, and other activities that require virtualization, tend to lie in operating system calls. In an unmodified operating system, OS calls introduce the greatest portion of virtualization "overhead".
Paravirtualization
In computing, virtualization (abbreviated v12n) is a series of technologies that allows dividing of physical computing resources into a series of virtual machines, operating systems, processes or containers.
Virtualization began in the 1960s with ...
or other virtualization techniques may help with these issues. VMware developed the Virtual Machine Interface for this purpose, and selected operating systems support this. A comparison between full virtualization
In computing, virtualization (abbreviated v12n) is a series of technologies that allows dividing of physical computing resources into a series of virtual machines, operating systems, processes or containers.
Virtualization began in the 1960s with ...
and paravirtualization
In computing, virtualization (abbreviated v12n) is a series of technologies that allows dividing of physical computing resources into a series of virtual machines, operating systems, processes or containers.
Virtualization began in the 1960s with ...
for the ESX Server shows that in some cases paravirtualization is much faster.
Network limitations
When using the advanced and extended network capabilities by using the Cisco Nexus 1000v distributed virtual switch the following network-related limitations apply:
:* 64 ESX/ESXi hosts per VSM (Virtual Supervisor Module)
:* 2048 virtual Ethernet interfaces per VMware vDS (virtual distributed switch)
::* and a maximum of 216 virtual interfaces per ESX/ESXi host
:* 2048 active VLANs (one to be used for communication between VEMs and VSM)
:* 2048 port-profiles
:* 32 physical NICs per ESX/ESXi (physical) host
:* 256 port-channels per VMware vDS (virtual distributed switch)
::* and a maximum of 8 port-channels per ESX/ESXi host
Fibre Channel Fabric limitations
Regardless of the type of virtual SCSI adapter used, there are these limitations:
* Maximum of 4 Virtual SCSI adapters, one of which should be dedicated to virtual disk use
* Maximum of 64 SCSI LUNs per adapter
See also
* Comparison of platform virtualization software
Platform virtualization software, specifically emulators and hypervisors, are software packages that emulate the whole physical computer machine, often providing multiple virtual machines on one physical platform. The table below compares basic ...
* KVM Linux Kernel-based Virtual Machine – an open-source hypervisor platform
*
* Proxmox Virtual Environment
Proxmox Virtual Environment (PVE, or simply Proxmox) is a virtualization platform designed for the provisioning of hyper-converged infrastructure.
Proxmox allows deployment and management of virtual machines and containers. It is based on a modi ...
– a Free and Open-Source competitor of VMware ESX from Proxmox Server Solutions GmbH
* Hyper-V
Hyper-V is a native hypervisor developed by Microsoft; it can create virtual machines on x86-64 systems running Windows. It is included in Pro and Enterprise editions of Windows (since Windows 8) as an optional feature to be manually enabled. A ...
– a competitor of VMware ESX from Microsoft
* Virtual appliance
A virtual appliance is a pre-configured virtual machine image, ready to run on a hypervisor; virtual appliances are a subset of the broader class of software appliances. Installation of a software appliance on a virtual machine and packaging that ...
* Virtual disk image
In computer science, storage virtualization is "the process of presenting a logical view of the physical storage resources to" a host computer system, "treating all storage media (hard disk, optical disk, tape, etc.) in the enterprise as a sing ...
* Virtual machine
In computing, a virtual machine (VM) is the virtualization or emulator, emulation of a computer system. Virtual machines are based on computer architectures and provide the functionality of a physical computer. Their implementations may involve ...
* VMware VMFS
VMware VMFS (Virtual Machine File System) is VMware, Inc.'s clustered file system used by the company's flagship server virtualization suite, vSphere. It was developed to store virtual machine disk images, including snapshots. Multiple server ...
* x86 virtualization
x86 virtualization is the use of hardware-assisted virtualization capabilities on an x86/x86-64 CPU.
In the late 1990s x86 virtualization was achieved by complex software techniques, necessary to compensate for the processor's lack of hardware ...
* Xen – an open-source hypervisor platform
References
External links
VMware ESXi product page
ESXi Release and Build Number History
{{DEFAULTSORT:Vmware Esx
ESX