<?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: depots! what is wrong??????????? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792502#M80089</link>
    <description>Perhaps I've mis-understood your question. If you have one depot file, yes you must specify the full path to the depot file. &lt;BR /&gt;&lt;BR /&gt;You don't need to use 'sam' to install software that is in a depot format, just the 'swinstall' program.</description>
    <pubDate>Fri, 23 Aug 2002 07:38:43 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-08-23T07:38:43Z</dc:date>
    <item>
      <title>depots! what is wrong???????????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792497#M80084</link>
      <description>Hi:&lt;BR /&gt;I have this problem I have downloaded several&lt;BR /&gt;depots from the univ of utah on my win nt machine&lt;BR /&gt;and then ftp it to my HP 725/100 to usr2/depot&lt;BR /&gt;but when I use sam to install the software. I can not see a list of the software I must give the full path and file name to install it like /usr2/depot/a_depot-sd-10.20.depot then it will list and install it how can I get Sam to see all  the depots in this directory???&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Fri, 23 Aug 2002 05:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792497#M80084</guid>
      <dc:creator>James C. Geneva</dc:creator>
      <dc:date>2002-08-23T05:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: depots! what is wrong???????????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792498#M80085</link>
      <description>you have to transfer the files using binary mode in ftp from the windows machine to hp server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THen use&lt;BR /&gt;&lt;BR /&gt;#swinstall -s &lt;PATH of="" the="" depot-file=""&gt;&lt;BR /&gt;to install the package.&lt;BR /&gt;&lt;BR /&gt;Also you can use swlist to list out the installed software.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at the man pages of swlist,swinstall.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/PATH&gt;</description>
      <pubDate>Fri, 23 Aug 2002 05:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792498#M80085</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-23T05:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: depots! what is wrong???????????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792499#M80086</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;The only possible way to do this is to create a depot comprising of each of the products. Not sure if it will work, I've only ever done this with patches.&lt;BR /&gt;&lt;BR /&gt;# for i in *.depot&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; swcopy -s ${PWD}/$i \* @ /tmp/depot_dir&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;swlist -d @ /tmp/depot_dir&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 23 Aug 2002 05:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792499#M80086</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-23T05:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: depots! what is wrong???????????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792500#M80087</link>
      <description>Follow instruction of T.G. Manikandan. Or follow this example:&lt;BR /&gt;&lt;BR /&gt;cd DIR  (where DIR is location of your download)&lt;BR /&gt;file FILE.depot (your depot)&lt;BR /&gt;-&amp;gt; this should tell: tar file (!)&lt;BR /&gt;swinstall&lt;BR /&gt;-&amp;gt;Source Depot Type: Local Directory&lt;BR /&gt;-&amp;gt;Source Hostname: &lt;LOCALHOST&gt;&lt;BR /&gt;-&amp;gt;Source Depot Path: /DIR/FILE.depot&lt;BR /&gt;&lt;BR /&gt;(so path is not only path, but path/FILE.depot !!)&lt;BR /&gt;&lt;BR /&gt;This is the same as swinstall -s /DIR/FILE.depot&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan&lt;/LOCALHOST&gt;</description>
      <pubDate>Fri, 23 Aug 2002 07:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792500#M80087</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-23T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: depots! what is wrong???????????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792501#M80088</link>
      <description>Hi,&lt;BR /&gt;when doing FTP use binary mode.&lt;BR /&gt;Before transfering the file.&lt;BR /&gt;ftp&amp;gt;binary&lt;BR /&gt;ftp&amp;gt;get sample.depot&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 07:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792501#M80088</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-08-23T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: depots! what is wrong???????????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792502#M80089</link>
      <description>Perhaps I've mis-understood your question. If you have one depot file, yes you must specify the full path to the depot file. &lt;BR /&gt;&lt;BR /&gt;You don't need to use 'sam' to install software that is in a depot format, just the 'swinstall' program.</description>
      <pubDate>Fri, 23 Aug 2002 07:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792502#M80089</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-23T07:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: depots! what is wrong???????????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792503#M80090</link>
      <description>There are two types of depots. Tape or tape image depots and "directory depots". Both have to be specified with absolute path. The depots you ftp'ed are of type tape-image and can only be sw-listed or -installed one by one.&lt;BR /&gt;If you want to be able to "see" them all at once you will have to copy them to a directory depot like Michael explained.&lt;BR /&gt;If you use SAM or not doesn't matter. It's still swinstall that is run.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Fri, 23 Aug 2002 09:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depots-what-is-wrong/m-p/2792503#M80090</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-08-23T09:49:22Z</dc:date>
    </item>
  </channel>
</rss>

