Created
July 26, 2017 23:00
-
-
Save gmirsky/52d30adddef12778708bb550beff5279 to your computer and use it in GitHub Desktop.
Is the server physical or a VM? If VM what type of VM?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VMware Workstation | |
| ====================================== | |
| $sudo dmidecode -s system-product-name | |
| Output ==> VMware Virtual Platform | |
| VirtualBox | |
| ====================================== | |
| $sudo dmidecode -s system-product-name | |
| Output ==> VirtualBox | |
| Qemu with KVM | |
| ====================================== | |
| $sudo dmidecode -s system-product-name | |
| Output ==> KVM | |
| Qemu (emulated) | |
| ====================================== | |
| $sudo dmidecode -s system-product-name | |
| Output ==> Bochs | |
| Virtuozzo | |
| ====================================== | |
| $sudo dmidecode | |
| Output ==> /dev/mem: Permission denied | |
| Xen | |
| ====================================== | |
| $sudo dmidecode | grep -i domU | |
| Output ==> Product Name: HVM domU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment