<?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: kernel upgrade in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089144#M30430</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As far as I know, you can update your kernel-headers and kernel-source packages online, while operations are running normally.  Afterall, this is source code not executables.&lt;BR /&gt;&lt;BR /&gt;Once done, you should be able to compile your third-party drivers since the requisite C-headers will match the *running* kernel which you previously updated.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 29 Nov 2007 14:03:52 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-11-29T14:03:52Z</dc:date>
    <item>
      <title>kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089135#M30421</link>
      <description>&lt;BR /&gt;what is the importance of upgrading the kernel-headers package when we upgrade the kernel&amp;amp;&amp;amp;kernel-utils.&lt;BR /&gt;&lt;BR /&gt;My approach is to  upgrade the kernel and kernel-util only till now.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 15:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089135#M30421</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-19T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089136#M30422</link>
      <description>You should maintain the same versions for the kernel and kernel-headers.&lt;BR /&gt;&lt;BR /&gt;The header files define structures and constants that are needed for building most standard programs.</description>
      <pubDate>Fri, 19 Oct 2007 15:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089136#M30422</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-19T15:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089137#M30423</link>
      <description>i always install the kernel(not upgrade) which enables me to switch back to the old kernel.&lt;BR /&gt;&lt;BR /&gt;what is the effect of upgrading the kernel-headers with respect to the said kernel switching facilcity?.</description>
      <pubDate>Sat, 20 Oct 2007 16:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089137#M30423</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-20T16:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089138#M30424</link>
      <description>The reason for updating the kernel-headers package is to allow you to compile things against the newest version of th ekernel settings.&lt;BR /&gt;&lt;BR /&gt;If you aren't compiling things, it's a non-issue.&lt;BR /&gt;&lt;BR /&gt;If you are compiling things, then pretty much any version will do, unless you're doing cutting edge kernel development where the latest settings/tweaks really count.&lt;BR /&gt;&lt;BR /&gt;If you're in an Enterprise environment, this is highly doubtful.</description>
      <pubDate>Sat, 20 Oct 2007 20:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089138#M30424</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-10-20T20:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089139#M30425</link>
      <description>The kernel-headers package contains the C header files for this Linux kernel. You may need this package to build a program from source.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; it helps in user space programs.</description>
      <pubDate>Wed, 28 Nov 2007 07:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089139#M30425</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2007-11-28T07:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089140#M30426</link>
      <description>can the following be installed online w/o affecting the server? Did any one try this?&lt;BR /&gt;&lt;BR /&gt;Kernel-headers&lt;BR /&gt;Kernel-source&lt;BR /&gt;&lt;BR /&gt;In some cases i need to install them and some cases it will be an updated to match the running kernel.</description>
      <pubDate>Thu, 29 Nov 2007 10:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089140#M30426</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-29T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089141#M30427</link>
      <description>As far as I know kernel compilation can be done when the system is in operation. In fact you need Linux running to be able to compile the kernel. &lt;BR /&gt;&lt;BR /&gt;Once you have got the required kernel source, save it to /usr/src (or any other directory to make sense). Use tar zxvf to unzip the file. Use the make menuconfig command in the directory /usr/src/Linux to start the process.&lt;BR /&gt;&lt;BR /&gt;Once the kernel is compiled, you need to create an image of it and add entries to LILO or GRUB to boot from it.  &lt;BR /&gt;&lt;BR /&gt;There are many sites like the one I've provided, with detailed information about how to compile the kernel &amp;amp; install it. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linuxplanet.com/linuxplanet/tutorials/202/1/" target="_blank"&gt;http://linuxplanet.com/linuxplanet/tutorials/202/1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 29 Nov 2007 12:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089141#M30427</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-11-29T12:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089142#M30428</link>
      <description>One thing I forgot to mention, the process of kernel compilation is a resource intensive task &amp;amp; could take some time. Although it can be done while server is live, it may affect the performance of the server.&lt;BR /&gt;&lt;BR /&gt;There is also a very exhaustive guide to upgrading the kernel on the RedHat web site.&lt;BR /&gt;&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;&lt;BR /&gt;&lt;BR /&gt;This also would involve a lot of work &amp;amp; ideally should be performed during a maintenance window or during "lean hours".</description>
      <pubDate>Thu, 29 Nov 2007 12:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089142#M30428</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-11-29T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089143#M30429</link>
      <description>let me be a little more clear on my scenario&lt;BR /&gt;&lt;BR /&gt;I have already updated the kernel and kernel. But not the respective kernel-source and kernel-headers. I prefer to update the source and headers w/o an ouatge.&lt;BR /&gt;&lt;BR /&gt;Now i am getting some errors while installing third party drivers.&lt;BR /&gt;&lt;BR /&gt;for example&lt;BR /&gt;&lt;BR /&gt;ERROR - The ASM driver failed to build.&lt;BR /&gt;        Most likely there is a problem with the kernel&lt;BR /&gt;        headers on your machine, or with the&lt;BR /&gt;        /lib/modules/2.4.21-47.ELsmp/build symlink not pointing to the&lt;BR /&gt;        correct kernel source tree.&lt;BR /&gt;&lt;BR /&gt;]# ./lpfc-install&lt;BR /&gt;Emulex LPFC Driver Installer Version 1.4.1.10&lt;BR /&gt;Determining distribution type and kernel version ...&lt;BR /&gt;Checking for old Emulex driver ...&lt;BR /&gt;Looking for kernel source ...&lt;BR /&gt;Looking for compilers ...&lt;BR /&gt;&lt;BR /&gt;RPM cannot be installed: kernel source package is required.&lt;BR /&gt;&lt;BR /&gt;./lpfc-install was unable to successfully build and load a driver.&lt;BR /&gt;Please install the appropriate kernel source code and then re-run&lt;BR /&gt;./lpfc-install&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Nov 2007 13:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089143#M30429</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-29T13:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089144#M30430</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As far as I know, you can update your kernel-headers and kernel-source packages online, while operations are running normally.  Afterall, this is source code not executables.&lt;BR /&gt;&lt;BR /&gt;Once done, you should be able to compile your third-party drivers since the requisite C-headers will match the *running* kernel which you previously updated.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 29 Nov 2007 14:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089144#M30430</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-29T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: kernel upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089145#M30431</link>
      <description>Here is an updated.&lt;BR /&gt;&lt;BR /&gt;i did install the source-2.4.21-47.EL.i386.rpm and after that /usr/src/linux-2.4.21-47.EL got created which i was missing earlier.&lt;BR /&gt;&lt;BR /&gt;I could install the asm rpm after that.&lt;BR /&gt;&lt;BR /&gt;[root@adedla53n kumarts]# rpm -qpi /usr/local/ibmasm/ibmasm-1.0-6.20.i386.rpm&lt;BR /&gt;Name        : ibmasm                       Relocations: (not relocatable)&lt;BR /&gt;Version     : 1.0                               Vendor: IBM&lt;BR /&gt;Release     : 6.20                          Build Date: Tue 04 Dec 2007 04:35:48 PM EST&lt;BR /&gt;Install Date: (not installed)               Build Host: adedla53n.noa.alcoa.com&lt;BR /&gt;Group       : IBM                           Source RPM: ibmasm-1.0-6.20.src.rpm&lt;BR /&gt;Size        : 131293                           License: GPL&lt;BR /&gt;Signature   : (none)&lt;BR /&gt;URL         : &lt;A href="http://www.ibm.com" target="_blank"&gt;http://www.ibm.com&lt;/A&gt;&lt;BR /&gt;Summary     : IBM Advanced System Management Drivers - Custom Binaries&lt;BR /&gt;Description :&lt;BR /&gt;IBM Advanced System Management Drivers for Red Hat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now i have one more question.&lt;BR /&gt;&lt;BR /&gt;I dont see any of my RHEL 3 and 4 servers having a a kernel-header package installed.&lt;BR /&gt; &lt;BR /&gt;Does the kernel-source package replaces the kernel-headers on those versions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Dec 2007 15:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade/m-p/4089145#M30431</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-12-05T15:20:09Z</dc:date>
    </item>
  </channel>
</rss>

