<?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: What happens to previous patch when new patch is installed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027181#M910564</link>
    <description>See this document I have attached and specially the "patch rollback" chapter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roland</description>
    <pubDate>Fri, 25 Jul 2003 11:59:03 GMT</pubDate>
    <dc:creator>RolandH</dc:creator>
    <dc:date>2003-07-25T11:59:03Z</dc:date>
    <item>
      <title>What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027172#M910555</link>
      <description>I applied new patches for the HPUX machine.&lt;BR /&gt;Generally if I do&lt;BR /&gt;               #swlist &lt;PATCH id=""&gt;              for an existing patch Id ,I get &lt;BR /&gt;&lt;BR /&gt;Initializing...&lt;BR /&gt;# Contacting target  &lt;BR /&gt;Followed by Patch desc etc..&lt;BR /&gt;&lt;BR /&gt;If I do &lt;BR /&gt;                  #swlist &lt;PATCH id=""&gt; &lt;BR /&gt;for a Patch Id which is not installed,I get &lt;BR /&gt;&lt;BR /&gt;Initializing...&lt;BR /&gt;# Contacting target  &lt;BR /&gt;Followed by &lt;BR /&gt;ERROR message....&lt;BR /&gt;&lt;BR /&gt;But presently I have installed New patches on a workstation on which previous patches were already installed and when I do&lt;BR /&gt;          #swlist &lt;PATCH id=""&gt;&lt;BR /&gt;for a Patch Id which was there earlier,I get &lt;BR /&gt;&lt;BR /&gt;Initializing...&lt;BR /&gt;# Contacting target  &lt;BR /&gt;Followed by &lt;BR /&gt;#       i.e I return to the prompt again&lt;BR /&gt;&lt;BR /&gt;What does this mean? &lt;BR /&gt;Has the previous patch been deleted and some reference to it kept?&lt;BR /&gt;What else does it convey?&lt;BR /&gt;&lt;BR /&gt;Thanx in advance for your response.&lt;/PATCH&gt;&lt;/PATCH&gt;&lt;/PATCH&gt;</description>
      <pubDate>Fri, 18 Jul 2003 07:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027172#M910555</guid>
      <dc:creator>Purusa</dc:creator>
      <dc:date>2003-07-18T07:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027173#M910556</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'm not so sure I undersrand your question.  If you apply a new patch that superceeds an old patch the binbaries are overwritten.  HOWEVER, you can (the default) keep the old patch information.  This means you can remove (swremove) the new patch &amp;amp; you will be cak to where you were.  It is reccomended that you keep the old patch information for this reason.&lt;BR /&gt;&lt;BR /&gt;If you do "swlist -l product", you will see all the patches on the system.  It will contain ALL patches applied (old &amp;amp; new).  If you have 3 patches for the same description only the most recent will be active.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 18 Jul 2003 08:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027173#M910556</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-18T08:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027174#M910557</link>
      <description>Tim is right, swlist should list superseded patches as will.&lt;BR /&gt;&lt;BR /&gt;maybe you can check that in your /var/adm/sw/defaults  file&lt;BR /&gt;you do NOT have a line like&lt;BR /&gt;patch_save_files=false&lt;BR /&gt;&lt;BR /&gt;(by default this default file has only comment lines)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Fri, 18 Jul 2003 08:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027174#M910557</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-07-18T08:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027175#M910558</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I'd also have a look at the show_patches &amp;amp; check_patches commands that are available on 11.x&lt;BR /&gt;&lt;BR /&gt;# show_patches -a &lt;BR /&gt;Lists all active patches on the system.&lt;BR /&gt;&lt;BR /&gt;I think there's a doco in /usr/share/doc that details patch management for 11.x.  I'm not logged on so can't check.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Fri, 18 Jul 2003 09:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027175#M910558</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-18T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027176#M910559</link>
      <description>Hi all,&lt;BR /&gt;Thanx for your responses.&lt;BR /&gt;I have a small issue. &lt;BR /&gt;after upgrading to new patches, for few old patches i am getting warnings that these patches are not installed while for few others i am not getting any warnings.&lt;BR /&gt;&lt;BR /&gt;Can you let me know any reason for this warning/error messages?</description>
      <pubDate>Fri, 25 Jul 2003 11:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027176#M910559</guid>
      <dc:creator>Purusa</dc:creator>
      <dc:date>2003-07-25T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027177#M910560</link>
      <description>Maybe it's time to run the cleanup command to remove patches that have been superceded</description>
      <pubDate>Fri, 25 Jul 2003 11:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027177#M910560</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-07-25T11:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027178#M910561</link>
      <description>Hi Pankaj,&lt;BR /&gt;&lt;BR /&gt;swlist by itself will only show bundles &amp;amp; products. Use the following:&lt;BR /&gt;&lt;BR /&gt;swlist -l patch&lt;BR /&gt;&lt;BR /&gt;to show all current patches installed.&lt;BR /&gt;&lt;BR /&gt;You can get even more detail with:&lt;BR /&gt;swlist -l fileset&lt;BR /&gt;&lt;BR /&gt;Superseded patches are moved to /varadmsw/save until they are removed via the cleanup command.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 25 Jul 2003 11:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027178#M910561</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-25T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027179#M910562</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;In most cases the patches and other programs&lt;BR /&gt;that upgrated are saved and if you want&lt;BR /&gt;to remove this saves then you can use command&lt;BR /&gt;called cleanup that remove them.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 25 Jul 2003 11:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027179#M910562</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-25T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027180#M910563</link>
      <description>That may be because of superceded patches.&lt;BR /&gt;&lt;BR /&gt;Use show_patches, check_patches ,cleanup (in preview mode) to check that.</description>
      <pubDate>Fri, 25 Jul 2003 11:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027180#M910563</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-07-25T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to previous patch when new patch is installed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027181#M910564</link>
      <description>See this document I have attached and specially the "patch rollback" chapter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roland</description>
      <pubDate>Fri, 25 Jul 2003 11:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-happens-to-previous-patch-when-new-patch-is-installed/m-p/3027181#M910564</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-07-25T11:59:03Z</dc:date>
    </item>
  </channel>
</rss>

