To check if your RHEL (Red Hat Enterprise Linux) system supports virtualization (i.e., if the CPU supports hardware virtualization like Intel VT-x or AMD-V), you can run the following command:
egrep -c '(vmx|svm)' /proc/cpuinfo
[vmx = Intel VT-x support svm = AMD-V support]
Thanks
To check if your RHEL (Red Hat Enterprise Linux) system supports virtualization (i.e., if the CPU supports hardware virtualization like Intel VT-x or AMD-V), you can run the following command:
egrep -c '(vmx|svm)' /proc/cpuinfo
[vmx = Intel VT-x support svm = AMD-V support]
Thanks
Chetan,
It is truly a bonus to have you as a member of this community!!!!
Thank you for showing off
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.