<?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 depot creation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239393#M329708</link>
    <description>I want to deploy ED agent in my env, below are the ED bits that I have.  Is it possible to create a depot for them &amp;amp; execute it..&lt;BR /&gt;&lt;BR /&gt;plugin.ini  config settings&lt;BR /&gt;disusge     file&lt;BR /&gt;discagnt---executable&lt;BR /&gt;&lt;BR /&gt;tnks in advance&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Jul 2008 20:28:01 GMT</pubDate>
    <dc:creator>ami6788</dc:creator>
    <dc:date>2008-07-23T20:28:01Z</dc:date>
    <item>
      <title>depot creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239393#M329708</link>
      <description>I want to deploy ED agent in my env, below are the ED bits that I have.  Is it possible to create a depot for them &amp;amp; execute it..&lt;BR /&gt;&lt;BR /&gt;plugin.ini  config settings&lt;BR /&gt;disusge     file&lt;BR /&gt;discagnt---executable&lt;BR /&gt;&lt;BR /&gt;tnks in advance&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2008 20:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239393#M329708</guid>
      <dc:creator>ami6788</dc:creator>
      <dc:date>2008-07-23T20:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: depot creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239394#M329709</link>
      <description>Information on SD (Software Distributor), which is what you would use to accomplish this, and its functionality is available here:&lt;BR /&gt;&lt;BR /&gt;Software Distributor Administration Guide for HP-UX 11i v1, 11i v2, and 11i v3&lt;BR /&gt;&lt;BR /&gt;HTML - &lt;A href="http://docs.hp.com/en/5992-2146/index.html" target="_blank"&gt;http://docs.hp.com/en/5992-2146/index.html&lt;/A&gt;&lt;BR /&gt;PDF - &lt;A href="http://docs.hp.com/en/5992-2146/5992-2146.pdf" target="_blank"&gt;http://docs.hp.com/en/5992-2146/5992-2146.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I believe the information you require can be found in "Chapter 10 Creating Software Packages":&lt;BR /&gt;&lt;BR /&gt;HTML - &lt;A href="http://docs.hp.com/en/5992-2146/ch10.html" target="_blank"&gt;http://docs.hp.com/en/5992-2146/ch10.html&lt;/A&gt;</description>
      <pubDate>Wed, 23 Jul 2008 20:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239394#M329709</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-07-23T20:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: depot creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239395#M329710</link>
      <description>If you want to create SD depots, expect a long thread like this one:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1241895" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1241895&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You may want to just skip to Bob's reply about  Software Package Builder:&lt;BR /&gt;&lt;A href="http://www.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SwPkgBuilder" target="_blank"&gt;http://www.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SwPkgBuilder&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;plugin.ini config settings&lt;BR /&gt;&lt;BR /&gt;This isn't a valid HP-UX suffix and maybe harder to do than on Windows.</description>
      <pubDate>Thu, 24 Jul 2008 07:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239395#M329710</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-24T07:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: depot creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239396#M329711</link>
      <description>HP-UX: Create a new software depot for patches:&lt;BR /&gt;Creating a separate software depot for your patches is useful, &lt;BR /&gt;when space is tight and patches have dependencies. &lt;BR /&gt;Assuming you have two patches PHNE_20000 and PHNE_20001. &lt;BR /&gt;&lt;BR /&gt;unshare all two patches by typing the following commands. &lt;BR /&gt;&lt;BR /&gt;sh PHNE_20000 &lt;BR /&gt;sh PHNE_20001 &lt;BR /&gt;&lt;BR /&gt;Next, we have to create a new software depot on the directory /newdir/depot &lt;BR /&gt;&lt;BR /&gt;mkdir /newdir/depot &lt;BR /&gt;swpackage -s PHNE_20000.depot -d /newdir/depot &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;Register your new depot on the sd-ux. &lt;BR /&gt;&lt;BR /&gt;swreg -l depot  /newdir/depot &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;Copy the next patch to the newly created software depot. &lt;BR /&gt;&lt;BR /&gt;swcopy -s `pwd`/PHNE_20001.depot PHNE_20001 @  /newdir/depot &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;You are now ready to  install your patches &lt;BR /&gt;&lt;BR /&gt;swinstall -s /newdir/depot &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Thu, 24 Jul 2008 12:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239396#M329711</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-07-24T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: depot creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239397#M329712</link>
      <description>&amp;gt;&amp;gt;This isn't a valid HP-UX suffix...&lt;BR /&gt;&lt;BR /&gt;Since when are there valid or invalid "HP-UX suffix[es]"?  Last I checked you could have an executable called "my.stuff" and it would run just fine.  &lt;BR /&gt;&lt;BR /&gt;Granted a '.ini' extension is TYPICALLY associated with Windows, but saying it isn't a valid HP-UX suffix is going a bit far.</description>
      <pubDate>Thu, 24 Jul 2008 12:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239397#M329712</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-07-24T12:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: depot creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239398#M329713</link>
      <description>&amp;gt;Patrick: Since when are there valid or invalid "HP-UX suffix[es]"? &lt;BR /&gt;&lt;BR /&gt;True.  But I meant valid as in "does something magical" as on Windows.  There is no special meaning for .ini unless ami6788 programs/scripts it.  Or that file means something special so some other existing tool.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;DMVamsi: we have to create a new software depot on the directory /newdir/depot&lt;BR /&gt;&lt;BR /&gt;You should not fall into the SD darkside and use the N different commands/options that do the same thing.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;mkdir /newdir/depot&lt;BR /&gt;&amp;gt;swpackage -s PHNE_20000.depot -d /newdir/depot &lt;BR /&gt;&amp;gt;swreg -l depot /newdir/depot &lt;BR /&gt;&lt;BR /&gt;Instead of these 3 different commands, you should just use the obvious:&lt;BR /&gt;swcopy -x enforce_dependencies=false -s $PWD/PHNE_20000.depot \* @ /newdir/depot&lt;BR /&gt;&lt;BR /&gt;And use this format for each depot you want to copy.</description>
      <pubDate>Fri, 25 Jul 2008 08:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/depot-creation/m-p/4239398#M329713</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-25T08:41:40Z</dc:date>
    </item>
  </channel>
</rss>

