In general, applications hosted will request operating systems to communicate with hardware of the system. In virtual environment since hardware is shared between different OS, we need a common system to manage the hardware resources and there comes the HYPERVISOR.
ESXI is VMWare’s hypervisor .It is type1 which means hosted on bare metal. (Type 2 is software application hosted on OS). Its includes linux kernel (VmKernel) and consumes minimal hardware space to run . In addition to above, Security features like lockdown, Firewall.. can be configured on hypervisor which inherits to the systems hosted.
Let’s see how to install ESXI .
Diagram: Architecture built in this lab

Note: The same tasks are implemented for installing two ESXi Hosts but the detailed process of one is showcased in screenshots.
create a virtual machine on the resource allocated with simple straight forward steps where hardware resources of machine like CPU,Memory, Adapters,Storage capacity are configured. Since we are creating a virtual machine with ESXI ISO which is chosen during customization hardware step in 6 simple steps.
Step1: Choose Name of Virtual machine and location to store

Step2: Resource location for storing VM is opted

Step3: For recommended configurations from VM this is most important step. Choosing the OS about to install (in this case ESXI) sets the minimum hardware as in next step per VMWare recommendations .

Step4: ISO file in datastore is accessed to install the Hypervisor.

Step5: Basic hardware as per recommendations are set which can be updated. For this lab, we are going to increase CPU to 12 and Memory to 60GB.

Step6: PowerOn Virtual Machine and install ESXi

F11 to accept the terms

Choose the partition disk for installing the Operating System.

select Language

set the root Password

Accept the warnings and continue the installation

Install

Installation progress bar to display status

Reboot to install the Hypervisor


Install VMKernel

Fully Loaded Hypervisor.

Troubleshooting:
The lab was pretty straightforward.
The warning received during installation is regarding the Hardware virtualization, which is similar to enabling virtualization feature in BIOS.
CriticalThinking:
ESXI can be used to manage available resources efficiently by running multiple applications and OS on it .Installation is pretty straightforward. Network , Storage,Server and Desktop virtualization can be handled using this VM-hypervisor. In Business, hosting dedicated resources for applications is a simple waste of money over resources and ineffective approach. Since, Virtualization not only brings every thing under one-place but easy to administrate is much preferred.
