Monday, March 21, 2011

check processor vt support

http://www.cyberciti.biz/faq/linux-xen-vmware-kvm-intel-vt-amd-v-support/

egrep ‘(vmx|svm)’ /proc/cpuinfo
this will show AMD or Intel VT support if available
update: http://www.howtogeek.com/howto/linux/linux-tip-how-to-tell-if-your-processor-supports-vt/

the error:
Alert: Could Not Start Vps, Reason: Error: HVM guest support is unavailable: is VT/AMD-V supported by your CPU and enabled in your BIOS?:

for intel
# grep --color vmx /proc/cpuinfo

for amd
grep --color svm /proc/cpuinfo

finally
cat /sys/hypervisor/properties/capabilities

No comments:

Related Posts Plugin for WordPress, Blogger...