Finally, after getting the domain controller and client built now it’s on to actually deploying ESXi!
You can download eval copies of VMware software directly from VMware (after creating an account) here: https://my.vmware.com/web/vmware/downloads/info/slug/datacenter_cloud_infrastructure/vmware_vsphere/7_0
You can also register for the VMware User Group’s VMUG Advatage program and get access to 365-day trial licenses. More info on the VMUG Advantage program can be found here: https://www.vmug.com/membership/vmug-advantage-membership
After getting the ESXi ISO downloaded we can start the VM builds
VM Creation
- In VMware Workstation press CTRL+N to open the New Virtual Machine Wizard, and make sure Typical is selected, then click Next
- Select the ISO that was downloaded and click Next
- Select VMware ESX, and in the drop down select VMware ESXi 6.x, then click Next
- Name the VM, and change the location (if needed) then click Next
- The default storage of 40GB is more than enough. The hosts will be configured to connect to an iSCSI target, so leave the default and click Next.
- Click Customize Hardware
- Configure the hardware.
- Since these will be the virtualization hosts allocate as much CPU and RAM as you can.
- When setting the CPU count verify the box is checked for Virtualize Intel VT-x/EPT or AMD-V/RVI
- Set the NIC to Bridged
- Click Close
- Click Finish
ESX installation
- Power on the VM
- The VM should automatically boot from the ISO, and it will take a moment to load everything
- When prompted to start the install press Enter to continue.
- Make sure to read the EULA in its entirety, and if you accept it press F11 to move on.
- By default the hard drive created with the VM will be present and selected. Press Enter again to continue.
- Select the correct keyboard layout, and again press Enter to continue.
- Type in a password, and then press Tab to re-enter the password to confirm it. Then press Enter to continue.
- Finally, press F11 to confirm the configuration and begin the installation.
- The install is fairly quick. When it is done press Enter to reboot.
- It will take a little while for the VM to reboot and come back up.
Initial ESX configuration
- At the main screen press F2 to Customize System.
- Enter the credentials and press Enter
- In the System Customization window use the Down Arrow to highlight (or is it blacklight? lowlight?) Configure Management Network and press Enter.
- Select IPv4 Configuration and press Enter
- Select DNS Configuration and press Enter to open the DNS options.
- Use the Down Arrow to highlight “Use the following DNS Server…” and press Space to select that, then use the Down Arrow to enter the DNS server address information. Use the IP of the DNS server that was created for the lab. Also, type in the the FQDN that matches the DNS record created. Press Enter to submit these changes.
- Again, use the down arrow to select Custom DNS Suffixes (I’m not adding a screenshot since there’s already two for the same page)
- Enter the lab domain name and press Enter.
- Press Escape to exit the configuration menu, then press Y to accept the changes and restart the management network.
- (Optional) Test the management network to verify things work. It should return OK if everything works as expected.
This completes the configuration of the first ESXi host. This process can be repeated to create a second host, which will allow the creation of an HA cluster.