<?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: patch command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667071#M554716</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;You would use either&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/show_patches|grep -i PHCO_XXX&lt;BR /&gt;&lt;BR /&gt; or&lt;BR /&gt;&lt;BR /&gt;swlist -l PHXX_XXX&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
    <pubDate>Tue, 08 Nov 2005 15:34:50 GMT</pubDate>
    <dc:creator>HGN</dc:creator>
    <dc:date>2005-11-08T15:34:50Z</dc:date>
    <item>
      <title>patch command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667066#M554711</link>
      <description>What is the command to find whether a particular patch has been installed ?</description>
      <pubDate>Tue, 08 Nov 2005 14:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667066#M554711</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-11-08T14:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: patch command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667067#M554712</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# swlist -l patch &lt;PATCHNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/PATCHNAME&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667067#M554712</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-08T14:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: patch command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667068#M554713</link>
      <description>swlist PHCO_26026&lt;BR /&gt;&lt;BR /&gt;This will find PHCO_26026 whether it was installed separately or as part of a bundle.</description>
      <pubDate>Tue, 08 Nov 2005 14:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667068#M554713</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-08T14:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: patch command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667069#M554714</link>
      <description>swlist -l patch&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 08 Nov 2005 14:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667069#M554714</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-11-08T14:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: patch command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667070#M554715</link>
      <description># show_patches | grep -i &lt;PATCHNAME&gt;&lt;/PATCHNAME&gt;</description>
      <pubDate>Tue, 08 Nov 2005 15:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667070#M554715</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-08T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: patch command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667071#M554716</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You would use either&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/show_patches|grep -i PHCO_XXX&lt;BR /&gt;&lt;BR /&gt; or&lt;BR /&gt;&lt;BR /&gt;swlist -l PHXX_XXX&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 08 Nov 2005 15:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667071#M554716</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-11-08T15:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: patch command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667072#M554717</link>
      <description>Hi shiv ,&lt;BR /&gt;&lt;BR /&gt;Check this , to see installed patch ,&lt;BR /&gt;&lt;BR /&gt;# swlist -l bundle | grep -i patch_name&lt;BR /&gt;&lt;BR /&gt;# swlist -l product | grep -i patch_name&lt;BR /&gt;&lt;BR /&gt;[ patch_name you have to provide as input ]&lt;BR /&gt;&lt;BR /&gt;Ex: # swlist -l product | grep -i tar &lt;BR /&gt;( to see if the tar patch has installed or not ).&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 15:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-command/m-p/3667072#M554717</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-10T15:09:38Z</dc:date>
    </item>
  </channel>
</rss>

