/var/log/vmware/vpxd/vpxd.log
[YYYY-MM-DDTHH:MM:SS] verbose vpxd[06497] [Originator@6876 sub=DAS opID=lodd0w3o-12915983-auto-7ou1c-h5:71483818-8-01] Failover resources check: clusterMem=765919, clusterCpu=112887, memUsed=557, cpuUsed=64, memAvailPercent=99, cpuAvailPercent=99, numHosts=1 PMemTotal=0, PMemUsed=0, PMemAvailPercent=0.
[YYYY-MM-DDTHH:MM:SS] verbose vpxd[06497] [Originator@6876 sub=cdrsPlmt opID=lodd0w3o-12915983-auto-7ou1c-h5:71483818-8-01] Vm [vim.VirtualMachine:vm-456378,vm_name] failed RpAdmission with N3Vim5Fault34InsufficientFailoverResourcesFault9ExceptionE(Fault cause: vim.fault.InsufficientFailoverResourcesFault)
vCenter ignores one of the hosts in the cluster, resulting in numHosts
being detected as 1 instead of 2. This is due to an underlying issue where the host is being ignored, often related to datastore connectivity issues. (Affects Clusters with 2 or More Nodes)
/var/log/vmware/vpxd/vpxd.log
[YYYY-MM-DDTHH:MM:SS] verbose vpxd[08555] [Originator@6876 sub=DAS opID=ClusterSnapshot-4887f48d] Ignoring host [vim.HostSystem:host-ID,XX.XX.XX.XX]: connected=true, dasState=connected
[YYYY-MM-DDTHH:MM:SS] verbose vpxd[08322] [Originator@6876 sub=DAS opID=ClusterSnapshot-3530c5e5] Ignoring host [vim.HostSystem:host-ID,
XX.XX.XX.XX
]: connected=true, dasState=connected[YYYY-MM-DDTHH:MM:SS] verbose vpxd[07683] [Originator@6876 sub=DAS opID=ClusterSnapshot-23ea262e] Ignoring host [vim.HostSystem:host-ID,
XX.XX.XX.XX
]: connected=true, dasState=connected[YYYY-MM-DDTHH:MM:SS] verbose vpxd[06428] [Originator@6876 sub=DAS opID=ClusterSnapshot-46e1f5de] Ignoring host [vim.HostSystem:host-ID,
XX.XX.XX.XX
]: connected=true, dasState=connected
1. Remove and re-add the problematic host to vCenter.
2. After re-adding the host, verify that numHosts
is detected as 2, and the VM can be powered on without the "Insufficient resources" error.