<?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: redhat and version switch with yum update in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514353#M38577</link>
    <description>Hi Adam,&lt;BR /&gt;This is a common issue linux and win, when you do a automated update it applies all the newer patches and drivers to the system. these new patchese or dirvers might not certified with your apps.&lt;BR /&gt;&lt;BR /&gt;So best is to manualy apply updates as the above post given you how get it done with yum.&lt;BR /&gt;&lt;BR /&gt;Think twise before you add a kernel update or patch because the end result would be exact same like you faceing now.&lt;BR /&gt;&lt;BR /&gt;Good Luck ...!&lt;BR /&gt;NJ</description>
    <pubDate>Thu, 15 Oct 2009 03:07:06 GMT</pubDate>
    <dc:creator>Nuwan Alwis</dc:creator>
    <dc:date>2009-10-15T03:07:06Z</dc:date>
    <item>
      <title>redhat and version switch with yum update</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514351#M38575</link>
      <description>I am not new to IT, not new to linux, not new to UNIX in general and I am just getting my feet wet with RHEL in a server environment.&lt;BR /&gt;&lt;BR /&gt;When I "yum update" a RHEL 5.3 box (a fresh build) it takes me to 5.4. Most of my drivers and third-party support statements say "5.3". I've adopted some yum.conf exclude statements to keep my kernel were I need it and also block the /etc/issue*, etc/release stuff from flipping since it is required for support and also makes most installers break.&lt;BR /&gt;&lt;BR /&gt;My questions are this:&lt;BR /&gt;&lt;BR /&gt;1. What do RHEL folks usually do to stay at a version? Is there a flag somewhere where I can say "hey, update for security and errata, but don't flip 'versions', etc."?&lt;BR /&gt;&lt;BR /&gt;2. Would yum-excluding "el5_4" stuff be ok and do the trick, is there another way?&lt;BR /&gt;&lt;BR /&gt;3. Or... should I not care? updateing a fresh 5.3 and blocking kernel and release flip, still dumps a bunch of libvirt stuff, etc, that I don't want.&lt;BR /&gt;&lt;BR /&gt;4. Basically, what do you do to keep minimal change when doing updates or if just starting a fresh and working to arrive at a new standard build for a given version?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 17:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514351#M38575</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2009-10-14T17:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: redhat and version switch with yum update</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514352#M38576</link>
      <description>You can install security only packages by installing the yum-security plugin:&lt;BR /&gt;&lt;BR /&gt;yum install yum-security&lt;BR /&gt;&lt;BR /&gt;Then you can use:&lt;BR /&gt;&lt;BR /&gt;yum list-security&lt;BR /&gt;yum info-sec&lt;BR /&gt;yum update --security&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Or... should I not care? updateing a fresh 5.3 and blocking kernel and release flip, still dumps a bunch of libvirt stuff, etc, that I don't want.&lt;BR /&gt;&lt;BR /&gt;Normaly the kernel is the major issue with platform certifications, but there are some libraries that may change and create problems with your certified software. Is hard to say without knowing the "dependencies" of your software.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 18:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514352#M38576</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-10-14T18:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: redhat and version switch with yum update</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514353#M38577</link>
      <description>Hi Adam,&lt;BR /&gt;This is a common issue linux and win, when you do a automated update it applies all the newer patches and drivers to the system. these new patchese or dirvers might not certified with your apps.&lt;BR /&gt;&lt;BR /&gt;So best is to manualy apply updates as the above post given you how get it done with yum.&lt;BR /&gt;&lt;BR /&gt;Think twise before you add a kernel update or patch because the end result would be exact same like you faceing now.&lt;BR /&gt;&lt;BR /&gt;Good Luck ...!&lt;BR /&gt;NJ</description>
      <pubDate>Thu, 15 Oct 2009 03:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514353#M38577</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-10-15T03:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: redhat and version switch with yum update</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514354#M38578</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1. What do RHEL folks usually do to stay at a version? Is there a flag somewhere where I can say "hey, update for security and errata, but don't flip 'versions', etc."?&lt;BR /&gt;&lt;BR /&gt;I would not update a production server to update 4 until I've tested it in a sandbox. There were 12 or 13 kernel updates after update 3 was released. I think the update 3 cycle was stable, but that is in hindsight.&lt;BR /&gt;&lt;BR /&gt;2. Would yum-excluding "el5_4" stuff be ok and do the trick, is there another way?&lt;BR /&gt;&lt;BR /&gt;I would simply only do security only updates individually. You can usually except on an Internet exposed system afford to wait before touching a system.&lt;BR /&gt;&lt;BR /&gt;3. Or... should I not care? updateing a fresh 5.3 and blocking kernel and release flip, still dumps a bunch of libvirt stuff, etc, that I don't want.&lt;BR /&gt;&lt;BR /&gt;Ivan's commands are good for that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4. Basically, what do you do to keep minimal change when doing updates or if just starting a fresh and working to arrive at a new standard build for a given version? &lt;BR /&gt;&lt;BR /&gt;I generally do nothing until I am certain that the update is stable and has a few kernel patches under its belt. &lt;BR /&gt;&lt;BR /&gt;Again, unless you are exposed to and serving the public Internet, you can afford to wait a few weeks on updating at all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 16 Oct 2009 15:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-and-version-switch-with-yum-update/m-p/4514354#M38578</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-16T15:04:58Z</dc:date>
    </item>
  </channel>
</rss>

