I installed a single nutanix CE node in a nested VMware VM but the CVM doesnt start.
The nested VM Option was checked when configuring the VM and the disk.EnableUUID parameter was set to TRUE. Allocated virtual Hardware: 10cores; 52GB RAM; 16+200+500GB drives
The installation was successfull, however the CVM wont start with the following errormessage:
error: internal error: qemu unexpectedly closed the monitor: 2025-04-29T07:57:29.088493Z qemu-kvm: unable to map backing store for guest RAM: Cannot allocate memory
The xmldump shows the following:
<domain type='kvm'>
<name>NTNX-be7cea29-A-CVM</name>
<uuid>26b6df8b-f03e-482e-b12c-a8e76e767bc1</uuid>
<memory unit='KiB'>16777216</memory>
<currentMemory unit='KiB'>16777216</currentMemory>
<memoryBacking>
<hugepages/>
<nosharepages/>
</memoryBacking>
<vcpu placement='static' cpuset='0-4'>4</vcpu>
<resource>
<partition>/machine</partition>
</resource>
<os>
<type arch='x86_64' machine='pc-i440fx-rhel7.6.0' max_ram_below_4g='536870912'>hvm</type>
<boot dev='cdrom'/>
<bootmenu enable='no'/>
</os>
………
cat /proc/meminfo | grep Huge shows the following, in case that helps troubleshooting:
AnonHugePages: 0 kB
ShmemHugePages: 0 kB
FileHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
Any idea what could be the mistake or whrere i should check? Im totally new to nutanix so any help is welcome.
Thank you:)