<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to verify if  linux server is physical server or Virtaul server (VMWare) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528239#M38775</link>
    <description>Run "lspci". If you don't have root access, you may have to use a full path: /sbin/lspci or /usr/sbin/lspci. Then look at the listing.&lt;BR /&gt;&lt;BR /&gt;If you see something like this, you are on a VMware virtual machine:&lt;BR /&gt;[...]&lt;BR /&gt;00:0f.0 VGA compatible controller: VMware SVGA II Adapter&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;If you have root access, you can also use the dmidecode command:&lt;BR /&gt;&lt;BR /&gt;dmidecode |less&lt;BR /&gt;&lt;BR /&gt;If the "System Information" section says something like this, you're on a VMware virtual machine:&lt;BR /&gt;&lt;BR /&gt;Manufacturer: VMware, Inc.&lt;BR /&gt;Product Name: VMware Virtual Platform&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Thu, 05 Nov 2009 11:10:03 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-11-05T11:10:03Z</dc:date>
    <item>
      <title>How to verify if  linux server is physical server or Virtaul server (VMWare)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528238#M38774</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How can we check if a linux server is physical or virtual (hosted on VMWare) by just logging into the server remotely.&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;BR /&gt;Gaby</description>
      <pubDate>Thu, 05 Nov 2009 08:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528238#M38774</guid>
      <dc:creator>Gaby1110</dc:creator>
      <dc:date>2009-11-05T08:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if  linux server is physical server or Virtaul server (VMWare)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528239#M38775</link>
      <description>Run "lspci". If you don't have root access, you may have to use a full path: /sbin/lspci or /usr/sbin/lspci. Then look at the listing.&lt;BR /&gt;&lt;BR /&gt;If you see something like this, you are on a VMware virtual machine:&lt;BR /&gt;[...]&lt;BR /&gt;00:0f.0 VGA compatible controller: VMware SVGA II Adapter&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;If you have root access, you can also use the dmidecode command:&lt;BR /&gt;&lt;BR /&gt;dmidecode |less&lt;BR /&gt;&lt;BR /&gt;If the "System Information" section says something like this, you're on a VMware virtual machine:&lt;BR /&gt;&lt;BR /&gt;Manufacturer: VMware, Inc.&lt;BR /&gt;Product Name: VMware Virtual Platform&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 05 Nov 2009 11:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528239#M38775</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-05T11:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if  linux server is physical server or Virtaul server (VMWare)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528240#M38776</link>
      <description>Hi,&lt;BR /&gt;as said above "dmidecode" command is the best way to verify this.&lt;BR /&gt;&lt;BR /&gt;Good Luck ...!&lt;BR /&gt;NJ</description>
      <pubDate>Fri, 06 Nov 2009 03:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528240#M38776</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-11-06T03:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to verify if  linux server is physical server or Virtaul server (VMWare)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528241#M38777</link>
      <description>Yes using dmidecode command we can find out VM or physical sevrer.&lt;BR /&gt;&lt;BR /&gt;Here is the o/p&lt;BR /&gt;&lt;BR /&gt;VM&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;#dmidecode | grep Manufacturer&lt;BR /&gt;                Manufacturer: VMware, Inc.&lt;BR /&gt;                Manufacturer: Intel Corporation&lt;BR /&gt;                Manufacturer: No Enclosure&lt;BR /&gt;&lt;BR /&gt;Physical&lt;BR /&gt;--------&lt;BR /&gt;#dmidecode | grep Manufacturer&lt;BR /&gt;                Manufacturer: HP&lt;BR /&gt;                Manufacturer: HP</description>
      <pubDate>Mon, 16 Nov 2009 14:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-verify-if-linux-server-is-physical-server-or-virtaul/m-p/4528241#M38777</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2009-11-16T14:11:26Z</dc:date>
    </item>
  </channel>
</rss>

