Archives

Archive for December 23rd, 2010

One common method to verify that the system has the hardware virtualization extentions (Intel VT or AMD-V) required for full virtualization is to look into /proc/cpuinfo like: egrep ‘(vmx|svm)’ –color=always /proc/cpuinfo There was an intriguing post by pjwelsh in the CentOS forums . Apparently he has a VT-capable CPU but it did not show up [...]

Dec 23rd, 2010 | Filed under centos, linux, RHEL