<?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/2713868#M61265</link>
    <description>Neil ,&lt;BR /&gt;&lt;BR /&gt;This is a common problem .... take a look at &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x48ea9200caded5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x48ea9200caded5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;if you still have problems let us now the errors you encounter .....</description>
    <pubDate>Tue, 30 Apr 2002 09:25:53 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2002-04-30T09:25:53Z</dc:date>
    <item>
      <title>Patch bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713867#M61264</link>
      <description>I am upgrading to oracel 9i and as part of this I need to add a number of patches to HP-UX 11.00 on an L2000 as per oracles install instructions. These are in addition to the march 2002 bundle I have just installed:(  I have down loaded the patches and their dependencies. I am now wondering if I can combine them into one bundle rather than having to do each one individually and do a patch match. Any help on this would be appriciated.</description>
      <pubDate>Tue, 30 Apr 2002 09:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713867#M61264</guid>
      <dc:creator>Neil Harris</dc:creator>
      <dc:date>2002-04-30T09:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Patch bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713868#M61265</link>
      <description>Neil ,&lt;BR /&gt;&lt;BR /&gt;This is a common problem .... take a look at &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x48ea9200caded5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x48ea9200caded5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;if you still have problems let us now the errors you encounter .....</description>
      <pubDate>Tue, 30 Apr 2002 09:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713868#M61265</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-04-30T09:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Patch bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713869#M61266</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just use this:&lt;BR /&gt;&lt;BR /&gt;Unsharring patches:&lt;BR /&gt;&lt;BR /&gt;cd /tmp &lt;BR /&gt;for X in PH* &lt;BR /&gt;do &lt;BR /&gt;sh $X &lt;BR /&gt;&lt;BR /&gt;make depot:&lt;BR /&gt; &lt;BR /&gt;mkdir /tmp/patches &lt;BR /&gt;for X in /tmp/PH*.depot &lt;BR /&gt;do &lt;BR /&gt;swcopy -s /tmp/${X} \* @ /tmp/patches &lt;BR /&gt;&lt;BR /&gt;use swreg -l /tmp/patches to register this as a depot.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Tue, 30 Apr 2002 09:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713869#M61266</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-30T09:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Patch bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713870#M61267</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sorry the swreg should be&lt;BR /&gt;&lt;BR /&gt;swleg -l depot /tmp/patches&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Tue, 30 Apr 2002 09:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713870#M61267</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-30T09:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Patch bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713871#M61268</link>
      <description>Hi Neil,&lt;BR /&gt;&lt;BR /&gt;Mentioned below is an example for bundling patches.&lt;BR /&gt;&lt;BR /&gt;Create a Patch Depot: &lt;BR /&gt;Obtain the set of patches you want to place and manage in an SD depot. For example: &lt;BR /&gt;&lt;BR /&gt;                 PHCO_7891  PHCO_9348  PHKL_9361  PHSS_7726  PHSS_8966&lt;BR /&gt;                 PHSS_9400  PHCO_8353  PHKL_8376  PHKL_9569  PHSS_8667&lt;BR /&gt;                 PHSS_9201 &lt;BR /&gt;&lt;BR /&gt;HP patches as delivered by the Response Center or the HP Web site are shar files consisting of a product depot and README file. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unshar the patches: &lt;BR /&gt;        # for i in PH*&lt;BR /&gt;        do&lt;BR /&gt;           sh $i&lt;BR /&gt;        done&lt;BR /&gt;&lt;BR /&gt;Combine all these separate depots into one depot. To do this, use the swcopy command. First, create the directory to store the patches: &lt;BR /&gt;        # mkdir /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now take the patch depots and copy them into the target depot: &lt;BR /&gt;        # for i in PH*.depot&lt;BR /&gt;          do&lt;BR /&gt;            swcopy -s ${PWD}/$i \* @ /var/opt/ignite/Patches&lt;BR /&gt;          done&lt;BR /&gt;&lt;BR /&gt;Verify the contents of the depot: &lt;BR /&gt;        # swlist  -d  @ /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Assuming the above example list of patches, you would see the following: &lt;BR /&gt;        # Initializing...  # Contacting target "interop1"...  # # Target:&lt;BR /&gt;        interop1:/var/opt/ignite/Patches #&lt;BR /&gt;&lt;BR /&gt;        #&lt;BR /&gt;        # No Bundle(s) on interop1:/var/opt/ignite/Patches&lt;BR /&gt;        # Product(s):&lt;BR /&gt;        #&lt;BR /&gt;&lt;BR /&gt;          PHCO_7891     B.10.00.00.AA  allows mount to turnon hfs-specific opts &lt;BR /&gt;          PHCO_8353     B.10.00.00.AA  cumulative awk(1) patch &lt;BR /&gt;          PHCO_9348     B.10.00.00.AA  cron(1M) and at(1) patch &lt;BR /&gt;          PHKL_8376     B.10.00.00.AA  Fix vmtrace bug. &lt;BR /&gt;          PHKL_9361     B.10.00.00.AA  Fix panic caused by MP race &lt;BR /&gt;          PHKL_9569     B.10.00.00.AA  NFS and VxFS (JFS) cumulative patch &lt;BR /&gt;          PHSS_7726     B.10.00.00.AA  CDE Dtterm August 96 patch &lt;BR /&gt;          PHSS_8667     B.10.00.00.AA  CDE Runtime Nov96 Patch &lt;BR /&gt;          PHSS_8966     B.10.00.00.AA  LIBCL cumulative patch &lt;BR /&gt;          PHSS_9201     B.10.00.00.AA  fix for aC++ dld.sl &lt;BR /&gt;          PHSS_9400     B.10.00.00.AA  ld(1) cumulative patch &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the above output, swlist states that the depot has "No Bundles". HP-UX Patches are SD "products", but Ignite-UX can only manage SD "Bundles". &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Convert the individual patches into a single bundle using the /opt/ignite/bin/make_bundles command. Run the script and create a bundle in the Patches depot: &lt;BR /&gt;        # make_bundles -B -n Misc_Patches -t "HP-UX 10.20 Patches"                 /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;Rerun swlist on this depot to verify the Bundle has been created: &lt;BR /&gt;        # swlist  -d  @ /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(Output of swlist command assuming the example patches) &lt;BR /&gt;        # Initializing...&lt;BR /&gt;        # Contacting target "interop1"...&lt;BR /&gt;        #&lt;BR /&gt;        # Target:  interop1:/var/opt/ignite/Patches&lt;BR /&gt;        #&lt;BR /&gt;&lt;BR /&gt;        #&lt;BR /&gt;        # Bundle(s):&lt;BR /&gt;        #&lt;BR /&gt;&lt;BR /&gt;          Misc_Patches         HP-UX 10.20 Patches&lt;BR /&gt;&lt;BR /&gt;The default behavior of swlist is to now show only the higher level software bundles. Individual patches in the bundle can still be viewed by using swlist options. The following will show the patch "products" contained in the bundle: &lt;BR /&gt;                # swlist -l product -d  @ /var/opt/ignite/Patches&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;-Sukant</description>
      <pubDate>Tue, 30 Apr 2002 12:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713871#M61268</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-04-30T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Patch bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713872#M61269</link>
      <description>And the command to install from the depot would be 'swinstall -x autoreboot=true -x patch_match_target=true -s&lt;BR /&gt;/your-depot'.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Tue, 30 Apr 2002 12:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713872#M61269</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-04-30T12:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Patch bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713873#M61270</link>
      <description>Hi Neil,&lt;BR /&gt;Assuming that you have HP-UX software support contract with HP.&lt;BR /&gt;&lt;BR /&gt;You can just login to ITRC with your support ID and go to Custom patch manager and find out the required patches for your machine. and create the bundle for all patches. You can download from HP web site then. This will create single DEPOT file and you can install all the required patches at one time.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Tue, 30 Apr 2002 12:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundles/m-p/2713873#M61270</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-30T12:57:09Z</dc:date>
    </item>
  </channel>
</rss>

