ESX Check Hardware-assisted Virtualization Support


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. esxcfg-info|grep "HV Support"
  2.  
  3. # The output of the HV Support command indicates the type of Hyper-visor support available.
  4. # These are the descriptions for the possible values:
  5.  
  6. # 0 - VT/AMD-V indicates that support is not available for this hardware.
  7. # 1 - VT/AMD-V indicates that VT or AMD-V might be available but it is not supported for this hardware.
  8. # 2 - VT/AMD-V indicates that VT or AMD-V is available but is currently not enabled in the BIOS.
  9. # 3 - VT/AMD-V indicates that VT or AMD-V is enabled in the BIOS and can be used.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.