<?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 Kernel Upgrade in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040675#M6008</link>
    <description>I need a step by step guideline for upgrading a kernel.  I know there are several on line, but I was hoping for someone to provide a proven checklist/guide line with all of the notes about what happenend along the way.  &lt;BR /&gt;&lt;BR /&gt;The reason I'm considering upgrading the kernel is to get the bonding to work on my servers.  I don't loaded the lastest bonding driver from HP/Compaq but it fails indicating that it is not supported.  I was told that I need to be on a later release of the kernel.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My situation:&lt;BR /&gt;&lt;BR /&gt;I have a fiber card (GigE) that I need to bond to a copper broadcom card.  I finally got the broadcom card to work properly, but the bonding is failing.  Any information that you can provide on making this work at the release of the kernel or step by step instructions on upgrading the kernel would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Operating System:  RedHat Linux 7.2&lt;BR /&gt;Kernel:  2.4.7-10smp #1 SMP&lt;BR /&gt;Hardware:  Proliant DL380 G3 (2.8 GHz)&lt;BR /&gt; &lt;BR /&gt;NIC Information:&lt;BR /&gt;Intel(R) PRO/1000 Network Driver - version 5.0.43a&lt;BR /&gt;Copyright (c) 1999-2003 Intel Corporation.&lt;BR /&gt;eth0: HP Gigabit Ethernet Server Adapter&lt;BR /&gt;e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex&lt;BR /&gt;&lt;BR /&gt;Current version of the driver for the fiber card.  &lt;BR /&gt;rpm -q e1000&lt;BR /&gt;e1000-5.0.43a-1&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;Dan Beeler&lt;BR /&gt;dan.beeler@dhl.com</description>
    <pubDate>Mon, 04 Aug 2003 15:52:50 GMT</pubDate>
    <dc:creator>Dan Beeler_2</dc:creator>
    <dc:date>2003-08-04T15:52:50Z</dc:date>
    <item>
      <title>Kernel Upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040675#M6008</link>
      <description>I need a step by step guideline for upgrading a kernel.  I know there are several on line, but I was hoping for someone to provide a proven checklist/guide line with all of the notes about what happenend along the way.  &lt;BR /&gt;&lt;BR /&gt;The reason I'm considering upgrading the kernel is to get the bonding to work on my servers.  I don't loaded the lastest bonding driver from HP/Compaq but it fails indicating that it is not supported.  I was told that I need to be on a later release of the kernel.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My situation:&lt;BR /&gt;&lt;BR /&gt;I have a fiber card (GigE) that I need to bond to a copper broadcom card.  I finally got the broadcom card to work properly, but the bonding is failing.  Any information that you can provide on making this work at the release of the kernel or step by step instructions on upgrading the kernel would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Operating System:  RedHat Linux 7.2&lt;BR /&gt;Kernel:  2.4.7-10smp #1 SMP&lt;BR /&gt;Hardware:  Proliant DL380 G3 (2.8 GHz)&lt;BR /&gt; &lt;BR /&gt;NIC Information:&lt;BR /&gt;Intel(R) PRO/1000 Network Driver - version 5.0.43a&lt;BR /&gt;Copyright (c) 1999-2003 Intel Corporation.&lt;BR /&gt;eth0: HP Gigabit Ethernet Server Adapter&lt;BR /&gt;e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex&lt;BR /&gt;&lt;BR /&gt;Current version of the driver for the fiber card.  &lt;BR /&gt;rpm -q e1000&lt;BR /&gt;e1000-5.0.43a-1&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;Dan Beeler&lt;BR /&gt;dan.beeler@dhl.com</description>
      <pubDate>Mon, 04 Aug 2003 15:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040675#M6008</guid>
      <dc:creator>Dan Beeler_2</dc:creator>
      <dc:date>2003-08-04T15:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040676#M6009</link>
      <description>1. Go to /usr/src/linux&lt;BR /&gt;2.View the README &lt;BR /&gt;3.Run "make menuconfig" or "make xconfig"&lt;BR /&gt;Choose your options wisely.&lt;BR /&gt;You are all set to compile the kernel &lt;BR /&gt;# make dep &amp;amp;&amp;amp; make clean &amp;amp;&amp;amp; make bzImage &amp;amp;&amp;amp; make modules &amp;amp;&amp;amp; make modules_install&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In case of an error you'll know.If succesful you can install the new kernel as &lt;BR /&gt;&lt;BR /&gt;# cp arch/i386/boot/bzImage /boot/vmlinuz.new&lt;BR /&gt;&lt;BR /&gt;You would also need to make changes to /etc/lilo.conf or /etc/grub.conf depenging on your bootloader.Reboot and Pray.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Paddy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 17:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040676#M6009</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2003-08-04T17:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040677#M6010</link>
      <description>$ cat 087.lost &lt;BR /&gt;:&lt;BR /&gt;####[ GNU/Linux One Stanza Tip (LOST) ]#######################&lt;BR /&gt;&lt;BR /&gt;Sub : Steps for kernel compilation                   LOST #087&lt;BR /&gt;&lt;BR /&gt;1. #cd /usr/src/linux   2. #make mrproper  3. #make menuconfig&lt;BR /&gt;4. #make dep            5. #make clean     6. #make modules&lt;BR /&gt;7. #make install        8. #make modules_install&lt;BR /&gt;Change /etc/lilo.conf and than run lilo -v&lt;BR /&gt;For detailed explaination refer to Kernel-HOWTO.&lt;BR /&gt;&lt;BR /&gt;####[rfowkar (at) yahoo.com]##################################&lt;BR /&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-kernel.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-kernel.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-balaji&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 18:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040677#M6010</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-08-04T18:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040678#M6011</link>
      <description>Dan,&lt;BR /&gt;&lt;BR /&gt;Go to updates.redhat.com and get the current kernel 2.4.20-19.7.  RedHat is dropping support on 7.2 on Dec. 31, 2003, so you may want to keep a backup copy.  Get the source rpm as well.   As an alternate you can get the current source, 2.4.21, from &lt;A href="http://kernel.org/" target="_blank"&gt;http://kernel.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;From there you can follow Patty's advice.&lt;BR /&gt;&lt;BR /&gt;Once you have a new kernel in place I would encourage you to make a recovery disk if you've got a floppy drive. &lt;BR /&gt; mkbootdisk --device /dev/fd0 2.4.20-19.7&lt;BR /&gt;&lt;BR /&gt;That may come in real handy some time.&lt;BR /&gt;&lt;BR /&gt;Good luck.  Let us know how it turns out, and please assign some points if the answers helped you.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 05 Aug 2003 14:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040678#M6011</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2003-08-05T14:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040679#M6012</link>
      <description>step 1: go to updates.redhat.com and get the current kernel suitable to your processor (athlon/i686/i386). for instance kernel-smp-2.4.20-19.7.i686.rpm if you have a dual processor Intel 686 based computer&lt;BR /&gt;step 2: rpm -ivh downloaded_kernel-2.4.20-19.7smp.XXX.rpm&lt;BR /&gt;step 3: only if you use lilo:&lt;BR /&gt;a)  edit /etc/lilo.conf  : copy the existing lines which boot kernel 2.4.7, and replace vmlinuz-2.4.7-10smp with vmlinuz-2.4.20-19.7smp. do the same for initrd. replace the label "linux" with something else "linux-new" for instance&lt;BR /&gt;b) run lilo&lt;BR /&gt;If you use grub, the kernel install script will do all required modifications&lt;BR /&gt;&lt;BR /&gt;step 4: reboot the machine, but make sure you select the new kernel from the boot manager.&lt;BR /&gt;If the machine boots OK, you might wish to make the new kernel the default one, replacing the old one. If not, reboot, using the old kernel and take the required steps to correct.&lt;BR /&gt;&lt;BR /&gt;As a side note: the kernel upgrade process using packages is described here: &lt;A href="http://www.redhat.com/support/resources/howto/kernel-upgrade/" target="_blank"&gt;http://www.redhat.com/support/resources/howto/kernel-upgrade/&lt;/A&gt;</description>
      <pubDate>Tue, 05 Aug 2003 14:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/3040679#M6012</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2003-08-05T14:58:29Z</dc:date>
    </item>
  </channel>
</rss>

