Determining if Intel Virtualization Technology or AMD Virtualization is enabled in the BIOS without rebooting the ESXi host
searchcancel
Determining if Intel Virtualization Technology or AMD Virtualization is enabled in the BIOS without rebooting the ESXi host
book
Article ID: 308079
calendar_today
Updated On: 12-03-2024
Products
VMware vCenter ServerVMware vSphere ESXi
Issue/Introduction
When troubleshooting vMotion, Enhanced vMotion Capability (EVC), or 64bit virtual machine performance, it may be needed to determine if the Intel Virtualization Technology (VT) or AMD Virtualization (AMD-V) are enabled in the BIOS.
Resolution
Connect to ESXi via SSH as root user.
Run either of the two commands below.
vsish -e cat /hardware/cpu/cpuInfo
esxcfg-info|grep "\----\HV Support"
The output of the HV Support command indicates the type of Hyper-visor support available. The descriptions for the possible values are below.
0 - VT/AMD-V indicates that support is not available for this hardware. 1 - VT/AMD-V indicates that VT or AMD-V might be available but it is not supported for this hardware. 2 - VT/AMD-V indicates that VT or AMD-V is available but is currently not enabled in the BIOS. 3 - VT/AMD-V indicates that VT or AMD-V is enabled in the BIOS and can be used.