ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How to create a nested ESXi 6.5 Template

By Vladan SEGET | Last Updated: January 30, 2017

Shares

The way of installing or creating ESXi hosts as VMs (mean nested virtualization) has changed many times in the past. But as VMware introduces new features and improvements in every release of vSphere, the time has come again to check what's the best practices and How to create a nested ESXi 6.5 template. It is useless to remind you that running nested ESXi is unsupported, but very useful when learning VMware virtualization technology.

You can have a powerful workstation or server and run a complete VMware cluster of nested hypervisors with, on the top, small VMs allowing you to test all VMware virtualization technologies such as vMotion, HA, DRS or VSAN. All this with a single physical host.

By having a template which is ready to be imported, you save time when creating multiple ESXi hosts. Of course, it is not the only way to create and spin virtual ESXi hosts. You could use PowerCLI scripting or VMware AutoDeploy (with the new GUI) to deploy stateless ESXi hosts, but in this post we will focus only on the template creation.

This post is meant to help new people coming to learn some virtualization, by using VMware technology. Whether you saw this information elsewhere, it is possible. I'm still making it available for free and for everyone interested in learning.

There are two ways that you can proceed and use two different VMware Products to create nested ESXi 6.5 template:

  • Use VMware Free ESXi hypervisor – Installed on bare metal hardware. Good for 24/7 lab and the performance are usually better than when using desktop virtualization products. However, you'll need to access this system via a management workstation/laptop in order to manage this system.
  • Use VMware Workstation (Player) – When you have a “beefed” workstation and enough RAM and SSD capacity you can easily build nested vSphere 6.5 environment and still benefit of dedicated Windows/Linux/Hackintosh system to do some family videos or gaming. Don't expect to have as good speed out of it as VMware Workstation (Player) is what's called “second level hypervisor” product it means that it is not installed directly onto the bare metal hardware but at the top of an Operating System. I've built such a system two years ago – Lab Time – 64Gb RAM Box With Hexa Core CPU.

How to create a nested ESXi 6.5 Template – The steps:

I'm demonstrating the creation of the template via the ESXi Host Client which is now built-in, but you can perfectly use the old Windows C++ client as well, except the part where you need to check the box on CPU > Hardware virtualization > Expose hardware assisted virtualization to the guest. It is useful if you're planning to have a “double-nested” environment and to run a VM on the top of the virtual ESXi host.

Here is the walkthrough.

Create an ESXi 6.5 template for nested virtualization

After picking the Guest OS version “VMware ESXi 6.5” you'll get to pick a storage (I'm not showing this screen), and then you'll have a screen where you'll need to change few things.

You'll need to:

  • Set 2 vCPU
  • Check the box “Expose hardware assisted virtualization to the guest OS

VM settings for VMware ESXi 6.5 nested template

Then when you scroll further down, you can add more memory. Especially if you prefer turning up VMware VSAN. You might notice that now as networking adapter there is the VMXNET3. Previously the E1000 was the recommended option.

The VMXNET3 apparently has better performance and lower CPU usage. Also, the use of VMware paravirtual is the default option for nested ESXi. As you know, VMware paravirtual adapter has higher throughput and lower CPU usage too.

Different settings for nested ESXi 6.5 template

Click next and then finish to end the creation of the template. Note that it is not actually a template but regular VM which we will export. There is no possibility on the ESXi free version to convert the regular VM into a template, but there is the export. We will use that.

Then you'll receive a small prompt that you'll have two pop ups.

Export ESXi Nested VM as OVF

Here is the first one. It is the OVF file.

Export ESXi as OVF

And here is the second one, which is the VMDK file.

Export ESXi nested as template

We are done.

final template of ESXi

So when you want to deploy a new ESXi VM you can use it. How? Simply when creating the new VM, select the second option – “Deploy a virtual machine from an OVF or OVA file.

Then select the OVF we have just created as well as its associated virtual hard disk (2 files!!).

deploy a template for nested ESXi 6.5

After the template is deployed you can attach and connect ESXi 6.5 ISO and start the installation. We have done this many times in the past and it's pretty easy.

  • VMware ESXi 6 Installation Guide

VMware Workstation (Player) Template

When selecting the ESXi 6.5 iso, the Workstation (Player) software detects ESXi 6.0 software. (not ESXi 6.5). Also, you don't have a possibility to select VMware Paravirtual driver or VMXNET 3 which are features available only when creating the template from a “bare metal” ESXi host.

But still, it is a working scenario and useful when you can't afford to spend money on dedicated ESXi hardware. I'd expect that next version of VMware Workstation will be updated and will provide the latest ESXi 6.5 OS template.

ESXi 6.5 ISO selected and ESXi 6.0 detected

You can check our dedicated vSphere 6.5 page here.

Other ESX Virtualization posts:

  • Three Ways to Enable ESXi Shell and Timeout
  • Free VMware OS Optimization Utility
  • How to create a custom ESXi 6.5 ISO with VMware Image Builder GUI
  • VMware VSAN configuration steps with nested ESXi hypervisors

Also

  • VMware vSphere 6.5 Configuration Maximums
  • How to create a USB media with ESXi 6.5 Installation

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
5/5 - (2 votes)

| Filed Under: Server Virtualization Tagged With: How to create a nested ESXi 6.5 Template

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam confirming vSphere 9.0 and ESXi 9 upcoming support
  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in