<?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: Installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015916#M744889</link>
    <description>yes, i am trying to install a xyz.depot to multiple nodes.Please provide me a command to implement this with switches too.</description>
    <pubDate>Fri, 08 Jun 2007 06:56:03 GMT</pubDate>
    <dc:creator>chethan</dc:creator>
    <dc:date>2007-06-08T06:56:03Z</dc:date>
    <item>
      <title>Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015912#M744885</link>
      <description>I want to install a depot file to multiple HPUX systems running HPUX 11i v1 and v2 simultaneosly from a centralized server.&lt;BR /&gt;How can I implement this in my server running HPUX.&lt;BR /&gt;&lt;BR /&gt;Can anyone help me out to implement this?</description>
      <pubDate>Fri, 08 Jun 2007 02:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015912#M744885</guid>
      <dc:creator>chethan</dc:creator>
      <dc:date>2007-06-08T02:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015913#M744886</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Its perfectly possible either from the command line or through the sd-ux gui to install to several systems from a central location.&lt;BR /&gt;&lt;BR /&gt;Have a look at the man page for swinstall.&lt;BR /&gt;&lt;BR /&gt;Pay attention to the section entitled 'Remote Operation'.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 03:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015913#M744886</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-06-08T03:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015914#M744887</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You'll need an Ignite server and an image for each OS version, based on the Core OS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 08 Jun 2007 03:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015914#M744887</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-08T03:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015915#M744888</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;I don't think he wants to do OS installs! (at least thats not how I read it). &lt;BR /&gt;&lt;BR /&gt;Chethan, if your just installing additional HPUX software from the depots (and not doing complete OS installs), you don't need an Ignoire server (you might need one for other purposes though...)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 08 Jun 2007 03:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015915#M744888</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-06-08T03:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015916#M744889</link>
      <description>yes, i am trying to install a xyz.depot to multiple nodes.Please provide me a command to implement this with switches too.</description>
      <pubDate>Fri, 08 Jun 2007 06:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015916#M744889</guid>
      <dc:creator>chethan</dc:creator>
      <dc:date>2007-06-08T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015917#M744890</link>
      <description>aahhh I see - you can't be bothered to rtfm and you want it on a plate?&lt;BR /&gt;&lt;BR /&gt;ok lets assume you have your software called foo in a sd-ux depot in a directory called /bar 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:/foo bar @ nodeB nodeC nodeD&lt;BR /&gt;&lt;BR /&gt;And that should install the software bar from the depot /foo 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, but given that you can't be bothered to rtfm I guess you will have to trust to luck... personally if these were my systems I'd want to be sure that I understoof how to use swinstall from the command line on a single node before wanting to go and run it on many...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2007 07:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation/m-p/4015917#M744890</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-06-08T07:31:27Z</dc:date>
    </item>
  </channel>
</rss>

