<?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 Patch Management in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912450#M3780</link>
    <description>Morning,&lt;BR /&gt;&lt;BR /&gt;I have been tasked with the following;&lt;BR /&gt;&lt;BR /&gt;1. Detail listings of all patches on each server.&lt;BR /&gt;2. Details of missing patches.&lt;BR /&gt;3. Required patches.&lt;BR /&gt;&lt;BR /&gt;Anyone got any ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Feb 2003 09:56:54 GMT</pubDate>
    <dc:creator>Mike Duffy</dc:creator>
    <dc:date>2003-02-25T09:56:54Z</dc:date>
    <item>
      <title>Patch Management</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912450#M3780</link>
      <description>Morning,&lt;BR /&gt;&lt;BR /&gt;I have been tasked with the following;&lt;BR /&gt;&lt;BR /&gt;1. Detail listings of all patches on each server.&lt;BR /&gt;2. Details of missing patches.&lt;BR /&gt;3. Required patches.&lt;BR /&gt;&lt;BR /&gt;Anyone got any ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 09:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912450#M3780</guid>
      <dc:creator>Mike Duffy</dc:creator>
      <dc:date>2003-02-25T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Management</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912451#M3781</link>
      <description>What do you mean 'patches'?&lt;BR /&gt;&lt;BR /&gt;Do you mean udpated software packages?&lt;BR /&gt;&lt;BR /&gt;Which distribution are you using?&lt;BR /&gt;&lt;BR /&gt;In the RedHat world, this sort of thing is handled by RHN and 'up2date'.  Of course, up2date requries Internet access.&lt;BR /&gt;&lt;BR /&gt;If you're in an Advanced Server network, you have the ability to use your local servers as a distribution point for the RHN.&lt;BR /&gt;&lt;BR /&gt;As for getting lists of installed software, 'rpm -qa' is where you look, but this is a very messy way of trying to get up-to-date lists of installed packages.</description>
      <pubDate>Tue, 25 Feb 2003 22:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912451#M3781</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-25T22:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Management</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912452#M3782</link>
      <description>You sound like an HP-UX admin who's wants the Linux equivalent of swlist.&lt;BR /&gt;&lt;BR /&gt;Sorry, Linux doesn't work like that though the update tools are pretty slick.&lt;BR /&gt;&lt;BR /&gt;Even with rpm queries you are not going to get a current list, because this does not cover stuff you've installed and compiled off tarball or other compressed format.&lt;BR /&gt;&lt;BR /&gt;BTW, HP-UX swlist doesn't show those installs better.&lt;BR /&gt;&lt;BR /&gt;Red hat dosn't really use patches the HP does.&lt;BR /&gt;&lt;BR /&gt;If sendmail 8.1.2 has a problem, Red Hat will put up the next version in rpm format for either downland and install(rpm -i filename).&lt;BR /&gt;&lt;BR /&gt;The installation whichever way you do it will replace sendmail 8.1.2 with the newever version.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Feb 2003 05:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912452#M3782</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-26T05:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Management</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912453#M3783</link>
      <description>You can also try installing red-carpet. It has support for more products that what RHN does. It will give you a list of what you currently have installed ( it its a product that red-carpet lists ) and provide you with updates if needed.</description>
      <pubDate>Wed, 26 Feb 2003 09:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912453#M3783</guid>
      <dc:creator>John de Villiers</dc:creator>
      <dc:date>2003-02-26T09:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Management</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912454#M3784</link>
      <description>If you want a list of 'patches' that haven't been installed (and you're running Red Hat), try up2date. Up2date is the free upgrade tool from Red Hat, and it will not only tell you what new packages are out, but it will download and install them, too. Up2date -l shows a 'list' of possible updates. Here's my monitoring box (it's already patched up, except for the kernel):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@obiwan root]# up2date -l&lt;BR /&gt;&lt;BR /&gt;Fetching package list for channel: redhat-linux-i386-7.2...&lt;BR /&gt;########################################&lt;BR /&gt;&lt;BR /&gt;Fetching Obsoletes list for channel: redhat-linux-i386-7.2...&lt;BR /&gt;########################################&lt;BR /&gt;&lt;BR /&gt;Fetching rpm headers...&lt;BR /&gt;&lt;BR /&gt;Name                                    Version        Rel&lt;BR /&gt;----------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;The following Packages were marked to be skipped by your configuration:&lt;BR /&gt;&lt;BR /&gt;Name                                    Version        Rel  Reason&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;kernel                                  2.4.18         24.7.xPkg name/pattern&lt;BR /&gt;kernel-source                           2.4.18         24.7.xPkg name/pattern&lt;BR /&gt;&lt;BR /&gt;None of the packages you requested were found, or they are already updated.&lt;BR /&gt;[root@obiwan root]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;-dd</description>
      <pubDate>Wed, 26 Feb 2003 14:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912454#M3784</guid>
      <dc:creator>dan dobbs</dc:creator>
      <dc:date>2003-02-26T14:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Management</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912455#M3785</link>
      <description>If you're using an RPM-based distro, and you're not worried about "non-RPM" stuff, then the "rpm" command-line tool is your friend.  &lt;BR /&gt;&lt;BR /&gt;Download ALL of the latest and greatest updated packages from your distro., 'cd' into the directory(ies) where the updates are at, and do a "rpm -Fv --test *.rpm".  This will take a little while, but it will give you a list of every RPM that is out of date.  MAKE SURE you pass it the "--test" option, of you'll actually start patching things.  If you put all the patches on an NFS server somewhere, you can script this process on every machine (and actually patch things much easier)&lt;BR /&gt;&lt;BR /&gt;"rpm" also has the "--queryformat" option, that allows you to specify exactly what you want to know about a package.  For you, something like the following might be useful...&lt;BR /&gt;&lt;BR /&gt;rpm -qa --qf "%{NAME}\t%{VERSION}\t%{RELEASE}\n"&lt;BR /&gt;&lt;BR /&gt;This will give you a nice parseable output that you can feed into something else to do the version comparison.&lt;BR /&gt;&lt;BR /&gt;It's too bad "rpm" doesn't get more publicity.  It's a very powerful tool.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;~Chris</description>
      <pubDate>Wed, 26 Feb 2003 15:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patch-management/m-p/2912455#M3785</guid>
      <dc:creator>Christopher C. Weis</dc:creator>
      <dc:date>2003-02-26T15:28:20Z</dc:date>
    </item>
  </channel>
</rss>

