<?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 How can I create one big software bundle ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561932#M226663</link>
    <description>Hello,&lt;BR /&gt;can anybody tell me, how I can create one big software bundle with about 70 small depot files with patches and software?&lt;BR /&gt;With "swinstall -s" I was only able to install one depot file. It would be great, if I could see all depot files with swinstall and I have only to mark each I want to install.</description>
    <pubDate>Fri, 10 Jun 2005 09:55:13 GMT</pubDate>
    <dc:creator>reis</dc:creator>
    <dc:date>2005-06-10T09:55:13Z</dc:date>
    <item>
      <title>How can I create one big software bundle ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561932#M226663</link>
      <description>Hello,&lt;BR /&gt;can anybody tell me, how I can create one big software bundle with about 70 small depot files with patches and software?&lt;BR /&gt;With "swinstall -s" I was only able to install one depot file. It would be great, if I could see all depot files with swinstall and I have only to mark each I want to install.</description>
      <pubDate>Fri, 10 Jun 2005 09:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561932#M226663</guid>
      <dc:creator>reis</dc:creator>
      <dc:date>2005-06-10T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create one big software bundle ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561933#M226664</link>
      <description>&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;for i in *.depot&lt;BR /&gt;do&lt;BR /&gt;   swcopy -s ${PWD}/$i \* @ ${1}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just put the softare in depots all in once place and run this script.&lt;BR /&gt;&lt;BR /&gt;Take out the PH* and use * if you want to include software depots as well.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;A href="http://www.isnamerica.com/contactsep.shtml" target="_blank"&gt;http://www.isnamerica.com/contactsep.shtml&lt;/A&gt;</description>
      <pubDate>Fri, 10 Jun 2005 09:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561933#M226664</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-10T09:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create one big software bundle ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561934#M226665</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;download the patches to a temp dir.&lt;BR /&gt;&lt;BR /&gt;# cd /tmp/patches&lt;BR /&gt;for i in PH*&lt;BR /&gt;do&lt;BR /&gt;swcopy -s /tmp/patches/$i \* @ /mydir/mypatches.depot&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;# swreg /mydir/mypatches.depot&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 10 Jun 2005 10:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561934#M226665</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-06-10T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create one big software bundle ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561935#M226666</link>
      <description>If they're already in depot form, swcopy them all together, or use swpackage to make them into depots and then swcopy them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 10 Jun 2005 10:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561935#M226666</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-06-10T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create one big software bundle ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561936#M226667</link>
      <description>Walter,&lt;BR /&gt;have you look at the SD-UX Doc:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90740/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90740/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you might want to download the pdf doc.</description>
      <pubDate>Fri, 10 Jun 2005 10:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-create-one-big-software-bundle/m-p/3561936#M226667</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-06-10T10:03:33Z</dc:date>
    </item>
  </channel>
</rss>

