[EN] ESXi Creating Virtual Machine
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.
I will create a folder named ISO’s to store my ISO files.
ISO Uploading:
Create a virtual machine:
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.
Select the appropriate Ethernet adapter.
Summary.
Power on the machine.
VMware Tools Installation:
VMware Tools is a set of utilities that enhances the performance and management of virtual machines.
- Improved Performance: Enhances graphics, mouse synchronization, and overall VM responsiveness.
- Better Integration: Enables features like clipboard sharing, drag-and-drop, and time synchronization with the host.
- Advanced Management: Allows graceful shutdown, guest OS heartbeat monitoring, and better resource optimization.
- Driver Enhancements: Installs optimized drivers for network, display, and storage to improve compatibility and speed.
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!