<?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: creating a depot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872849#M399040</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;To copy a patch into a depot use:&lt;BR /&gt;# swcopy -s /&lt;FULLPATH&gt;/PHXX_XXXX.depot \* @ /&lt;FULL_DEPOT_PATH&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;/FULL_DEPOT_PATH&gt;&lt;/FULLPATH&gt;</description>
    <pubDate>Mon, 29 Nov 2004 19:06:39 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2004-11-29T19:06:39Z</dc:date>
    <item>
      <title>creating a depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872847#M399038</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;we are trying to create a depot and copy a couple of patch's to this depot.&lt;BR /&gt;&lt;BR /&gt;From the manual the /tmp/depot is created then we run;&lt;BR /&gt;&lt;BR /&gt;# swcopy -s /depot/11.00/PH \* /tmp/depot.&lt;BR /&gt;&lt;BR /&gt;could someone explain what we are doing wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 29 Nov 2004 18:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872847#M399038</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2004-11-29T18:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: creating a depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872848#M399039</link>
      <description>&lt;BR /&gt;depname=/tmp/mydepot.depot&lt;BR /&gt;export depname&lt;BR /&gt;# for i i&lt;BR /&gt;# do&lt;BR /&gt;#  sh $i&lt;BR /&gt;# done&lt;BR /&gt;&lt;BR /&gt;for i in&lt;BR /&gt;do&lt;BR /&gt;      swcopy -s ${PWD}/$i \* @ ${depname}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;The commented part unshars the patches.&lt;BR /&gt;&lt;BR /&gt;All patches must be in one directory and you must be in that directory.&lt;BR /&gt;&lt;BR /&gt;Then this command set will build you a depot named /tmp/mydepot.depot&lt;BR /&gt;&lt;BR /&gt;swinstall -s /tmp/mydepot.depot \*&lt;BR /&gt;&lt;BR /&gt;Will install your newly created depot&lt;BR /&gt;&lt;BR /&gt;add -x autoreboot=true if the depot includes patches that require a reboot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Nov 2004 18:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872848#M399039</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-29T18:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: creating a depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872849#M399040</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To copy a patch into a depot use:&lt;BR /&gt;# swcopy -s /&lt;FULLPATH&gt;/PHXX_XXXX.depot \* @ /&lt;FULL_DEPOT_PATH&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;/FULL_DEPOT_PATH&gt;&lt;/FULLPATH&gt;</description>
      <pubDate>Mon, 29 Nov 2004 19:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872849#M399040</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-11-29T19:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: creating a depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872850#M399041</link>
      <description>first you can only copy patches one after others. So you must do a loop on patches.&lt;BR /&gt;second point, you must specify @ symbol before destination. So it looks like this :&lt;BR /&gt;&lt;BR /&gt;for patchname in ...&lt;BR /&gt;do&lt;BR /&gt;  swcopy -s $patchname \* @ /tmp/depot&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;where ... stands for the patches list, separated by spaces.&lt;BR /&gt;&lt;BR /&gt;be carefull on where spaces are.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 19:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872850#M399041</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-29T19:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: creating a depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872851#M399042</link>
      <description>Thanks chaps,&lt;BR /&gt;&lt;BR /&gt;we had this procedure, we were trying to copy a that was already in another depot but did not have the .depot&lt;BR /&gt;&lt;BR /&gt;make sense?&lt;BR /&gt;&lt;BR /&gt;Tahnks again</description>
      <pubDate>Mon, 29 Nov 2004 19:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-depot/m-p/4872851#M399042</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2004-11-29T19:11:30Z</dc:date>
    </item>
  </channel>
</rss>

