July 15, 20169 yr Hi Is it possible to virtualize esxi under unraid? I want to do this for testing and training of vmware and its products (SRM etc).
July 15, 20169 yr Hi Is it possible to virtualize esxi under unraid? I want to do this for testing and training of vmware and its products (SRM etc). if i remember correctly, newest unRAID 6.2 have this feature - nested virtualization..
July 15, 20169 yr Author Hi uldise Are you referring to this post? https://lime-technology.com/forum/index.php?topic=48193.0 Im actually looking for a guide on how to setup the KVM perimeters for ESXi vm. Any help?
July 15, 20169 yr Author Anybody able to post some guidelines in right direction or share any experience in doing this?
July 16, 20169 yr Hi uldise Are you referring to this post? https://lime-technology.com/forum/index.php?topic=48193.0 Im actually looking for a guide on how to setup the KVM perimeters for ESXi vm. Any help? found it here: https://lime-technology.com/forum/index.php?topic=47408.0 and search for "nested virtualization". and i'm not tried it - i'm on esxi on my hosts..
September 1, 20169 yr Author Can anyone please share the .xml settings needed to run nested esxi under unraid 6.2.0-rc4?
December 14, 20169 yr I'm interested on a xml template, too. I asked the unRAID Support: they will provide a sample xml for ESXi on unraid, but no ETA. It's not on the top of the todo list... Hope it will be released in the next versions.
December 26, 20169 yr I have VMWare ESXi 6.5 Working in my UnRaid. After great deal of research I learn how to do it. How to do it: I have two answers to this. Short & Long. Short Answer: 1) Use Linux template to create ESXi VM. 2) VMWare do not like any VirtIO devices. 3) Change NIC type from virtio to "e1000". 4) Ensure 2GB for primary disk. 5) Change Disk Bus Type to "USB" Pre-requisite: A working Forward and reverse DNS Record. You can work-around this requirement using host file. Long Answer: Tip: Unless you know each option in XML File, do not copy someone else's XML file to create your VM. Otherwise you would be reading this article. Step 1: Configure Virt-Manager to manage your unRaid KVM host. (Use Spaceinvader One's video to learn how to it ). https://www.youtube.com/watch?v=SxNCUkt34pk&t=405s Why: Having GUI utility to create/configure XML file is easier then wasting hours to research and fix a small issue. Step 2: Create new VM from Linux template (Name it ESXi_VM) using UnRaid web-interface. IMPORTANT: Do not power it on as we need to customize it using Virt-Manager later. TIP: I gave all CPU and Memory to it because I would be hosting all subsequent VMs in it. Step 3: Now, assuming you have completed Step1 and have ability to manage VMs using Virt-Manager. Open ESXi_VM and change following two options 1) Change NIC type from virtio to "e1000". (See NIC_Config screenshot attached for more info.) 2) Change Disk Bus Type to "USB". (See Disk_Config screenshot attached for more info.) Step 4: Now, you will be able to do rest of installation without any issues. (If you need guidance regarding what to select, you can refer to Paul's video showing installation.) https://www.youtube.com/watch?v=DSJpAH93gcs
December 27, 20169 yr TIP: I gave all CPU and Memory to it because I would be hosting all subsequent VMs in it. Interested to see how that works for you. I suspect quite poorly, because the booting OS (slack) and the KVM layer both need memory and CPU to do their job of emulation. I'd recommend leaving core 0 and at LEAST 2GB of RAM unallocated.
January 4, 20179 yr You don't have to use Virt-Manager. The Disk Bus Type can be edited in the unRAID Webgui of the VM. For changing the NIC type edit the XML and find the fallowing section and change the model type: <interface type='bridge'> <mac address='52:54:00:fd:9f:eb'/> <source bridge='br0'/> <target dev='vnet1'/> <model type='e1000'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> Next question is, which is the best Disk Bus Type for datastores on which placing VMs. Worring about performance when using USB...
January 4, 20179 yr I just detected, that the model type is resetted to virtio when changing other options on the vm...
January 12, 20179 yr Does anybody know if this will run on AMD hardware or is Intel hardware required?
January 29, 20179 yr So everything is running and I'm just curious what setting is needed to add a datastore. I've tried a few options but doesn't look like ESXi is seeing anything. Has anyone got this worked out? Thanks,
January 31, 20179 yr So everything is running and I'm just curious what setting is needed to add a datastore. I've tried a few options but doesn't look like ESXi is seeing anything. Has anyone got this worked out? Thanks, you can passthrough a Hard Drive: see here: https://lime-technology.com/forum/index.php?topic=42490.msg404648#msg404648
January 31, 20179 yr Does anybody know if this will run on AMD hardware or is Intel hardware required? AMD Hardware should work also if your CPU supports AMD-Vi
Archived
This topic is now archived and is closed to further replies.