cancel
Showing results for 
Search instead for 
Did you mean: 
Trevor
Starfighter Starfighter
Starfighter
  • 239 Views

Virtualization Support

Jump to solution

What command can I execute to check if a RHEL system supports virtualization?

Sorry Architects (RHCAs), this one is only for the RHCSA and RHCE folks!!!

Trevor "Red Hat Evangelist" Chandler
Labels (3)
1 Solution

Accepted Solutions
Blue_bird
Flight Engineer
Flight Engineer
  • 212 Views

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

 

View solution in original post

4 Replies
Blue_bird
Flight Engineer
Flight Engineer
  • 213 Views

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

 

Trevor
Starfighter Starfighter
Starfighter
  • 184 Views

Hello Blue_bird,

You get the points!!!  Your command definitely provides the needed info.

 

Thanks Blue_bird!

Trevor "Red Hat Evangelist" Chandler
Chetan_Tiwary_
Community Manager
Community Manager
  • 166 Views

Now that it has been answered - time to show off : 

Chetan_Tiwary__0-1749835573646.png

 

Trevor
Starfighter Starfighter
Starfighter
  • 152 Views

Chetan, 

It is truly a bonus to have you as a member of this community!!!!

 

Thank you for showing off

 

Trevor "Red Hat Evangelist" Chandler
Join the discussion
You must log in to join this conversation.