<?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: write a script to install multiple depot with swinstall in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896317#M403291</link>
    <description>Oops, missed the mutiple server part.  Add Anil's "@ host1 host2 host3" part to the swinstall command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 15 Apr 2005 10:05:12 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-04-15T10:05:12Z</dc:date>
    <item>
      <title>write a script to install multiple depot with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896314#M403288</link>
      <description>Hi, this is very basic. I need to install ssh.depot, sudo.depot, hpppi.depot and few more depot on multiple server. I am trying to run swinstall non-interactively to install all those depots. How do I write a little script to do that?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MSA</description>
      <pubDate>Fri, 15 Apr 2005 09:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896314#M403288</guid>
      <dc:creator>Mohammed Ali_6</dc:creator>
      <dc:date>2005-04-15T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: write a script to install multiple depot with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896315#M403289</link>
      <description>swinstall -s "sudo_depot_full_path" \* @ host1 host2 host3&lt;BR /&gt;&lt;BR /&gt;Same for different depots.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 15 Apr 2005 10:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896315#M403289</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-15T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: write a script to install multiple depot with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896316#M403290</link>
      <description>cd /location_of_depots, then&lt;BR /&gt;&lt;BR /&gt;for i in *.depot&lt;BR /&gt;do&lt;BR /&gt; swinstall -x patch_match_target=true -x autoreboot=true -s ${PWD}/$i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Apr 2005 10:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896316#M403290</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-15T10:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: write a script to install multiple depot with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896317#M403291</link>
      <description>Oops, missed the mutiple server part.  Add Anil's "@ host1 host2 host3" part to the swinstall command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Apr 2005 10:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896317#M403291</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-15T10:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: write a script to install multiple depot with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896318#M403292</link>
      <description>Of course - adding autoreboot=true will reboot the servers if the depot requires it - you may want to try autoreboot=false first - and check the logs later to ensure everything installed correctly.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 15 Apr 2005 10:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896318#M403292</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-15T10:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: write a script to install multiple depot with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896319#M403293</link>
      <description>Thanks for your help.</description>
      <pubDate>Fri, 15 Apr 2005 12:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-a-script-to-install-multiple-depot-with-swinstall/m-p/4896319#M403293</guid>
      <dc:creator>Mohammed Ali_6</dc:creator>
      <dc:date>2005-04-15T12:13:31Z</dc:date>
    </item>
  </channel>
</rss>

