<?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: software distribution in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128973#M315993</link>
    <description>You can issue the install command from serverA, specify serverB as source and serverC and serverD as target, example:&lt;BR /&gt;&lt;BR /&gt;serverA# swinstall -s serverB productA @ serverC serverD&lt;BR /&gt;&lt;BR /&gt;for more information see&lt;BR /&gt;man swinstall</description>
    <pubDate>Mon, 14 Jan 2008 17:12:47 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-01-14T17:12:47Z</dc:date>
    <item>
      <title>software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128969#M315989</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I have merely 20 to 25 servers combination of hp risc and itanium based servers with 11.23 and v1 ,v2 OS insatlled. I'm looking for a solution that i can centrally install the softear on one system and distribute(like rdist) to all the servers. Any recommendation would be appreciable.&lt;BR /&gt;Thanks Much</description>
      <pubDate>Mon, 14 Jan 2008 16:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128969#M315989</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-14T16:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128970#M315990</link>
      <description>You can "swcopy" the depots to one server, register the depot and install the software to other servers from there.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;hostA:&lt;BR /&gt;# swcopy -s &lt;PATH-TO-DEPOT-FILE&gt;&lt;BR /&gt;&lt;BR /&gt;hostB:&lt;BR /&gt;# swinstall -s hostA:/path-to-depot&lt;/PATH-TO-DEPOT-FILE&gt;</description>
      <pubDate>Mon, 14 Jan 2008 16:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128970#M315990</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-14T16:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128971#M315991</link>
      <description>Thanks Much - But I have to do it for all servers at once.&lt;BR /&gt;Please advice.&lt;BR /&gt;Thanks Much</description>
      <pubDate>Mon, 14 Jan 2008 17:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128971#M315991</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-14T17:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128972#M315992</link>
      <description>Navin,&lt;BR /&gt;&lt;BR /&gt;You can swinstall software from a central location to more than one host at a time. I'd want to be pretty confident that the config of my hosts is consistent before attempting this though.&lt;BR /&gt;&lt;BR /&gt;Here's an example from an older post of mine:&lt;BR /&gt;&lt;BR /&gt;Let's assume you have your software called foo in a sd-ux depot called /tmp/bar.depot on nodeA and you want to install it to nodeB nodeC and nodeD&lt;BR /&gt;&lt;BR /&gt;So first you need to make sure that nodes B, C and D trust nodeA for installtions so you need to run the following on each:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/sw/mx/setaccess nodeA&lt;BR /&gt;&lt;BR /&gt;Now we should be able to run the following in nodeA&lt;BR /&gt;&lt;BR /&gt;swinstall -s nodeA:/tmp/bar.depot foo @ nodeB nodeC nodeD&lt;BR /&gt;&lt;BR /&gt;And that should install the software foo from the depot /tmp/bar.depot on nodeA onto the other 3 nodes.&lt;BR /&gt;&lt;BR /&gt;Of course there are lots of extra variables that can come into play when installing software such as whether there is sufficient space, whether there are dependencies, whethere they require a reboot or not so all the other rules about runnning in preview mode first etc. still apply&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 14 Jan 2008 17:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128972#M315992</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-01-14T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128973#M315993</link>
      <description>You can issue the install command from serverA, specify serverB as source and serverC and serverD as target, example:&lt;BR /&gt;&lt;BR /&gt;serverA# swinstall -s serverB productA @ serverC serverD&lt;BR /&gt;&lt;BR /&gt;for more information see&lt;BR /&gt;man swinstall</description>
      <pubDate>Mon, 14 Jan 2008 17:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128973#M315993</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-14T17:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128974#M315994</link>
      <description>Thanks so much for the helpful hints. How should i do the preview install - i never done that before.&lt;BR /&gt;Thanks Much</description>
      <pubDate>Mon, 14 Jan 2008 17:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128974#M315994</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-14T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128975#M315995</link>
      <description>Navin,&lt;BR /&gt;&lt;BR /&gt;To preview an install just add a '-p' to the swinstall command:&lt;BR /&gt;&lt;BR /&gt;swinstall -p -s nodeA:/tmp/bar.depot foo @ nodeB nodeC nodeD&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 14 Jan 2008 17:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128975#M315995</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-01-14T17:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128976#M315996</link>
      <description>Thanks .What could be the pros and cons on doing software distribution. I agree that i got to make sure couple of items on the target servers like space , truts to master server ,etc.&lt;BR /&gt;Thanks much</description>
      <pubDate>Mon, 14 Jan 2008 22:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128976#M315996</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-01-14T22:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128977#M315997</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What could be the pros and cons on doing software distribution.&lt;BR /&gt;&lt;BR /&gt;You have a central depot that you can build with a master set of patches and products.   The overhead of building the depot occurs once, on the "master" server.  The application of the depot contents is simply a remote operation.  You might find this document useful:&lt;BR /&gt;&lt;BR /&gt;&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;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 15 Jan 2008 00:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128977#M315997</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-15T00:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: software distribution</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128978#M315998</link>
      <description>The SD (Software Distributor) subsystem is designed to to accomplish exactly what you want. A central system acts as the depot server and all the other machines can install the needed software on command (ie, cron job or remote ssh execution).&lt;BR /&gt; &lt;BR /&gt;As far as planning, like any software package, every installation must be examined for adequate space in /tmp, /var, /opt and /usr. The preview option can be run prior to each installation and the results examined, changes made as necessary.&lt;BR /&gt; &lt;BR /&gt;NOTE: SD is primarily used by HP for HP-UX products, applications and patches. Many non-HP products are supplied as tar files and distribution/installation can be very difficult. A lot more planning and offline testing is required for these products.</description>
      <pubDate>Tue, 15 Jan 2008 02:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-distribution/m-p/4128978#M315998</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-01-15T02:45:37Z</dc:date>
    </item>
  </channel>
</rss>

