VMware Cloud Community
ozz_cz
Contributor
Contributor
Jump to solution

CPU limitation using .ova

Hi guys,

recently I came across strange thing - while deploying .ova VM I cannot select more than 8 CPUs

8cores.PNG

I DO use free license so this is acceptable, but then a customer of mine complaints it does not allow him to use more cores even having licensed ESXi.

Other machines are using up to 12cores without issues there.

While I create VM manually and install the system (based on RHEL6-64bit) using .iso I can select up to 24 cores - limited by the license naturally.

Trying to dig into the .ova I found this portion in .ovf

xml.PNG

So is THIS the limitation? 1 virtual CPU(s) / WirtualQuantity?

I do not think so... 😞

Regards,

Ondrej

0 Kudos
1 Solution

Accepted Solutions
rcporto
Leadership
Leadership
Jump to solution

Based in your appliance .ovf file, you're using virtual hardware version 7 (vmx-07), and the virtual hardware version 7 is limited to 8 vCPU, see the following VMware KB article to configuration limits to each hardware version: Hardware features available with virtual machine compatibility settings (2051652) | VMware KB

If you want more than 8 vCPU, you will need to upgrade the virtual hardware version, but if that OVA is a vendor appliance, check with the vendor if they will support that deployment after the virtual hardware upgrade, and always take a snapshot before the upgrade, just in case you need to rollback the change.

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto

View solution in original post

2 Replies
rcporto
Leadership
Leadership
Jump to solution

Based in your appliance .ovf file, you're using virtual hardware version 7 (vmx-07), and the virtual hardware version 7 is limited to 8 vCPU, see the following VMware KB article to configuration limits to each hardware version: Hardware features available with virtual machine compatibility settings (2051652) | VMware KB

If you want more than 8 vCPU, you will need to upgrade the virtual hardware version, but if that OVA is a vendor appliance, check with the vendor if they will support that deployment after the virtual hardware upgrade, and always take a snapshot before the upgrade, just in case you need to rollback the change.

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
ozz_cz
Contributor
Contributor
Jump to solution

Very helpful!

Thank you

0 Kudos