<?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 Listing Superseded Patches in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416369#M764982</link>
    <description>Does anyone know how you can list a superseding patch?&lt;BR /&gt;&lt;BR /&gt;For example, if I have a patch that needs to be applied I usually check for it &lt;BR /&gt;using the &lt;BR /&gt;'SWLIST -l patch -a state | grep PHCO_xxxxx' unix command. &lt;BR /&gt;&lt;BR /&gt;It works quite well. However, if the patch does not appear to be on there &lt;BR /&gt;doesn't appear to be a straightforward way in which I can check to see if a &lt;BR /&gt;superseding patch has been applied negating the need for the original patch. &lt;BR /&gt;&lt;BR /&gt;Does anyone know if there is an available way of doing this with the SWLIST &lt;BR /&gt;command? &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Cossy</description>
    <pubDate>Tue, 30 Nov 1999 02:00:46 GMT</pubDate>
    <dc:creator>Cossy Cosmas_2</dc:creator>
    <dc:date>1999-11-30T02:00:46Z</dc:date>
    <item>
      <title>Listing Superseded Patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416369#M764982</link>
      <description>Does anyone know how you can list a superseding patch?&lt;BR /&gt;&lt;BR /&gt;For example, if I have a patch that needs to be applied I usually check for it &lt;BR /&gt;using the &lt;BR /&gt;'SWLIST -l patch -a state | grep PHCO_xxxxx' unix command. &lt;BR /&gt;&lt;BR /&gt;It works quite well. However, if the patch does not appear to be on there &lt;BR /&gt;doesn't appear to be a straightforward way in which I can check to see if a &lt;BR /&gt;superseding patch has been applied negating the need for the original patch. &lt;BR /&gt;&lt;BR /&gt;Does anyone know if there is an available way of doing this with the SWLIST &lt;BR /&gt;command? &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Cossy</description>
      <pubDate>Tue, 30 Nov 1999 02:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416369#M764982</guid>
      <dc:creator>Cossy Cosmas_2</dc:creator>
      <dc:date>1999-11-30T02:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Listing Superseded Patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416370#M764983</link>
      <description>Superseded patches don't show up in a normal swlist. Use the following command &lt;BR /&gt;to see patches on your system that have been superseded:&lt;BR /&gt;&lt;BR /&gt;  swlist -l fileset -a patch_state *.*,c=patch | grep superseded&lt;BR /&gt;&lt;BR /&gt;In addition, you can do the following to determine which patch supersedes &lt;BR /&gt;another:&lt;BR /&gt;&lt;BR /&gt;  swlist -l patch -a patch_state -a supersedes *.*,c=patch | grep PHSS_12993&lt;BR /&gt;&lt;BR /&gt;You would, of course, change the PHSS_12993 to your patch number. The output is &lt;BR /&gt;pretty messy, as you'll see.&lt;BR /&gt;&lt;BR /&gt;As of today, there is no tool available that will produce a nice, readable &lt;BR /&gt;output showing which patches supersede which others. It would be a pretty good &lt;BR /&gt;test of ones scripting skills to write one. Hmmmm.&lt;BR /&gt;&lt;BR /&gt;MrNeil</description>
      <pubDate>Tue, 30 Nov 1999 07:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416370#M764983</guid>
      <dc:creator>Neil Gast_1</dc:creator>
      <dc:date>1999-11-30T07:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Listing Superseded Patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416371#M764984</link>
      <description>Note that Neil's suggestion will only work under 11.0&lt;BR /&gt;The -a patch_state option is not available under 10.20.&lt;BR /&gt;&lt;BR /&gt;The other problem is that if the original patch was never installed, it won't &lt;BR /&gt;show up in an swlist as superseeded, because it won't show up at all! &lt;BR /&gt;&lt;BR /&gt;swinstall will check to see if the one you're trying to install is superseeded &lt;BR /&gt;by anything already on your system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, instead of using grep to sort out a specific patch (or group of them), &lt;BR /&gt;save some typing and simply add it as an option. Examples:&lt;BR /&gt;&lt;BR /&gt;# swlist -l patch -a state PHCO_19597&lt;BR /&gt;&lt;BR /&gt;# swlist -l patch -a state PHSS*&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 1999 17:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416371#M764984</guid>
      <dc:creator>Dan Hull</dc:creator>
      <dc:date>1999-11-30T17:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Listing Superseded Patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416372#M764985</link>
      <description>There is a utility out called show_patches that displays active and superceded &lt;BR /&gt;patch information on 11.0 machines.  You get the utility with patch:&lt;BR /&gt;&lt;BR /&gt;PHCO_19550</description>
      <pubDate>Thu, 02 Dec 1999 10:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-superseded-patches/m-p/2416372#M764985</guid>
      <dc:creator>Kevin Sharpley</dc:creator>
      <dc:date>1999-12-02T10:01:56Z</dc:date>
    </item>
  </channel>
</rss>

