Search code examples
perlvmwareredhatesx

How can I tell if I'm running in a VMWARE virtual machine (from linux)?


I have a VMWARE ESX server. I have Redhat VMs running on that server. I need a way of programatically testing if I'm running in a VM. Ideally, I'd like to know how to do this from Perl.


Solution

  • See the answer to "Detect virtualized OS from an application?".