<?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 check server is phyical or virtual in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814705#M24019</link>
    <description>Ruan, it's wrong.&lt;BR /&gt;&lt;BR /&gt;ethX:Y is virtual IP on physical NIC, not virtual machine</description>
    <pubDate>Thu, 27 Jul 2006 02:35:02 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2006-07-27T02:35:02Z</dc:date>
    <item>
      <title>How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814698#M24012</link>
      <description>Hi,&lt;BR /&gt;I got root access of new two RHEL3 servers.&lt;BR /&gt;&lt;BR /&gt;this is too much phyically far from me,&lt;BR /&gt;&lt;BR /&gt;someone is saying that one server is phyical and another one is virtual server,&lt;BR /&gt;&lt;BR /&gt;how to check it?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 29 Jun 2006 01:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814698#M24012</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-29T01:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814699#M24013</link>
      <description>It depends on how the server has been virtualized.&lt;BR /&gt;&lt;BR /&gt;Typically, you'll see different details in '/proc/cpuinfo', or the kernel will have odd tags against it (xen for instance), but otherwise, normally they'd appear pretty similar.&lt;BR /&gt;&lt;BR /&gt;Have a look at the 'lspci output, as well as the 'dmesg' output.  Hopefully it'll say something more detailed in there.</description>
      <pubDate>Thu, 29 Jun 2006 03:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814699#M24013</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-06-29T03:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814700#M24014</link>
      <description>kernel version should tell you if the server is virtual or not:&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;&lt;BR /&gt;Frank</description>
      <pubDate>Sun, 09 Jul 2006 22:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814700#M24014</guid>
      <dc:creator>Franklin Abud</dc:creator>
      <dc:date>2006-07-09T22:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814701#M24015</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Do an ifconfig and see whether it shows eth0 or vmnic&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Mon, 10 Jul 2006 10:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814701#M24015</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-07-10T10:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814702#M24016</link>
      <description>IMHO, VMWARE is the most popular technology in production environment today. And under VMWARE neither "uname -a" not "ifconfig" output don't indicate that our linux is VMWARE guest system (at least in my Centos 4 under VMWARE player).&lt;BR /&gt;&lt;BR /&gt;As far as I see, the most reliable way to check if you linux runs under vmvare it's using MAC address if Ethernet interface - you can use this site if you don't remember all vendors codes &lt;A href="http://www.coffer.com/mac_find/?string=00%3A0c%3A29." target="_blank"&gt;http://www.coffer.com/mac_find/?string=00%3A0c%3A29.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly&lt;BR /&gt;&lt;BR /&gt;Almost for sure you'll see "vmwaretools" package installed in your guest linux system.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jul 2006 01:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814702#M24016</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-07-11T01:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814703#M24017</link>
      <description>not only vmware is used to do this in linux you can also use vserver, so on hosting maschine is patched kernel and vserver utilities...</description>
      <pubDate>Mon, 24 Jul 2006 08:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814703#M24017</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-07-24T08:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814704#M24018</link>
      <description>if your server is virtual server, your network interface will look like eth0:1 by typing ifconfig -a</description>
      <pubDate>Wed, 26 Jul 2006 00:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814704#M24018</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-07-26T00:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814705#M24019</link>
      <description>Ruan, it's wrong.&lt;BR /&gt;&lt;BR /&gt;ethX:Y is virtual IP on physical NIC, not virtual machine</description>
      <pubDate>Thu, 27 Jul 2006 02:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814705#M24019</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-07-27T02:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814706#M24020</link>
      <description>Here are the link on Linux Virtual server:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/haserver/RHHAS-1.0-Manual/ch-lvs.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/haserver/RHHAS-1.0-Manual/ch-lvs.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/" target="_blank"&gt;http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Jul 2006 16:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814706#M24020</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-07-30T16:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814707#M24021</link>
      <description>Is your virtual sever is piranha. If yes, type piranha &amp;amp; to check, for more information on piranha, go to this link, &lt;A href="http://www.redhat.com/support/resources/howto/piranha/index.html" target="_blank"&gt;http://www.redhat.com/support/resources/howto/piranha/index.html&lt;/A&gt;</description>
      <pubDate>Sun, 30 Jul 2006 17:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814707#M24021</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-07-30T17:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814708#M24022</link>
      <description>Ryan,&lt;BR /&gt;&lt;BR /&gt;First at all, I didn't want to offend you.&lt;BR /&gt;And I'm really sorry and ask you excuse if I did it.&lt;BR /&gt;&lt;BR /&gt;The word "virtual" uses a lot today, and even in linux world there are several different areas.&lt;BR /&gt;As far as I see, Praveen asked  about difference between physical linux box and the virtual one. In the second case it may be linux under VMWARE, XEN and so on.&lt;BR /&gt;&lt;BR /&gt;As for virtual IP addresses (ethX:Y)  - many cluster's software (HA clusters, LVS, ...), it uses in other cases (virtual web/ftp servers) - but as far as I understand, Praveen didn't ask about virtual IPs.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Mon, 31 Jul 2006 01:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814708#M24022</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-07-31T01:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814709#M24023</link>
      <description>Is alright, Vitaly. Your'e right, vitual can be cluster or virtual machine, I agree.&lt;BR /&gt;&lt;BR /&gt;It also depend on the platform you are running the Virtual Machine on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 06:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814709#M24023</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-08-01T06:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to check server is phyical or virtual</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814710#M24024</link>
      <description>Is alright, Vitaly. Your'e right, virtual can be cluster or virtual machine, I agree.&lt;BR /&gt;&lt;BR /&gt;It also depend on the platform you are running the Virtual Machine on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 06:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-server-is-phyical-or-virtual/m-p/3814710#M24024</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-08-01T06:51:07Z</dc:date>
    </item>
  </channel>
</rss>

