<?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: Proliant 1850r Suse 8.2 Pro not using 2nd processor in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090334#M74638</link>
    <description>Hello Jason,&lt;BR /&gt;&lt;BR /&gt;quoting complete and undistorted error messages (preferably the first you receive) will greatly enhance your chances of getting good help.&lt;BR /&gt;&lt;BR /&gt;As for the CD-Rom issue, can you boot directly from CD?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
    <pubDate>Tue, 14 Oct 2003 16:38:27 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2003-10-14T16:38:27Z</dc:date>
    <item>
      <title>Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090329#M74633</link>
      <description>Just when you think youre starting to get the hang of this Linux stuff, you get this to happen to you. I guess I moved back down to newbie status again. &lt;BR /&gt;&lt;BR /&gt;Any one know to get SuSE 8.2 Pro to start using the second processor on a Proliant 1850r? If so, please try to be as thorough and complete and accurate as possible in your reply, as I dont want to torch this build of it (which was a tiny bit of a struggle).&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2003 04:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090329#M74633</guid>
      <dc:creator>Jason Sjöbeck</dc:creator>
      <dc:date>2003-10-10T04:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090330#M74634</link>
      <description>Firstly, how do you know it isn't using the second processor?  "dmesg" should show the output of querying two processors if you have them.  Could you confirm?&lt;BR /&gt; &lt;BR /&gt;If you really are running UP then you need to configure the kernel to as a multi processor kernel.  It's a long time since I ran SuSe but they used to supply  a multiprocessor enabled kernel as well as a uniprocessor one and it may be just a case of getting it and alter /etc/lilo.conf to point to it.&lt;BR /&gt; &lt;BR /&gt;However, in the general case, you will need to build a new kernel with SMP support.  I hesitate to give you the steps to do this because SuSe run with modified kernels and doing this might stop something else working.   So, if you want to build your own kernel and still keep the old one around just in case, follow these steps.&lt;BR /&gt; &lt;BR /&gt;Backup&lt;BR /&gt; become root&lt;BR /&gt; &lt;BR /&gt;# export DISPLAY=:0&lt;BR /&gt;# cd /usr/src/linux (or where ever it is in Suse these days)&lt;BR /&gt; &lt;BR /&gt;# make xconfig&lt;BR /&gt; &lt;BR /&gt;Navigate around until you find the SMP option, I think it's one of the first options you are able to change.&lt;BR /&gt; &lt;BR /&gt;change it to "y"&lt;BR /&gt; &lt;BR /&gt;save and exit&lt;BR /&gt;# make dep&lt;BR /&gt; &lt;BR /&gt;# make bzImage&lt;BR /&gt; &lt;BR /&gt;# make modules&lt;BR /&gt;# make modules_install&lt;BR /&gt;# cp /boot/System.map /boot/system.map.prev&lt;BR /&gt; &lt;BR /&gt;# cp /boot/vmlinuz /boot/vmlinuz.prev&lt;BR /&gt;# cp arch/i386/boot/bzImage /boot/vmlinuz&lt;BR /&gt; &lt;BR /&gt;# cp System.map /boot/System.map&lt;BR /&gt; &lt;BR /&gt;edit /etc/lilo.conf or grub.conf to include a n entry for your backup kernel image (vmlinuz.prev) or forget this if you like living dangerously&lt;BR /&gt; &lt;BR /&gt;run either "lilo" or "grub" as required&lt;BR /&gt;&lt;BR /&gt;# cross fingers&lt;BR /&gt; &lt;BR /&gt;# re-boot&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2003 04:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090330#M74634</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-10T04:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090331#M74635</link>
      <description>Have a look at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.suse.com/pub/suse/i386/8.2/suse/i586/" target="_blank"&gt;ftp://ftp.suse.com/pub/suse/i386/8.2/suse/i586/&lt;/A&gt;&lt;BR /&gt;(or i686 depending on your CPUs) and look for &lt;BR /&gt;&lt;BR /&gt; k_smp-2.4.20-62.i586.rpm &lt;BR /&gt;&lt;BR /&gt;This should be a precompiled SMP kernel.&lt;BR /&gt;&lt;BR /&gt;If you are using Lilo as the boot manager you should have a "failsafe" option by default (although it never hurts to have a backup kernel as suggested before ;-)</description>
      <pubDate>Fri, 10 Oct 2003 10:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090331#M74635</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-10T10:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090332#M74636</link>
      <description>make sure your using an snmp supported kernel.</description>
      <pubDate>Mon, 13 Oct 2003 14:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090332#M74636</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-10-13T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090333#M74637</link>
      <description>I went ahead and chanced it. I installed the SMP kernel, ignored its warning about my being crazt to try it, rebooted, and, sure enough, it didnt come up, says it cant find a file. So I booted to "failsafe", ran YAST, tried to install the default kernel but it cant use the CDROM drive since it wont mount or cant find some files or something, so now the question is: how does one use the CDROM drive so I can install the default kernel again to get this baby to boot.</description>
      <pubDate>Tue, 14 Oct 2003 14:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090333#M74637</guid>
      <dc:creator>Jason Sjöbeck</dc:creator>
      <dc:date>2003-10-14T14:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090334#M74638</link>
      <description>Hello Jason,&lt;BR /&gt;&lt;BR /&gt;quoting complete and undistorted error messages (preferably the first you receive) will greatly enhance your chances of getting good help.&lt;BR /&gt;&lt;BR /&gt;As for the CD-Rom issue, can you boot directly from CD?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 14 Oct 2003 16:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090334#M74638</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-14T16:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090335#M74639</link>
      <description>Hi Jason,&lt;BR /&gt; &lt;BR /&gt;Any chance you can start over and do the install again off the original install cd's? at that point all the necessary components required by the smp kernel will be installed.&lt;BR /&gt; &lt;BR /&gt;The smp kernel is the only one thats going to use both processors, so you need to get it and all pre-requisites installed.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Oct 2003 16:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090335#M74639</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-14T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proliant 1850r Suse 8.2 Pro not using 2nd processor</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090336#M74640</link>
      <description>Thanks very much to all who repsonded. I really appreciate it.&lt;BR /&gt;&lt;BR /&gt;The last answer was the way I ended up going. Funny, I lost track of this thread, and came on this solution on my own, then I came back here to close this out, and, sure enough, the last suggestion was the way to go. &lt;BR /&gt;&lt;BR /&gt;What I ended up doign was botting of CD #1, choosing install, then "upgrade", while making sure I chose "k_smp" (instead of default kernel (ie: "k_dftl")). It went through, and literaly, three minutes later I was up and running again, perfectly, on both CPU's. I then ran YaST to patch to the most recent kernel, that went straight through, and all is well.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2003 00:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proliant-1850r-suse-8-2-pro-not-using-2nd-processor/m-p/3090336#M74640</guid>
      <dc:creator>Jason Sjöbeck</dc:creator>
      <dc:date>2003-10-29T00:50:15Z</dc:date>
    </item>
  </channel>
</rss>

