<?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: Linux Patching Plan.- RHEL5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683158#M42065</link>
    <description>Software updates to Red Hat Enterprise&lt;BR /&gt;Linux are delivered via errata&lt;BR /&gt;advisories. Errata can be released&lt;BR /&gt;individually on an as-needed basis or&lt;BR /&gt;aggregated as a minor release (e.g.&lt;BR /&gt;version 5.2, sometimes also referred to&lt;BR /&gt;as a "Service Pack"). Errata may contain&lt;BR /&gt;security and bug fixes, as well as&lt;BR /&gt;feature enhancements.</description>
    <pubDate>Mon, 25 Oct 2010 19:02:10 GMT</pubDate>
    <dc:creator>Matthias Kranz_1</dc:creator>
    <dc:date>2010-10-25T19:02:10Z</dc:date>
    <item>
      <title>Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683148#M42055</link>
      <description>Coming from the HP-UX world, our org. tend to develop patch bundles and bundle them into a depot and distribute this every quarter (for example QPK's. any other recommended patches etc). The Company wants a similar plan for linux. I am new to Redhat Linux and i would like to know some ideas. The leadership wants similar plan to HP-UX, Solaris, AIX and linux. The first 3 are already in Place and Linux needs to be done now. Please throw more ideas on this! I know redhat does not have quartely updates and may not have real patch bundles, but i would like some ideas and possibilities.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Fri, 03 Sep 2010 15:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683148#M42055</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-09-03T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683149#M42056</link>
      <description>download updates into private repository on a quarterly basis&lt;BR /&gt;&lt;BR /&gt;use private repository to update all servers&lt;BR /&gt;&lt;BR /&gt;tips:&lt;BR /&gt;install yum-downloadonly rpm&lt;BR /&gt;createrepo&lt;BR /&gt;disable rhn plugin in rhnplugin.conf&lt;BR /&gt;enable private repo in /etc/yum.repos.d/&lt;BR /&gt;&lt;BR /&gt;I can give more specifics but I find that I learn 12 new things while reading... your call.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2010 16:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683149#M42056</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-09-03T16:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683150#M42057</link>
      <description>Thanks Tim!&lt;BR /&gt;&lt;BR /&gt;It is a good start. Please post more ideas when you find time. Thanks again!&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 03 Sep 2010 20:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683150#M42057</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-09-03T20:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683151#M42058</link>
      <description>As an HP hardware user, i always try to upgrade the firmware/HP Tools/drivers along with the OS Updates.&lt;BR /&gt;Just wanted to contribute with my $.02</description>
      <pubDate>Sat, 04 Sep 2010 03:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683151#M42058</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-09-04T03:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683152#M42059</link>
      <description>Hi brian,&lt;BR /&gt;&lt;BR /&gt;You can create a repo server to implement SD in linux.&lt;BR /&gt;Note:This facility is only available by defualt in rhel5 onwards &lt;BR /&gt;download the patches/softwares into a repo folder.then run cmd&lt;BR /&gt;#createrepo -v &lt;REPO folder=""&gt;&lt;BR /&gt;&lt;BR /&gt;configure the machine to use as a FTP server bcz client uses ftp service to access the repo&lt;BR /&gt;&lt;BR /&gt;client configuration&lt;BR /&gt;Edit the config file to use as a repo client.&lt;BR /&gt;#cp /etc/yum.repos.d/rhel-debuginfo.repo /etc/yum.repos.d/local.repo&lt;BR /&gt;#vi /etc/yum.repos.d/local.repo&lt;BR /&gt;baseurl=ftp://ipaddress of repo server/repo folder&lt;BR /&gt;enabled=1&lt;BR /&gt;&lt;BR /&gt;now you will be able to connect to the repo server and list the patches/softwares using cmd&lt;BR /&gt;#yum list all&lt;BR /&gt;&lt;BR /&gt;you can always install a particular patch/sw using cmd&lt;BR /&gt;#yum install &lt;SW&gt;&lt;BR /&gt;for updating the entire client machine with latest patches/sw available in the repo use&lt;BR /&gt;#yum update -y&lt;BR /&gt;&lt;BR /&gt;I suggest you to test this before implementing in live servers&lt;BR /&gt;i successfully did the same to upgrade servers from rhel5.1 to rhel 5.4 &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Abushad&lt;BR /&gt;&lt;/SW&gt;&lt;/REPO&gt;</description>
      <pubDate>Sat, 04 Sep 2010 06:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683152#M42059</guid>
      <dc:creator>Abushad</dc:creator>
      <dc:date>2010-09-04T06:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683153#M42060</link>
      <description>Abushad&lt;BR /&gt;&lt;BR /&gt;Thank you for excellent finer details! So looks like the repo server is similar to the SD-UX depot from where you could push the patches. But on what basis do you add the patches to the repo server (Repository), I mean how often? do you have single patches (for example jave leak issue etc..or may be a security fix etc..). Thanks again for a detailed post. It is really helpful and and adds more value when you share the actual commands to do..Very helpful..Thanks again!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Sat, 04 Sep 2010 13:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683153#M42060</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-09-04T13:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683154#M42061</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;Redhat releases many types of patches just like HP,SUN,IBM etc.You have to first create a login account in redhat site and register your product.You will be notified in the login account or the server itself notify you with a pop up message once a new patch is released.You may download the patch and keep in the repo for the client servers.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Abushad</description>
      <pubDate>Mon, 06 Sep 2010 06:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683154#M42061</guid>
      <dc:creator>Abushad</dc:creator>
      <dc:date>2010-09-06T06:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683155#M42062</link>
      <description>you could look into a Satelite server (OSS version: spacewalk). it does not set policies for you, but you can easily implement policies per server groups with it.&lt;BR /&gt;it will also report on missing patches etc.&lt;BR /&gt;all in all a great tool for patch management.</description>
      <pubDate>Mon, 06 Sep 2010 07:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683155#M42062</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-09-06T07:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683156#M42063</link>
      <description>Thanks! Another term which is used is errata. Could someone explain that?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian.</description>
      <pubDate>Tue, 07 Sep 2010 03:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683156#M42063</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-09-07T03:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683157#M42064</link>
      <description>errata just means a problem was detected, mostly either a bug or a security hole of various impact. you should read the reports, there is always a detailed explanation  included on what is wrong and the criticality of it.</description>
      <pubDate>Mon, 25 Oct 2010 07:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683157#M42064</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-10-25T07:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Patching Plan.- RHEL5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683158#M42065</link>
      <description>Software updates to Red Hat Enterprise&lt;BR /&gt;Linux are delivered via errata&lt;BR /&gt;advisories. Errata can be released&lt;BR /&gt;individually on an as-needed basis or&lt;BR /&gt;aggregated as a minor release (e.g.&lt;BR /&gt;version 5.2, sometimes also referred to&lt;BR /&gt;as a "Service Pack"). Errata may contain&lt;BR /&gt;security and bug fixes, as well as&lt;BR /&gt;feature enhancements.</description>
      <pubDate>Mon, 25 Oct 2010 19:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-patching-plan-rhel5/m-p/4683158#M42065</guid>
      <dc:creator>Matthias Kranz_1</dc:creator>
      <dc:date>2010-10-25T19:02:10Z</dc:date>
    </item>
  </channel>
</rss>

