I am getting this error message: Operation failed: NoHostResources: No host is schedulable: 14
There is no insight in the entire system to say why the host is not schedulable.
I have allocated 100GB Memory, 16 cpu cores and 2.5TB of storage To CE 2.1. All health checks are green.
VM i’m trying to run is Linux based, 2GB memory 128GB storage without any networking.
I’ve started and stopped the cluster. Entered and Exited Maintenance Mode.
The system is a Dell R720 with E5 2667 V2 processors running ESXI 7.0U3o
I am at a loss for why this system won’t run a basic linux VM.
Any ideas would be appreciated.
Page 1 / 1
Looks like the host (AHV) is in maintenance mode. Can you paste the output of this command: acli host.list
If the host in not schedulable then make it schedulable by running: acli host.exit_maintenance_mode <host_AHV_IP_Address>
@JeroenTielen
I have done the above, but, the host still reports as “Schedulable == False”
nutanix@NTNX-2b1a5e16-A-CVM:192.168.42.3:~$ acli host.list Hypervisor IP Hypervisor DNS Name Host UUID Node state Connected Node type Schedulable Hypervisor Name CVM IP 192.168.42.2 192.168.42.2 8afab6a6-30dc-47de-a9aa-560226eac402 AcropolisNormal False Hyperconverged False AHV 192.168.42.3 nutanix@NTNX-2b1a5e16-A-CVM:192.168.42.3:~$ acli host.exit_maintenance_mode 192.168.42.2 ExitMaintenanceMode: pending ExitMaintenanceMode: complete nutanix@NTNX-2b1a5e16-A-CVM:192.168.42.3:~$ acli host.list Hypervisor IP Hypervisor DNS Name Host UUID Node state Connected Node type Schedulable Hypervisor Name CVM IP 192.168.42.2 192.168.42.2 8afab6a6-30dc-47de-a9aa-560226eac402 AcropolisNormal False Hyperconverged False AHV 192.168.42.3 nutanix@NTNX-2b1a5e16-A-CVM:192.168.42.3:~$
Still trying to figure this out.
Looks like the host got some network issues. It is still not connected. (Connected=false)
In my blog there is a section about the vmware virtual switch. Did you set those settings according the blogpost?
@JeroenTielen
Yes, I setup the Security policy settings.
It is setup as VMXNET3. I didn’t see any specific reference in your guide. Maybe switch over to the Intel NIC emulation?
Well, I changed the NIC type to E1000, and still no change. Connected=False, Schedulable=False
The CPU requirements are not very specific. I have dual E5 2667 V2 processors; which is good for what I want to run inside Nutanix. I’ve read about plenty of people using Dell R720 servers and Nutanix CE.
I’m running out of ideas.
Did you try a reinstall? Maybe something wasnt right from the beginning.
I have re-installed 3-4 times, no change in the result. It will not run a simple VM.
I will turn on the ESX server and install a CE again and update the blogpost with the network interface,.
Blogpost is updated with more detailed information. Can you try it again? And please, follow the steps exactly.
@JeroenTielen
Are there any specific logs that I can check to determine why the host is not schedulable?
Your example shows vCenter 8. I am using ESXI 7.0U3. I don’t know if that would be a difference.
I’ll give it another go this afternoon and re-look at your website.
The esx server i used this week was also 7 ;). Works the same.
Same problem here - is there a solution know? Network is ok, AFAIK enough resources but still PC VM refuses to start
Note: downloaded latest available PC offered in PE
@ClausP do you have a screenshot of your error?
Hey Jeroen,
when trying to boot up the PC VM after deployment iPE reported “Operation failed nohostresources ..:” while plety resources available and same like Chris (Scheduleable and Connected false which is quite funny as I was connected with Putty directly to the CVM from my workstation over the physical network))
I am now going with a new installation from scratch to see if there’s any difference (before I know I did not set the disk.EnableUUID parameter
Will report if it should bring up a more positive outcome.
Regards!
Claus
Same outcome.
Same issue here
please, keep posting if you find a solution
Thanks
Running into the same issue as well. I’m using an older Dell R620 and ESXi 6.5 Nutanix CE 2.1 Single Node Cluster but followed the blogpost perfectly and only failed when I tried to power on a VM I created. I tried both VMXNET 3 and currently trying E1000e
Error in Prism UI: Operation failed: NoHostResources: No host has enough available resources for VM 93d7d42e-ab36-44cd-8c03-4961cbacff75.: 14
I noticed in Prism under network configuration that there is no vswitch defined at all. Thought that was weird. Created a subnet with vlan 0.
Followed same troubleshooting as here and see the same issue with my CVM not able to get out of maintenance mode
nutanix@NTNX-3ce02ccb-A-CVM:192.168.68.181:~$ acli host.list Hypervisor IP Hypervisor DNS Name Host UUID Node state Connected Node type Schedulable Hypervisor Name CVM IP 192.168.68.180 192.168.68.180 4a53ad5b-7dc8-47c6-b541-85de54fa4294 AcropolisNormal False Hyperconverged False AHV 192.168.68.181
I SSH into the AHV host and checked service ahv-host-agent status and found this error, hoping this will help if others have the same error and somebody knows what to do:
[root@NTNX-3ce02ccb-A ~]# service ahv-host-agent status Redirecting to /bin/systemctl status ahv-host-agent.service ● ahv-host-agent.service - AHV Host Agent that manages an AHV host Loaded: loaded (/usr/lib/systemd/system/ahv-host-agent.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2025-09-30 00:09:29 UTC; 2h 52min ago Main PID: 8625 (python3) Tasks: 2 (limit: 203632) Memory: 47.1M (limit: 512.0M) CGroup: /system.slice/ahv-host-agent.service └─8625 python3 /usr/sbin/ahv-host-agent
Sep 30 00:09:28 NTNX-3ce02ccb-A systemd[1]: Starting AHV Host Agent that manages an AHV host... Sep 30 00:09:29 NTNX-3ce02ccb-A systemd[1]: Started AHV Host Agent that manages an AHV host. Sep 30 01:34:30 NTNX-3ce02ccb-A python3[8625]: ahv-host-agent[8625] bond_uplink_vlans.py:285 WARNING Failed to get mod time for /run/ahv/vlan_discovery.stamp: [Errno 2] No such file or director>
If you change the network card (vmxnet3 to e1000e) you need to run a script (nic_add_or_replace) or reinstall the node.