Guest User

Untitled

a guest
Jan 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. cat /proc/scsi/scsi
  2.  
  3. ethtool -i eth0
  4.  
  5. dmidecode | grep -i vmware
  6.  
  7. facter virtual
  8. xenu
  9.  
  10. facter virtual
  11. Physical
  12.  
  13. server1
  14. description: Computer
  15. product: VMware Virtual Platform
  16. vendor: VMware, Inc.
  17. version: None
  18. serial: VMware-...
  19. width: 64 bits
  20. capabilities: smbios-2.4 dmi-2.4 vsyscall64 vsyscall32
  21.  
  22. lspci | grep -i vmware
  23.  
  24. grep -i vmware /proc/scsi/scsi /proc/ide/*/model
  25.  
  26. lspci | grep -i vmware
  27.  
  28. grep -i vmware /proc/scsi/scsi /proc/ide/*/model
  29.  
  30. lspci | grep -i vmware
  31.  
  32. grep -i vmware /proc/scsi/scsi /proc/ide/*/model
  33.  
  34. dmidecode -t system|grep 'Manufacturer|Product'
  35.  
  36. dmidecode -t system|grep 'Manufacturer|Product'
  37.  
  38. Manufacturer: Dell Inc.
  39. Product Name: PowerEdge C5220
  40.  
  41. Manufacturer: innotek GmbH
  42. Product Name: VirtualBox
  43.  
  44. Manufacturer: QEMU
  45. Product Name: Standard PC (i440FX + PIIX, 1996)
  46.  
  47. hostnamectl status
  48.  
  49. hostnamectl status | grep "Chassis:"
Add Comment
Please, Sign In to add comment