How to detect whether running on VMware?
In article <g69q3o$f9v$1@softins.clara.co.uk>,
Tony Mountifield <tony@softins.clara.co.uk> wrote: > Does anyone know how a program, script or shell user can best determine > whether the machine is running on bare metal or is a VMware guest? Thanks for the responses. Grepping for VMware in /proc/scsi/scsi or the output from dmidecode look to be the most reliable options. Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
In article <48886F83.6090707@xplanation.com>,
Paul Bijnens <paul.bijnens@xplanation.com> wrote: > Tony Mountifield wrote: > > Does anyone know how a program, script or shell user can best determine > > whether the machine is running on bare metal or is a VMware guest? > > > > > > This paper show some very interesting tricks: > > http://handlers.sans.org/tliston/ThwartingVM*Detection*_Liston_Skoudis.pdf Interesting link (once I'd removed the * characters) - thanks! Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
Does anyone know how a program, script or shell user can best determine
whether the machine is running on bare metal or is a VMware guest? # dmidecode | grep Product Product Name: VMware Virtual Platform _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
Tom Brown wrote:
Does anyone know how a program, script or shell user can best determine whether the machine is running on bare metal or is a VMware guest? # dmidecode | grep Product Product Name: VMware Virtual Platform _______________________________________________ mmm.... a XEN VPS gives me this: # dmidecode | grep Product /dev/mem: mmap: Bad address -- Kind Regards Rudi Ahlers Check out my technical blog, http://blog.softdux.com for Linux or other technical stuff _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
# dmidecode | grep Product
Product Name: VMware Virtual Platform _______________________________________________ mmm.... a XEN VPS gives me this: # dmidecode | grep Product /dev/mem: mmap: Bad address so its not running on VMware - great job done _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
Tony Mountifield wrote on Thu, 24 Jul 2008 11:47:04 +0000 (UTC):
> Does anyone know how a program, script or shell user can best determine > whether the machine is running on bare metal or is a VMware guest? AFAIK, VMWare uses vmnet32 drivers for ethernet and possibly others for other devices as well. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Tony Mountifield wrote: | Does anyone know how a program, script or shell user can best determine | whether the machine is running on bare metal or is a VMware guest? | Obviously from the responses many people have a solution... my question is "Why do you care?". What is it that you would do (or not do) on a vmware guest that you might do on bare metal? - -- Milton Calnek BSc, A/Slt(Ret.) milton@calnek.com 306-717-8737 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org iD8DBQFIiKvKHgnbf2T2QqMRAtn9AKCtBZ4c+8d06WtNALiaXG MKDjAUAACfaMHd Vxm3Gh7osNG0QRc7pG7MsHw= =/Mzo -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
Tony Mountifield wrote:
| Does anyone know how a program, script or shell user can best determine | whether the machine is running on bare metal or is a VMware guest? | Obviously from the responses many people have a solution... my question is "Why do you care?". What is it that you would do (or not do) on a vmware guest that you might do on bare metal? install VMware tools perhaps? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
In article <4888ABCA.8000203@calnek.com>,
Milton Calnek <milton@calnek.com> wrote: > > Tony Mountifield wrote: > | Does anyone know how a program, script or shell user can best > determine > | whether the machine is running on bare metal or is a VMware guest? > | > > Obviously from the responses many people have a solution... > my question is "Why do you care?". > > What is it that you would do (or not do) on a vmware guest that you > might do on bare metal? Just trying to understand a 3rd party setup where I was pretty sure one of their hosts was a vmware guest, but they didn't believe it was! (it was set up for them by someone else) Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
How to detect whether running on VMware?
Kai Schaetzl wrote:
Tony Mountifield wrote on Thu, 24 Jul 2008 11:47:04 +0000 (UTC): Does anyone know how a program, script or shell user can best determine whether the machine is running on bare metal or is a VMware guest? AFAIK, VMWare uses vmnet32 drivers for ethernet and possibly others for other devices as well. indeed. # modinfo vmxnet filename: /lib/modules/2.6.18-5-486/misc/vmxnet.ko author: VMware, Inc. description: VMware Virtual Ethernet driver. ... # dmesg |grep -i vmware hdc: VMware Virtual IDE CDROM Drive, ATAPI CD/DVD-ROM drive Vendor: VMware, Model: VMware Virtual S Rev: 1.0 VMware hgfs: HGFS is disabled in the host VMware hgfs: HGFS is disabled in the host VMware memory control driver initialized VMware vmxnet virtual NIC driver ... _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
| All times are GMT. The time now is 10:27 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.