Skip to content

Instantly share code, notes, and snippets.

@benash
Created May 27, 2010 15:38
Show Gist options
  • Save benash/415953 to your computer and use it in GitHub Desktop.
Save benash/415953 to your computer and use it in GitHub Desktop.
service mgmt-vmware restart # Restart hostd
service vmware-vpxa restart # Restart vpxa
rpm -qa | grep vpxa | xargs rpm -e # Uninstall vpxa (allowing it to be auto-installed again)
# Check the state of Intel VT/AMD-V on a host:
# 0 – VT/AMD-V indicates that support is not available in this hardware.
# 1 – VT/AMD-V indicates that VT and AMD-V might be available but they are not supported in this hardware.
# 2 – VT/AMD-V indicates that VT and AMD-V are available but are currently not enabled.
# 3 – VT/AMD-V indicates that VT and AMD-V are enabled in the BIOS and can be used.
esxcfg-info|grep HV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment