Make Your Own Virtual Machine Server with VMware ESXi

NC

This article explains How to create a Virtual Server using VMware ESXi. First of all you need to create a custom ESXi image.

Install VMware.PowerCLI

Rright click the icon of windows in the lower left corner and select "Windows Power Shell (Administrator)".

Run the command:

Install-Module -Name VMware.PowerCLI

If you see a warning that you are installing modules from an untrusted repository press "Y" and then press enter.

Make Your Own Virtual Machine Server with VMware ESXi

To confirm the installation, you must set the Powershell executionpolicy from restricted to unrestricted to allow local Powershell Scripts.

Set-ExecutionPolicy Unrestricted

Make Your Own Virtual Machine Server with VMware ESXi

Download ESXi-Customizer-PS.ps1

ESXi-Customizer-PS.ps1 is a Powershell script that greatly simplifies and automates the process of creating full. Patched and customized ESXi installation ISO using the VMware.PowerCLI.

Make Your Own Virtual Machine Server with VMware ESXi

Creating custom ESXi Image

ESXi-Customizer-PS is a Powershell script that you launch from within a Powershell.

cd your ESXi-Customizer-PS path

Make Your Own Virtual Machine Server with VMware ESXi

VMware.PowerCLI console window in accept various command line options. One of them is help that will display this help screen.

.\ESXi-Customizer-PS.ps1 -help

Make Your Own Virtual Machine Server with VMware ESXi

Here is a list of packages you can choose the right one for your computer. In this article I choose two packages, one for the NICs driver and one for the hard drive with solder connector.

Make Your Own Virtual Machine Server with VMware ESXi

You run the command as follow:

.\ESXi-Customizer-PS.ps1 -v60 -vft -load sata-xahci,net55-r8168 -nsc

And here is your resulting ISO file.

Make Your Own Virtual Machine Server with VMware ESXi

Create a bootable VMware ESXi installer USB flash drive

Next you use the Rufus tool to create an ESXi installer.

Make Your Own Virtual Machine Server with VMware ESXi

Make Your Own Virtual Machine Server with VMware ESXi

Install ESXi

Next Step, you install ESXi on the target computer.

Make Your Own Virtual Machine Server with VMware ESXi

Since this is a new installation of ESXi. Select install in the following screen.

Make Your Own Virtual Machine Server with VMware ESXi

Choose the disk where you would like to install the ESXi.

Make Your Own Virtual Machine Server with VMware ESXi

Confirm that you are ready to start the install process. The installation process takes few minutes. 

After ESXi is installed you will get the following screen where you can find the IP address of ESXi.

Make Your Own Virtual Machine Server with VMware ESXi

At this point, You are done creating a virtual server.

Make Your Own Virtual Machine Server with VMware ESXi

Facebook: https://www.facebook.com/routerbest

Twitter: https://twitter.com/routerbestcom

Tags: VMware