<?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: Upgrading from Single to SMP Kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262867#M11769</link>
    <description>Thanks SEP,&lt;BR /&gt;but I'll never wear a crown like your. &lt;BR /&gt;THX again &amp;amp; Peace, &lt;BR /&gt;R.</description>
    <pubDate>Mon, 03 May 2004 10:45:20 GMT</pubDate>
    <dc:creator>Roberto Polli</dc:creator>
    <dc:date>2004-05-03T10:45:20Z</dc:date>
    <item>
      <title>Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262861#M11763</link>
      <description>Hello all (greif I'm losing count of how many questions I've asked!)&lt;BR /&gt;&lt;BR /&gt;After a recent installation of a server, one of the processors was faulty and as such the single kernel was installed, the faulty processor has been replaced now and I'd like to get SMP working.&lt;BR /&gt;&lt;BR /&gt;We use SLES8 / UnitedLinux 1.0 and it appears there's no easy way to do this with Yast, so it's to the command line.&lt;BR /&gt;&lt;BR /&gt;I'm pressuming all I need to do to achieve this is an rpm -uvh --force {kernelRPM}.&lt;BR /&gt;&lt;BR /&gt;Is there anything else I'll need to do? Does GRUB update automatically with the new RPM or do I have to change grubs menu.lst?&lt;BR /&gt;&lt;BR /&gt;Has anyone does this before?&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help!&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 29 Apr 2004 08:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262861#M11763</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-04-29T08:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262862#M11764</link>
      <description>When you install kernel's rpm always install it with rpm -ivh and not rpm -Uvh since the Uvh will replace instead of append..&lt;BR /&gt;Generally you don't need to add anything.&lt;BR /&gt;just rpm -ivh kernelversion&lt;BR /&gt;and your grub file should be updated automatically. &lt;BR /&gt;Best regards</description>
      <pubDate>Thu, 29 Apr 2004 09:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262862#M11764</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-04-29T09:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262863#M11765</link>
      <description>When you install the kernel, all the necessary files are put in place and there are additional kernel choices in the grub "database"&lt;BR /&gt;&lt;BR /&gt;You have to manually modify the grub.conf file to make the new kernel the primary boot kernel when you do this process manually.&lt;BR /&gt;&lt;BR /&gt;Command line unix is fun.&lt;BR /&gt;&lt;BR /&gt;Bill Hassell(HP-UX): Real System Admnistrators Don't use GUI's.&lt;BR /&gt;&lt;BR /&gt;Thats a joke, so please don't get mad at he or I.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Apr 2004 09:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262863#M11765</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-29T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262864#M11766</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;1)if you have a SMP machine you better use a SMP kernel even if one CPU is faulty. So you should have installed only the SMP kernel.&lt;BR /&gt;&lt;BR /&gt;2) to install kernel you have to issue the 'simple'&lt;BR /&gt;#rpm -ivh &lt;KERNEL-PACKAGE&gt;.rpm&lt;BR /&gt;&lt;BR /&gt;2a) rpm -uvh &amp;lt;...&amp;gt; the "u" option is not the "U" option&lt;BR /&gt;3) avoid playing with --force during kernel installations unless you don't know exactly what you are doing.&lt;BR /&gt;&lt;BR /&gt;3a) to know exactly what you are doing you can issue a nice&lt;BR /&gt;# rpm -qpl &lt;KERNEL-PACKAGE&gt;.rpm &lt;BR /&gt;to list files contained in the .rpm package&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4) with RH grub updates automatically. You can check the content of /boot/grub/menu.lst &lt;BR /&gt;&lt;BR /&gt;5) be sure you won't break the /boot/initrd*.img forcing kernel installations thru rpm&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;/KERNEL-PACKAGE&gt;&lt;/KERNEL-PACKAGE&gt;</description>
      <pubDate>Thu, 29 Apr 2004 09:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262864#M11766</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-29T09:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262865#M11767</link>
      <description>Hi Mike,&lt;BR /&gt;your posting is still in 'open' status (there's no rabbit icon) . Did anybody resolve your problem?&lt;BR /&gt;&lt;BR /&gt;Please, let us know.&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 May 2004 09:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262865#M11767</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-03T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262866#M11768</link>
      <description>Roberto, &lt;BR /&gt;&lt;BR /&gt;Nice headgear. Keep it up.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 May 2004 10:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262866#M11768</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-03T10:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262867#M11769</link>
      <description>Thanks SEP,&lt;BR /&gt;but I'll never wear a crown like your. &lt;BR /&gt;THX again &amp;amp; Peace, &lt;BR /&gt;R.</description>
      <pubDate>Mon, 03 May 2004 10:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262867#M11769</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-03T10:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262868#M11770</link>
      <description>To sum up my experience here, I did install the SMP kernel successfully and it rebooted into the SMP kernel ok. However, doing an online update resulted in it downloading an installing both the single and SMP kernel, and rebooted back into the single kernel.&lt;BR /&gt;&lt;BR /&gt;After a couple more reboots, a hardware fault developed and in trying to get back to a previous version I discovered that Ghost doesn't support Reiserfs! RTFM eh?!&lt;BR /&gt;&lt;BR /&gt;I've rebuilt the bugger now, which was a pain, but I'm running SMP now and the performance has really improved because of it.&lt;BR /&gt;&lt;BR /&gt;I've got another box that is running single kernel and the processor upgrade is sitting on my desk, we're going to rebuild it anyway, so before I do I'll let you know how I got on!&lt;BR /&gt;&lt;BR /&gt;BTW; how do you get the rabbit thing to appear to say the majic answer has been supplied?</description>
      <pubDate>Wed, 05 May 2004 04:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262868#M11770</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-05-05T04:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from Single to SMP Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262869#M11771</link>
      <description>To show the magic-rabbit icon you have to assigno 8-10 points to an answer.&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 04:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrading-from-single-to-smp-kernel/m-p/3262869#M11771</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-05T04:26:29Z</dc:date>
    </item>
  </channel>
</rss>

