<?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 how to check either cpu is 32 or 64 bit ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933314#M26857</link>
    <description>Dear Experts &lt;BR /&gt;how to check either cpu is 32 or 64 bit ?&lt;BR /&gt;and is it possible to install a 32 bit linux os, on 64 bit hardware ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Fri, 26 Jan 2007 06:44:19 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2007-01-26T06:44:19Z</dc:date>
    <item>
      <title>how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933314#M26857</link>
      <description>Dear Experts &lt;BR /&gt;how to check either cpu is 32 or 64 bit ?&lt;BR /&gt;and is it possible to install a 32 bit linux os, on 64 bit hardware ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 26 Jan 2007 06:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933314#M26857</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-01-26T06:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933315#M26858</link>
      <description>Hi Maaz,&lt;BR /&gt;&lt;BR /&gt;uname -a will help you and also read this post aswell.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1016578" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1016578&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Fri, 26 Jan 2007 07:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933315#M26858</guid>
      <dc:creator>Peter Leddy_1</dc:creator>
      <dc:date>2007-01-26T07:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933316#M26859</link>
      <description>thank Peter Leddy&lt;BR /&gt;&lt;BR /&gt;During system startup pres F2 &amp;gt; Bios Settings shows the following&lt;BR /&gt;Processor Type Intel(R) Pentium(R) 4 CPU 3.20Ghz&lt;BR /&gt;  Intel(R) EM64T Capable &lt;BR /&gt;and os shows following&lt;BR /&gt;# uname -a&lt;BR /&gt;Linux pc1 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# getconf WORD_BIT&lt;BR /&gt;32&lt;BR /&gt;&lt;BR /&gt;# getconf LONG_BIT&lt;BR /&gt;32&lt;BR /&gt;&lt;BR /&gt;# kernel-smp-2.6.16.21-0.8&lt;BR /&gt;-bash: kernel-smp-2.6.16.21-0.8: command not found&lt;BR /&gt;pc1:~ # rpm -qi kernel-smp-2.6.16.21-0.8&lt;BR /&gt;Name        : kernel-smp                   Relocations: (not relocatable)&lt;BR /&gt;Version     : 2.6.16.21                         Vendor: SUSE LINUX Products GmbH, Nuernberg, GermanyRelease     : 0.8                           Build Date: Tue Jul  4 00:09:45 2006&lt;BR /&gt;Install Date: Thu Jan 25 17:24:59 2007      Build Host: couperin.suse.de&lt;BR /&gt;Group       : System/Kernel                 Source RPM: kernel-smp-2.6.16.21-0.8.nosrc.rpm&lt;BR /&gt;Size        : 54945499                         License: GPL&lt;BR /&gt;Signature   : DSA/SHA1, Tue Jul  4 00:15:12 2006, Key ID a84edae89c800aca&lt;BR /&gt;Packager    : &lt;A href="http://bugs.opensuse.org" target="_blank"&gt;http://bugs.opensuse.org&lt;/A&gt;&lt;BR /&gt;URL         : &lt;A href="http://www.kernel.org/" target="_blank"&gt;http://www.kernel.org/&lt;/A&gt;&lt;BR /&gt;Summary     : Kernel with Multiprocessor Support&lt;BR /&gt;Description :&lt;BR /&gt;On x86 systems, this kernel supports up to 4GB of main memory. On&lt;BR /&gt;x86_64 systems (AMD64, EM64T), this kernel supports NUMA systems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;pc1:~ # cat /proc/cpuinfo&lt;BR /&gt;processor       : 0&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 4&lt;BR /&gt;model name      : Intel(R) Pentium(R) 4 CPU 3.20GHz&lt;BR /&gt;stepping        : 9&lt;BR /&gt;cpu MHz         : 3200.143&lt;BR /&gt;cache size      : 1024 KB&lt;BR /&gt;physical id     : 0&lt;BR /&gt;siblings        : 2&lt;BR /&gt;core id         : 0&lt;BR /&gt;cpu cores       : 1&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 5&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr&lt;BR /&gt;lahf_lm&lt;BR /&gt;bogomips        : 6405.90&lt;BR /&gt;&lt;BR /&gt;Plz help me know either this machine is 64 bit or 32 bit&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 26 Jan 2007 08:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933316#M26859</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-01-26T08:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933317#M26860</link>
      <description>Hello Maaz,&lt;BR /&gt;&lt;BR /&gt;It looks like your chip can support 64-bit (see: &lt;A href="http://www.quepublishing.com/articles/article.asp?p=366538&amp;amp;rl=1)" target="_blank"&gt;http://www.quepublishing.com/articles/article.asp?p=366538&amp;amp;rl=1)&lt;/A&gt; . &lt;BR /&gt;&lt;BR /&gt;However, the OS installed on the server is 32-bit (i686 i686 i386).&lt;BR /&gt;&lt;BR /&gt;Since your OS is 32-bit most of the commands you ran will report 32-bit.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Fri, 26 Jan 2007 09:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933317#M26860</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2007-01-26T09:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933318#M26861</link>
      <description>Thanks David Child for help&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Since your OS is 32-bit most of the commands you ran will report 32-bit.&lt;BR /&gt;&lt;BR /&gt;so if the OS is 32-bit, it will show the hardware as 32-bit even if hardware is 64-bit hardware ... isint ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2007 13:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933318#M26861</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-01-26T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933319#M26862</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;use the following command&lt;BR /&gt;&lt;BR /&gt;uname -m</description>
      <pubDate>Sat, 27 Jan 2007 06:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933319#M26862</guid>
      <dc:creator>deepakinit</dc:creator>
      <dc:date>2007-01-27T06:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933320#M26863</link>
      <description>I ran into similar difficulties&lt;BR /&gt;when I was demanded to install RHEL 4&lt;BR /&gt;on one of our DELL PowerEdge 1850&lt;BR /&gt;which I was told should have 64bit capable CPUs.&lt;BR /&gt;When I tried to boot from the 1st installation CDROM I was told by the installer kernel on it that the machine where I intended to install this distro on was not long bit capable and that I should try with a 32bit distro.&lt;BR /&gt;Because I was under tight time pressure that night I quite disappointed had to install the 32bit version of RHEL.&lt;BR /&gt;So my advice would be, simply boot from a 64bit installation CD and you will discover if your HW is supported right at the beginning, long before any installation menus do appear.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2007 09:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933320#M26863</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-01-29T09:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to check either cpu is 32 or 64 bit ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933321#M26864</link>
      <description>If you have a new enough kernel, (after May 2002), then the /proc/cpuinfo "flags" line will include an "lm" flag for CPUs that implement EM64T.  That is available from even 32-bit kernels.   The "lm" stands for "long mode". The bit is common to Intel and AMD CPUID mechanisms. It is documented on page 35 of  &lt;A href="http://download.intel.com/design/Xeon/applnots/24161831.pdf" target="_blank"&gt;http://download.intel.com/design/Xeon/applnots/24161831.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-either-cpu-is-32-or-64-bit/m-p/3933321#M26864</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2007-02-06T16:39:01Z</dc:date>
    </item>
  </channel>
</rss>

