<?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 Bundles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700809#M932913</link>
    <description>Hi Rich:&lt;BR /&gt;&lt;BR /&gt;Check this document to create a patch bundle:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=1b7380410a50b2bef6/screen=ckiDisplayDocument?docId=200000059338217" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=1b7380410a50b2bef6/screen=ckiDisplayDocument?docId=200000059338217&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also this thread for useful information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xebb1ba808b46d611abda0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xebb1ba808b46d611abda0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Apr 2002 14:48:35 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-04-10T14:48:35Z</dc:date>
    <item>
      <title>Patch Bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700807#M932911</link>
      <description>If I have lots of patches i.e. "bits and Bobs"&lt;BR /&gt;How can I make my life simple by creating my own PATCH BUNDLE. Please help and maybe I will have a good day.&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Wed, 10 Apr 2002 14:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700807#M932911</guid>
      <dc:creator>Richard Ace</dc:creator>
      <dc:date>2002-04-10T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700808#M932912</link>
      <description>Hi Richard,&lt;BR /&gt;How to bundle multiple patches?&lt;BR /&gt;&lt;BR /&gt;copy all patches in to one directory for example /tmp/sachin/ and we are creating depot in /usr/local/sw&lt;BR /&gt;&lt;BR /&gt;Uncompress all patches.&lt;BR /&gt;#for X in /tmp/sachin/PH*&lt;BR /&gt;#do&lt;BR /&gt;#sh $X&lt;BR /&gt;#rm $X&lt;BR /&gt;#rm ${X}.text&lt;BR /&gt;#done&lt;BR /&gt;&lt;BR /&gt;Then copy all patches in to one directory&lt;BR /&gt;#for X in /tmp/sachin/PH*.depot&lt;BR /&gt;#do&lt;BR /&gt;#swcopy -s $X   @ /usr/local/sw&lt;BR /&gt;#done&lt;BR /&gt;&lt;BR /&gt;Then create bundle&lt;BR /&gt;#swpackage -s /usr/local/sw   (this bundle will has no name)&lt;BR /&gt;#swlist -s /usr/local/sw  (This will lists all patches in that bundle)&lt;BR /&gt;&lt;BR /&gt;Install now&lt;BR /&gt;#swinstall -s /usr/local/sw   (select all patch and install)&lt;BR /&gt;&lt;BR /&gt;Update&lt;BR /&gt;.psf file should look like this. Use this on swpackage with -s option.&lt;BR /&gt;#swpackage -s file.psf @ /usr/local/sw&lt;BR /&gt;&lt;BR /&gt;#cat file.psf&lt;BR /&gt;bundle&lt;BR /&gt;tag PERFORMANCE&lt;BR /&gt;title TIMSPATCHES&lt;BR /&gt;os_name HP-UX&lt;BR /&gt;revision B.11.00.01&lt;BR /&gt;architecture S700/S800_HP-UX_11&lt;BR /&gt;contents PHCO_21187,r=1.0,a=HP-UX_B.11.00_32/64,v=HP&lt;BR /&gt;.....&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;To get this "PHCO_21187,r=1.0,a=HP-UX_B.11.00_32/64,v=HP"&lt;BR /&gt;&lt;BR /&gt;#swlist -l product -a software_spec -s /usr/local/sw  |grep -v "^#" |awk '{print $2}'&lt;BR /&gt;&lt;BR /&gt;Sachin Patel</description>
      <pubDate>Wed, 10 Apr 2002 14:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700808#M932912</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-10T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700809#M932913</link>
      <description>Hi Rich:&lt;BR /&gt;&lt;BR /&gt;Check this document to create a patch bundle:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=1b7380410a50b2bef6/screen=ckiDisplayDocument?docId=200000059338217" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=1b7380410a50b2bef6/screen=ckiDisplayDocument?docId=200000059338217&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also this thread for useful information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xebb1ba808b46d611abda0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xebb1ba808b46d611abda0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Apr 2002 14:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700809#M932913</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-10T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700810#M932914</link>
      <description>Thanks People. Seems very straight forward.&lt;BR /&gt;&lt;BR /&gt;I get to have an easy day&lt;BR /&gt;&lt;BR /&gt;Cheers &lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Thu, 11 Apr 2002 08:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2700810#M932914</guid>
      <dc:creator>Richard Ace</dc:creator>
      <dc:date>2002-04-11T08:29:25Z</dc:date>
    </item>
  </channel>
</rss>

