[EN] ESXi Creating Virtual Machine

2 minute read

Hi everyone,

In this article, I will cover how to create a virtual machine on an ESXi node.

ESXi nodes are typically not used as standalone servers; they are usually managed centrally with vCenter, which allows for easier management of multiple ESXi nodes.

However, in this article, I will show you how to create a virtual machine directly on an ESXi node.

I will walk you through the process of creating, installing, and configuring Windows Server 2022 as an AD-DC (Active Directory Domain Controller). The creation process will be as follows:

First, we need to upload an ISO image to the ESXi node.

esxi

I will create a folder named ISO’s to store my ISO files.

esxi

esxi

esxi

ISO Uploading:

esxi

esxi

esxi

Create a virtual machine:

esxi

esxi

esxi

esxi

esxi

esxi

esxi

Hard Disk section is so important. There are 3 options in this section.

  • Thin Provisioned Disk: Initially consumes only the used space and grows as more data is added. It optimizes storage usage but may have slightly lower performance.

  • Thick Provisioned Lazy Zeroed Disk: Allocates full disk space at creation, but only writes data when needed, leaving unused blocks uninitialized until first use. It offers faster allocation but may have slight delays on first writes.

  • Thick Provisioned Eager Zeroed Disk: Allocates full space and pre-zeros all blocks at creation. It provides the best performance but takes longer to create and requires more initial storage.

esxi

Select the appropriate Ethernet adapter.

esxi

Summary.

esxi

Power on the machine.

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

VMware Tools Installation:

VMware Tools is a set of utilities that enhances the performance and management of virtual machines.

  1. Improved Performance: Enhances graphics, mouse synchronization, and overall VM responsiveness.
  2. Better Integration: Enables features like clipboard sharing, drag-and-drop, and time synchronization with the host.
  3. Advanced Management: Allows graceful shutdown, guest OS heartbeat monitoring, and better resource optimization.
  4. Driver Enhancements: Installs optimized drivers for network, display, and storage to improve compatibility and speed.

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

esxi

We have successfully installed the virtual machine.

Thank you for taking the time to read this article. I hope you found it useful.

Keep up the great work!