<?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: how to update the rhel boxes ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087563#M49340</link>
    <description>I mean - test your application, if you use some proprietary software, written in your company.&lt;BR /&gt;In this case you should already have some test plan and test tools.&lt;BR /&gt;&lt;BR /&gt;If you use just standart applications like  apache/mysql/tomcat, it  should work after update.</description>
    <pubDate>Wed, 16 Jan 2008 14:14:12 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2008-01-16T14:14:12Z</dc:date>
    <item>
      <title>how to update the rhel boxes ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087558#M49335</link>
      <description>OS: rhel 3 and 4 &lt;BR /&gt;Never have updated the redhat boxes from redhat network.&lt;BR /&gt;Please guide me how to update the servers from Red Hat ? so that any pathces/updates and kernel updates will be automatically installed.&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;why why to install yum on a rhel box if you already have up2date for RHEL4?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 11 Jan 2008 08:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087558#M49335</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-01-11T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to update the rhel boxes ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087559#M49336</link>
      <description>Its true that yum can be used to update RHEL box. However, it is also a software installation tool, like apt-get in Debian.&lt;BR /&gt;&lt;BR /&gt;The up2date tool is the one that allows you only to update the components. To perform an upgrade / update, you need to have a subscription with RedHat Networks.&lt;BR /&gt;&lt;BR /&gt;Generally, any updates released by RedHat will be indicated next to the time &amp;amp; volume control if you are using the GUI. up2date can also be run from the command prompt.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, complete information about using the update agent (up2date) is very big to be posted, so I'm giving you a link to refer:&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/satellite/Red_Hat_Network_Satellite-5.0.0/html/Reference_Guide/ch-up2date.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/satellite/Red_Hat_Network_Satellite-5.0.0/html/Reference_Guide/ch-up2date.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Fri, 11 Jan 2008 11:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087559#M49336</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2008-01-11T11:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to update the rhel boxes ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087560#M49337</link>
      <description>only thing you have to rember is to include the kerenel packages in the skip list&lt;BR /&gt;&lt;BR /&gt;[root@tnela29n rhn]# grep -i skip /etc/sysconfig/rhn/up2date|grep -i kernel&lt;BR /&gt;removeSkipList=kernel*;&lt;BR /&gt;pkgSkipList=kernel*;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then install(-rpm -ivh) the kernel pacakges which enable us to switch back to old kernel incase any trouble with the new one.This can be done updaing the /etc/grub.conf .. rpm isntalltion update the /etc/grub.conf with the newer kernel's entries&lt;BR /&gt;&lt;BR /&gt;â ¢ While performing the up2date all previously released errata relevant to the system will get applied. &lt;BR /&gt;&lt;BR /&gt;â ¢ We always â  installâ   the new kernel package. But kernel-utils and kernel-headers/kernel-source/kernel-devel are always upgraded.&lt;BR /&gt;&lt;BR /&gt;â ¢ For Red Hat Enterprise Linux versions 2.1 the kernel-source/kernel-headers package need to be updated if there are third party modules need to be compiled like EMCâ  s power path and Emulexâ  s lpfc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;â ¢ For Red Hat Enterprise Linux versions 3 the kernel-source package need to be updated if there are third party modules need to be compiled like EMCâ  s power path and Emulexâ  s lpfc&lt;BR /&gt;&lt;BR /&gt;â ¢ Unlike Red Hat Enterprise Linux versions 2.1 and 3, there is no kernel-source package in the Red Hat Enterprise Linux 4 distribution. In Red Hat Enterprise Linux 4, The kernel-devel package includes the kernel headers files and you no longer require the kernel source package to build a third party kernel module&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2008 23:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087560#M49337</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-01-15T23:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to update the rhel boxes ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087561#M49338</link>
      <description>Maaz,&lt;BR /&gt;&lt;BR /&gt;If you have RH support contract for your RHEL boxes, up2date is the best and the only officially supported way for update your boxes.&lt;BR /&gt;&lt;BR /&gt;Using up2date is pretty straightforward - see RH docs.&lt;BR /&gt;&lt;BR /&gt;I strongly suggest to test upfate process on some non-production server and run QC tests after update in order to be sure that update will not break your applications and  so on.</description>
      <pubDate>Wed, 16 Jan 2008 10:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087561#M49338</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-01-16T10:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to update the rhel boxes ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087562#M49339</link>
      <description>Thanks All,&lt;BR /&gt;Vitaly Karasik&lt;BR /&gt;&amp;gt; run QC tests after update in order to be sure..&lt;BR /&gt;Is there any QC test utility available or you are talking about manuall testing ?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 16 Jan 2008 13:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087562#M49339</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-01-16T13:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to update the rhel boxes ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087563#M49340</link>
      <description>I mean - test your application, if you use some proprietary software, written in your company.&lt;BR /&gt;In this case you should already have some test plan and test tools.&lt;BR /&gt;&lt;BR /&gt;If you use just standart applications like  apache/mysql/tomcat, it  should work after update.</description>
      <pubDate>Wed, 16 Jan 2008 14:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087563#M49340</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2008-01-16T14:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to update the rhel boxes ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087564#M49341</link>
      <description>thanks all</description>
      <pubDate>Thu, 17 Jan 2008 05:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-the-rhel-boxes/m-p/5087564#M49341</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-01-17T05:23:35Z</dc:date>
    </item>
  </channel>
</rss>

