<?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: Running a script from single node in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391006#M665337</link>
    <description>For 50 systems you probably want something more efficient. Why not use the command fanout capabilities of the parallel distributed shell (pdsh). This is part of the DSAU utilities. See this doc here for details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2786-90291/ch04s01.html?btnNext=next%A0%BB" target="_blank"&gt;http://docs.hp.com/en/T2786-90291/ch04s01.html?btnNext=next%A0%BB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As long as you have ssh on the target systems, I'm pretty sure pdsh will work fine.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Tue, 31 Mar 2009 08:45:54 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-03-31T08:45:54Z</dc:date>
    <item>
      <title>Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391003#M665334</link>
      <description>Dear Gurus,&lt;BR /&gt;&lt;BR /&gt;i have a monitoring script which am kept in server1 (hpux 11.23) ,i want to run the script in all 50 Servers(all are hpux servers) FROM SERVER1 .how to impliment it ? pls guide me &lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 08:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391003#M665334</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2009-03-31T08:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391004#M665335</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would suggest granting one system password free access so it can run scripts.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=10" target="_blank"&gt;http://www.hpux.ws/?p=10&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 31 Mar 2009 08:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391004#M665335</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-31T08:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391005#M665336</link>
      <description>Hi,&lt;BR /&gt;Configure without passwd into all the 50 server the scp your script into a perticular location for ex. /tmp/myscript&lt;BR /&gt;then take all 50 servers name into a file then run this script&lt;BR /&gt;&lt;BR /&gt;for i in `cat myfile`&lt;BR /&gt;do&lt;BR /&gt;ssh $i sh /tmp/myscript&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 31 Mar 2009 08:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391005#M665336</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-31T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391006#M665337</link>
      <description>For 50 systems you probably want something more efficient. Why not use the command fanout capabilities of the parallel distributed shell (pdsh). This is part of the DSAU utilities. See this doc here for details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2786-90291/ch04s01.html?btnNext=next%A0%BB" target="_blank"&gt;http://docs.hp.com/en/T2786-90291/ch04s01.html?btnNext=next%A0%BB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As long as you have ssh on the target systems, I'm pretty sure pdsh will work fine.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 31 Mar 2009 08:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391006#M665337</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-03-31T08:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391007#M665338</link>
      <description>i'm not sure, but I think he's asking how he can run a script that is only stored on ServerA, on ServerB-9999.&lt;BR /&gt;&lt;BR /&gt;Not so much the login process, but getting the remote process to read/execute a script that isn't locale????</description>
      <pubDate>Tue, 31 Mar 2009 13:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391007#M665338</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-03-31T13:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391008#M665339</link>
      <description>&lt;BR /&gt;one of the people mentioned DSAU.  Version 1.00.19 (the latest verison on 0903) media kit works fine. Earlier versions did not always work correctly.</description>
      <pubDate>Wed, 01 Apr 2009 00:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391008#M665339</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-04-01T00:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391009#M665340</link>
      <description>Hi All&lt;BR /&gt;my requiremnet is ,i have a simple bdf checking script and i have placed it in /tmp/check_bdf .i want to run manually that script in all 50 HPUX Server from a single server .i dont want to manually log in to 50 servers and  run the scripts...pls help me &lt;BR /&gt;&lt;BR /&gt;All our users are connecting to this 50 servers using ssh with password.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;trng</description>
      <pubDate>Thu, 02 Apr 2009 10:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391009#M665340</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2009-04-02T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script from single node</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391010#M665341</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;List hpux server 'myfile'&lt;BR /&gt;&lt;BR /&gt;for i in `cat myfile`&lt;BR /&gt;do&lt;BR /&gt;scp -p /tmp/myscript $i:/tmp&lt;BR /&gt;ssh $i sh /tmp/myscript&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;rgs&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 11:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-a-script-from-single-node/m-p/4391010#M665341</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2009-04-02T11:13:09Z</dc:date>
    </item>
  </channel>
</rss>

