<?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 how to install patch from sw_depot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223220#M467243</link>
    <description>I have depot located at  /tmp/sw_depot .I want to install some specific patches from that depot.When i am running command #swinstall -s /tmp/sw_depot , i  can see the bundle and products to be installed.But i cannot see patches.Can you help me out how to find out and install the patch.&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 03 Feb 2010 15:01:07 GMT</pubDate>
    <dc:creator>kashyapi</dc:creator>
    <dc:date>2010-02-03T15:01:07Z</dc:date>
    <item>
      <title>how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223220#M467243</link>
      <description>I have depot located at  /tmp/sw_depot .I want to install some specific patches from that depot.When i am running command #swinstall -s /tmp/sw_depot , i  can see the bundle and products to be installed.But i cannot see patches.Can you help me out how to find out and install the patch.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 Feb 2010 15:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223220#M467243</guid>
      <dc:creator>kashyapi</dc:creator>
      <dc:date>2010-02-03T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223221#M467244</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please post the output of&lt;BR /&gt;&lt;BR /&gt;swlist -l product @ /tmp/sw_depot&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Wed, 03 Feb 2010 15:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223221#M467244</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2010-02-03T15:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223222#M467245</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I suggest that you first verify what the depot contains:&lt;BR /&gt;&lt;BR /&gt;# swlist -d -s /tmp/sw_depot&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 03 Feb 2010 15:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223222#M467245</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-03T15:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223223#M467246</link>
      <description>&amp;gt;JRF: I suggest that you first verify what the depot contains:&lt;BR /&gt;&lt;BR /&gt;Right.  You may want to list patches:&lt;BR /&gt;swlist -l patch -s /tmp/sw_depot</description>
      <pubDate>Thu, 04 Feb 2010 10:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223223#M467246</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-04T10:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223224#M467247</link>
      <description>You have to verify whether the relevant patch is included or not. &lt;BR /&gt;#swlist -l patch -s /tmp/sw_depot&lt;BR /&gt;&lt;BR /&gt;Or grep the required path.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prasanth Thomas.</description>
      <pubDate>Thu, 04 Feb 2010 11:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223224#M467247</guid>
      <dc:creator>Prasanth Thomas</dc:creator>
      <dc:date>2010-02-04T11:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223225#M467248</link>
      <description>Thanks Prashant ,&lt;BR /&gt;"swlist -l patch -s /tmp/sw_depot" gives me list of patches in the depot.How do i install the patch as i can see the patch which i have to install.&lt;BR /&gt;&lt;BR /&gt;but swlist -d -s @/tmp/sw_depot only provides products and bundles list.&lt;BR /&gt;&lt;BR /&gt;please help me....</description>
      <pubDate>Thu, 04 Feb 2010 20:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223225#M467248</guid>
      <dc:creator>kashyapi</dc:creator>
      <dc:date>2010-02-04T20:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223226#M467249</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To install do:&lt;BR /&gt;&lt;BR /&gt;# swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/sw_depot \*&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/sw_depot PHXX_nnnn&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 04 Feb 2010 20:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223226#M467249</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-04T20:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223227#M467250</link>
      <description>Or an interactive way:&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/sw_depot&lt;BR /&gt;&lt;BR /&gt;Then pick the patches you need for installation.</description>
      <pubDate>Thu, 04 Feb 2010 21:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223227#M467250</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2010-02-04T21:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223228#M467251</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please run the below command and select the required pacth from the list.&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/sw_depot&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prasanth Thomas.</description>
      <pubDate>Fri, 05 Feb 2010 06:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223228#M467251</guid>
      <dc:creator>Prasanth Thomas</dc:creator>
      <dc:date>2010-02-05T06:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223229#M467252</link>
      <description>Please refer the below  links.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5967-3577/5967-3577.pdf" target="_blank"&gt;http://docs.hp.com/en/5967-3577/5967-3577.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8843-90045/ch04s15.html" target="_blank"&gt;http://docs.hp.com/en/B8843-90045/ch04s15.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prasanth Thomas.</description>
      <pubDate>Fri, 05 Feb 2010 07:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223229#M467252</guid>
      <dc:creator>Prasanth Thomas</dc:creator>
      <dc:date>2010-02-05T07:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223230#M467253</link>
      <description>Thanks a lot everybody , i am able to install patch and package from depot.</description>
      <pubDate>Tue, 09 Feb 2010 06:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223230#M467253</guid>
      <dc:creator>kashyapi</dc:creator>
      <dc:date>2010-02-09T06:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to install patch from sw_depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223231#M467254</link>
      <description>Thanks again</description>
      <pubDate>Tue, 09 Feb 2010 06:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-patch-from-sw-depot/m-p/5223231#M467254</guid>
      <dc:creator>kashyapi</dc:creator>
      <dc:date>2010-02-09T06:53:30Z</dc:date>
    </item>
  </channel>
</rss>

