<?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: make_bundles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833623#M89535</link>
    <description>Thanks, I did the swcopy.  Now I want to bundle these 5 patches up into a bundle named "OBII 4.10 Patches 102002".  How do I go about doing that?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Fri, 25 Oct 2002 19:00:59 GMT</pubDate>
    <dc:creator>Joe Profaizer</dc:creator>
    <dc:date>2002-10-25T19:00:59Z</dc:date>
    <item>
      <title>make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833621#M89533</link>
      <description>I have 5 patches that I want to bundle up in an existing depot.  I want to name the bundle "OBII 4.10 Patches 102002".  The target depot is /var/spool/sw/patche/depot.&lt;BR /&gt;The source directory I have these patches is in /tmp.  Do I need to do an swcopy first. I'm confused on the process here. Please advise.</description>
      <pubDate>Fri, 25 Oct 2002 17:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833621#M89533</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2002-10-25T17:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833622#M89534</link>
      <description>swcopy is the tool used to copy a patch into a depot.. it will also register the depot:&lt;BR /&gt;&lt;BR /&gt;make sure you have "unshar'd" each patch you downloaded.... (sh filename)  You will have a .depot and a .text file out of that&lt;BR /&gt;&lt;BR /&gt;to get the patch to the depot:&lt;BR /&gt;&lt;BR /&gt;swcopy -s /tmp/PHCO_xxxx.depot PHCO_xxxx @ /var/spool/sw&lt;BR /&gt;&lt;BR /&gt;note.. unless you have a special reason for creating a new depot, use /var/spool/sw... that is the default depot.&lt;BR /&gt;&lt;BR /&gt;Repeat for each patch&lt;BR /&gt;&lt;BR /&gt;swinstall -s /var/spool/sw &lt;BR /&gt;&lt;BR /&gt;and you should get the patches placed in that depot&lt;BR /&gt;&lt;BR /&gt;A very clean way to do this would be to note all the patches you want, go the to patches portion of the ITRC... select them all, download them as zip or tar package... you will get all the patches in one file, move that file to the directory where you want the depot/bundle and untar or uncompress.  You will find a very handy little script comes with it that is already configured to create a new software depot....&lt;BR /&gt;&lt;BR /&gt;either way</description>
      <pubDate>Fri, 25 Oct 2002 18:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833622#M89534</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-10-25T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833623#M89535</link>
      <description>Thanks, I did the swcopy.  Now I want to bundle these 5 patches up into a bundle named "OBII 4.10 Patches 102002".  How do I go about doing that?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 25 Oct 2002 19:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833623#M89535</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2002-10-25T19:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833624#M89536</link>
      <description>how about using swpackage to copy your new depot to a tape and then lable the tape with your bundle preference?&lt;BR /&gt;&lt;BR /&gt;swpackage -s /var/spool/sw -x media_type=tape  @ /dev/rmt/0m</description>
      <pubDate>Fri, 25 Oct 2002 19:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833624#M89536</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-10-25T19:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833625#M89537</link>
      <description>for file in PH*&lt;BR /&gt;do&lt;BR /&gt;sh $file&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;mkdir /tmp/OBII 4.10 Patch 102002&lt;BR /&gt;&lt;BR /&gt;for i in PH*.depot&lt;BR /&gt;do&lt;BR /&gt;swcopy -s ${PWD}/$i \* @ /tmp/OBII 4.10 Patch 102002&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#Register the depot&lt;BR /&gt;#&lt;BR /&gt;swreg -l depot /tmp/OBII 4.10 Patch 102002&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 19:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833625#M89537</guid>
      <dc:creator>Junior C.</dc:creator>
      <dc:date>2002-10-25T19:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833626#M89538</link>
      <description>Now that's a bit tricky .. I have not done this before but I think you can use "make_bundle" command to do this. From "man make_bundles" I can see that there is a "-o" option that allows you to create the psf file which you can then modify the "title" and "tag" later to your liking. This is not tested but you can try ..&lt;BR /&gt;# make_bundles -o psf.mine &lt;LOCATION-OF-DEPOT&gt;&lt;BR /&gt;Take a look at "psf.mine" file and you should be able to modify the "tag" and "title" line to the description you wanted.&lt;BR /&gt;Afetr that I think you have to "swpackage" them.&lt;BR /&gt;# swpackage -s psf.mine -d &lt;LOCATION-OF-DEPOT&gt;&lt;BR /&gt;Now test ..&lt;BR /&gt;# swinstall -s &lt;LOCATION-OF-DEPOT&gt;&lt;BR /&gt;&lt;/LOCATION-OF-DEPOT&gt;&lt;/LOCATION-OF-DEPOT&gt;&lt;/LOCATION-OF-DEPOT&gt;</description>
      <pubDate>Fri, 25 Oct 2002 19:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833626#M89538</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-25T19:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833627#M89539</link>
      <description>Hi Joe:&lt;BR /&gt;&lt;BR /&gt;Ted's original suggest to go to the ITRC Patch database and download any patch will provide you with a scipt that you can canabalize for your purposes.  Doing so will provide you with the script ('create_depot_hp-ux_xx' where xx is the release (10 or 11) *and* a 'README_hp-ux' file describing the scripted procedure.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Oct 2002 19:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833627#M89539</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-25T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: make_bundles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833628#M89540</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;Once you have them in the depot, you can use something like:&lt;BR /&gt;make_bundles -B -n CPM_Patches -c Patches -t "CPM Patches of 2002/06/13" -r 2002.06.13 /tmp/depot&lt;BR /&gt;&lt;BR /&gt;After using the above command, I can either use the depot (/tmp/depot) as it is or tar it up and use the tarfile as my depot.&lt;BR /&gt;&lt;BR /&gt;That's what I use to make a bundle of the depot I get when using CPM.  This is how that bundle shows using "swlist -l bundle":&lt;BR /&gt;CPM_Patches   2002.09.06     CPM Patches of 2002/09/06&lt;BR /&gt;&lt;BR /&gt;man make_bundles to see the options.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 25 Oct 2002 19:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-bundles/m-p/2833628#M89540</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-25T19:40:49Z</dc:date>
    </item>
  </channel>
</rss>

