<?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 installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582306#M924399</link>
    <description>hi all,&lt;BR /&gt;&lt;BR /&gt;  Any tips how to make a one-time install from a group of "individual patch" using swinstall.&lt;BR /&gt;FYI, I have downloaded an individual patch with *.txt extension then have used "sh &lt;PATCH_NAME&gt;" to extract the text and depot, then tar -xvf &amp;lt;*.depot&amp;gt;. My problem is it creates an individual catalog, so when I check in the swinstall, it only display one patch.&lt;BR /&gt;&lt;BR /&gt;tnx,&lt;BR /&gt;joks&lt;/PATCH_NAME&gt;</description>
    <pubDate>Thu, 20 Sep 2001 11:19:02 GMT</pubDate>
    <dc:creator>jok llamera</dc:creator>
    <dc:date>2001-09-20T11:19:02Z</dc:date>
    <item>
      <title>patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582306#M924399</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;  Any tips how to make a one-time install from a group of "individual patch" using swinstall.&lt;BR /&gt;FYI, I have downloaded an individual patch with *.txt extension then have used "sh &lt;PATCH_NAME&gt;" to extract the text and depot, then tar -xvf &amp;lt;*.depot&amp;gt;. My problem is it creates an individual catalog, so when I check in the swinstall, it only display one patch.&lt;BR /&gt;&lt;BR /&gt;tnx,&lt;BR /&gt;joks&lt;/PATCH_NAME&gt;</description>
      <pubDate>Thu, 20 Sep 2001 11:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582306#M924399</guid>
      <dc:creator>jok llamera</dc:creator>
      <dc:date>2001-09-20T11:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582307#M924400</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To unshar and collect a series of patches into a depot do this: &lt;BR /&gt;&lt;BR /&gt;# cd /tmp &lt;BR /&gt;# for X in PH* &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; sh $X &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;# mkdir /tmp/patches &lt;BR /&gt;# for X in /tmp/PH*.depot &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; swcopy -s /tmp/${X} \* @ /tmp/patches &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;&lt;BR /&gt;...then use /tmp/patches as your depot for 'swinstall'. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2001 11:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582307#M924400</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-20T11:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582308#M924401</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;Just a quick note...don't believe you have to make the directory /tmp/patches as swcopy will make the directory for you...&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Thu, 20 Sep 2001 11:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582308#M924401</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-20T11:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582309#M924402</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to install multiple patches at once,if u downloaded all the patches under /tmp&lt;BR /&gt;then &lt;BR /&gt;#for x in '/tmp/*.txt&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt;sh *.txt&lt;BR /&gt;&amp;gt;done&lt;BR /&gt;This will create the *.depot for all patches.&lt;BR /&gt;#mkdir /tmp/patch_depot&lt;BR /&gt;# for x in /tmp/PH*.depot &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; swcopy -s /tmp/${X} \* @ /tmp/patch_depot  &lt;BR /&gt;&amp;gt;done&lt;BR /&gt;#swreg -l depot /tmp/patch_depot&lt;BR /&gt;#swinstall -s /tmp/patch_depot&lt;BR /&gt;select all the patches and install&lt;BR /&gt;after installation&lt;BR /&gt;#swreg -u -l depot /tmp/patch_depot&lt;BR /&gt;&lt;BR /&gt;later&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2001 11:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582309#M924402</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-09-20T11:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582310#M924403</link>
      <description>Hi,&lt;BR /&gt;If you want to move depot to another system its good idea to pack the depot directory structure into one file:&lt;BR /&gt;&lt;BR /&gt;swpackage -s $PWD/depot -d $PWD/&lt;DEPOT_FILE_NAME&gt; -x target_type=tape \*&lt;BR /&gt;&lt;BR /&gt;Later,&lt;/DEPOT_FILE_NAME&gt;</description>
      <pubDate>Thu, 20 Sep 2001 12:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2582310#M924403</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-09-20T12:27:43Z</dc:date>
    </item>
  </channel>
</rss>

