<?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: how do I run a shell script from another server using a shell script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643371#M44330</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can get OpenSSH from one of the HPUX software porting centers.  I use: &lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Sat, 12 Jan 2002 16:10:17 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2002-01-12T16:10:17Z</dc:date>
    <item>
      <title>how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643362#M44321</link>
      <description>Hi folks,&lt;BR /&gt;How do I run a script that's there in one unix server from another unix server using a shell script&lt;BR /&gt;thanks..</description>
      <pubDate>Fri, 11 Jan 2002 20:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643362#M44321</guid>
      <dc:creator>Dhandu Subramanian</dc:creator>
      <dc:date>2002-01-11T20:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643363#M44322</link>
      <description>If you have login access setup on the second system, you can run "rksh" on the first system to do it, or you can "rlogin" to the second system as well.&lt;BR /&gt;&lt;BR /&gt;run "man rksh" and "man rlogin" for more information.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Fri, 11 Jan 2002 20:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643363#M44322</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-01-11T20:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643364#M44323</link>
      <description>use the remsh command&lt;BR /&gt;&lt;BR /&gt;server a script&lt;BR /&gt;remsh server_b script2&lt;BR /&gt;&lt;BR /&gt;You need .rhosts file in the home directory of the user that will be running this on BOTH machines&lt;BR /&gt;&lt;BR /&gt;/home/user/.rhosts&lt;BR /&gt;&lt;BR /&gt;the file will look like this&lt;BR /&gt;&lt;BR /&gt;servera userid&lt;BR /&gt;serverb userid&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 20:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643364#M44323</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2002-01-11T20:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643365#M44324</link>
      <description>The secure shell version would be:&lt;BR /&gt;&lt;BR /&gt;ssh hostname "shellscript.sh"&lt;BR /&gt;&lt;BR /&gt;This ofcourse would be where hostname is trusted to your localhost by a .shosts or key encryption trust.&lt;BR /&gt;&lt;BR /&gt;I would recommend ssh over the r commands for security reasons.&lt;BR /&gt;&lt;BR /&gt;Happy scripting,&lt;BR /&gt;C</description>
      <pubDate>Fri, 11 Jan 2002 20:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643365#M44324</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-01-11T20:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643366#M44325</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the 'remsh' command. See man remsh for more information. You need to have the /etc/hosts.equiv and .rhosts files setup for doing this.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 11 Jan 2002 20:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643366#M44325</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-11T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643367#M44326</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Have a look at the man pages for 'remsh' (man remsh) and for 'remshd' (man 1M remshd).  Pay particular attention to the '/etc/hosts.equiv' and '$HOME/.rhost' file discussion.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 11 Jan 2002 20:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643367#M44326</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-11T20:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643368#M44327</link>
      <description>HI&lt;BR /&gt;Remsh and Rexec commands will help you run command on remote machines as long as .rhosts file allows you to run it.&lt;BR /&gt;&lt;BR /&gt;#remsh &lt;REMOTE-HOST-NAME&gt;  "/usr/bin/bdf"&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;/REMOTE-HOST-NAME&gt;</description>
      <pubDate>Fri, 11 Jan 2002 20:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643368#M44327</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-01-11T20:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643369#M44328</link>
      <description>I'm with Craig -- ssh is definately better than remsh for most all these types of things, and is easy to set up, and works even if nis is not set up in your environment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jan 2002 01:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643369#M44328</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-01-12T01:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643370#M44329</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i've used remsh and it works fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would like to try ssh. Where do i get this?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 12 Jan 2002 10:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643370#M44329</guid>
      <dc:creator>Yogeeraj</dc:creator>
      <dc:date>2002-01-12T10:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: how do I run a shell script from another server using a shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643371#M44330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can get OpenSSH from one of the HPUX software porting centers.  I use: &lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Sat, 12 Jan 2002 16:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-run-a-shell-script-from-another-server-using-a-shell/m-p/2643371#M44330</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-12T16:10:17Z</dc:date>
    </item>
  </channel>
</rss>

