<?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: create a bundle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620541#M38591</link>
    <description>&lt;BR /&gt;Hi,&lt;BR /&gt;store all the downloaded patches(.txt) in one directory say /tmp&lt;BR /&gt;#cd /tmp&lt;BR /&gt;#for i in *.txt&lt;BR /&gt;do&lt;BR /&gt;sh *.txt&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;This will create .depot for all the patches.&lt;BR /&gt;#mkdir /tmp/patch_depot&lt;BR /&gt;for i in '/tmp/*.depot'&lt;BR /&gt;do&lt;BR /&gt;swcopy -s /tmp/{$i} @ /tmp/patch_depot&lt;BR /&gt;done&lt;BR /&gt;#swreg -l depot /tmp/patch_depot&lt;BR /&gt;#swinstall -s /tmp/patch_depot&lt;BR /&gt;&lt;BR /&gt;all the patches will be installed.</description>
    <pubDate>Tue, 27 Nov 2001 08:29:12 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2001-11-27T08:29:12Z</dc:date>
    <item>
      <title>create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620537#M38587</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How i can create a bundle since some patches files (PHKE, ...)&lt;BR /&gt;My goal is to install in one shot instead of one after one...&lt;BR /&gt;&lt;BR /&gt;In advance, i thank you.&lt;BR /&gt;&lt;BR /&gt;Charles.</description>
      <pubDate>Tue, 27 Nov 2001 07:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620537#M38587</guid>
      <dc:creator>Charles THISE</dc:creator>
      <dc:date>2001-11-27T07:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620538#M38588</link>
      <description>&lt;BR /&gt;1. extract patch&lt;BR /&gt;#sh PHKL_xxxxx&lt;BR /&gt;2. make depot directory.&lt;BR /&gt;mkdir /tmp/depot&lt;BR /&gt;3. use swcopy GUI&lt;BR /&gt;#swcopy&lt;BR /&gt;&lt;BR /&gt;destination is /tmp/depot&lt;BR /&gt;source is PHKL_xxxxx.depot&lt;BR /&gt;repeat with every patch , use same destination&lt;BR /&gt;/tmp/depot&lt;BR /&gt;&lt;BR /&gt;---------&lt;BR /&gt;/tmp/depot will be depot for patches you can install at one time.</description>
      <pubDate>Tue, 27 Nov 2001 07:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620538#M38588</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-11-27T07:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620539#M38589</link>
      <description>see &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94e19200caded5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94e19200caded5118ff40090279cd0f9,00.html&lt;/A&gt; ?</description>
      <pubDate>Tue, 27 Nov 2001 08:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620539#M38589</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-11-27T08:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620540#M38590</link>
      <description>As per previous reply , you use swcopy to create your depot. It's probably easier to use the user interface than trying to do it all from the cammand line. Just type swcopy and follow the instructions for selecting the target and source. If you then need to put this on to a tape, then you need to use swpackage. The following command works well:&lt;BR /&gt;&lt;BR /&gt;swpackage -s /tmp/depot -x target_type=tape -x target_tape=/dev/rmt/0m.&lt;BR /&gt;&lt;BR /&gt;The target_tape is only needed if you have more than one tape drive.&lt;BR /&gt;&lt;BR /&gt;Have fun.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2001 08:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620540#M38590</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2001-11-27T08:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620541#M38591</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;store all the downloaded patches(.txt) in one directory say /tmp&lt;BR /&gt;#cd /tmp&lt;BR /&gt;#for i in *.txt&lt;BR /&gt;do&lt;BR /&gt;sh *.txt&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;This will create .depot for all the patches.&lt;BR /&gt;#mkdir /tmp/patch_depot&lt;BR /&gt;for i in '/tmp/*.depot'&lt;BR /&gt;do&lt;BR /&gt;swcopy -s /tmp/{$i} @ /tmp/patch_depot&lt;BR /&gt;done&lt;BR /&gt;#swreg -l depot /tmp/patch_depot&lt;BR /&gt;#swinstall -s /tmp/patch_depot&lt;BR /&gt;&lt;BR /&gt;all the patches will be installed.</description>
      <pubDate>Tue, 27 Nov 2001 08:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620541#M38591</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-11-27T08:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620542#M38592</link>
      <description>Hi&lt;BR /&gt;  extract all the depots to a temp directory.&lt;BR /&gt;  create a depot directory&lt;BR /&gt;mkdir /tmp/depot&lt;BR /&gt;swcopy all the depot from the temp directory to the depot directory&lt;BR /&gt;swcopy -s /temp @ /tmp/depot&lt;BR /&gt;swreg the depot as&lt;BR /&gt;swreg -l depot /tmp/depot&lt;BR /&gt;   this will create a directory depot for you, to install use&lt;BR /&gt;swinstall -s /tmp/depot&lt;BR /&gt;  But if you want to create tape depot that is useful to put onto a CD or tape , create a bundle using a psf file &lt;BR /&gt;swpackage -x media_type=tape -s bundle.psf @ /destiation&lt;BR /&gt;  this will create a single .depot file.&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;...BPK...&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2001 08:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620542#M38592</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-11-27T08:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620543#M38593</link>
      <description>Hi&lt;BR /&gt;  extract all the depots to a temp directory.&lt;BR /&gt;  create a depot directory&lt;BR /&gt;mkdir /tmp/depot&lt;BR /&gt;swcopy all the depot from the temp directory to the depot directory&lt;BR /&gt;swcopy -s /temp @ /tmp/depot&lt;BR /&gt;swreg the depot as&lt;BR /&gt;swreg -l depot /tmp/depot&lt;BR /&gt;   this will create a directory depot for you, to install use&lt;BR /&gt;swinstall -s /tmp/depot&lt;BR /&gt;  But if you want to create tape depot that is useful to put onto a CD or tape , create a bundle using a psf file &lt;BR /&gt;swpackage -x media_type=tape -s bundle.psf @ /destiation&lt;BR /&gt;  this will create a single .depot file.&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
      <pubDate>Tue, 27 Nov 2001 08:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620543#M38593</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-11-27T08:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: create a bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620544#M38594</link>
      <description>Hello Charles,&lt;BR /&gt;&lt;BR /&gt;get "Ignite/UX" installed, and use the tool "make-bundle" from it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 27 Nov 2001 22:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bundle/m-p/2620544#M38594</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-11-27T22:56:26Z</dc:date>
    </item>
  </channel>
</rss>

