<?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: run remote script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971590#M575460</link>
    <description>Yuri -&lt;BR /&gt;This is what our guys installed on the nt machine.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.serv-u.com/" target="_blank"&gt;http://www.serv-u.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;dl</description>
    <pubDate>Fri, 16 May 2003 22:03:32 GMT</pubDate>
    <dc:creator>Dave La Mar</dc:creator>
    <dc:date>2003-05-16T22:03:32Z</dc:date>
    <item>
      <title>run remote script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971585#M575455</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Who to run command script on remote host (NT Server 4.0) with local hp-ux host (11.11)?&lt;BR /&gt;&lt;BR /&gt;Yuri Ermakov</description>
      <pubDate>Tue, 13 May 2003 07:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971585#M575455</guid>
      <dc:creator>Yuri Ermakov</dc:creator>
      <dc:date>2003-05-13T07:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: run remote script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971586#M575456</link>
      <description>As the windows does not run rshd or rexecd you cannot do a remote execution on Windows machines using them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So a rsh or rexec from HP to NT is not possible.&lt;BR /&gt;&lt;BR /&gt;Try using MKS ToolKit --which emulates the unix working style on windows.&lt;BR /&gt;&lt;BR /&gt;check for the eval at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mkssoftware.com/products/tk/ds_tkdev.asp" target="_blank"&gt;http://www.mkssoftware.com/products/tk/ds_tkdev.asp&lt;/A&gt;</description>
      <pubDate>Tue, 13 May 2003 08:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971586#M575456</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-05-13T08:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: run remote script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971587#M575457</link>
      <description>ha ha&lt;BR /&gt;&lt;BR /&gt;sorry to nit-pic TG.&lt;BR /&gt;&lt;BR /&gt;if you want a unix like environment in windows, try out cygwin. free as in chai(beer) and as in freedom.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cygwin.com/" target="_blank"&gt;http://www.cygwin.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 13 May 2003 09:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971587#M575457</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-05-13T09:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: run remote script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971588#M575458</link>
      <description>Yuri -&lt;BR /&gt;It is possible to execute a bat file on an NT machine via ftp. We currently do so from bot our IBM Mainframe and HP-UX.&lt;BR /&gt;Since NT does not naitively support this, our lan guys purchased a very inexpensive add on for NT to allow for this.&lt;BR /&gt;If you search GOOGLE you will find many hits.&lt;BR /&gt;I you desire I will ask our lan guys for the name of the product.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Fri, 16 May 2003 21:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971588#M575458</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-05-16T21:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: run remote script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971589#M575459</link>
      <description>You can install this on HP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Secure shell&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can then go to download.com or tucows.com and get a secure shell client for NT.&lt;BR /&gt;&lt;BR /&gt;Then you can exchange public keys according to the document I am attaching.&lt;BR /&gt;&lt;BR /&gt;Then from NT, you can ssh hostname_hp "cat /etc/issue" or whatever.&lt;BR /&gt;&lt;BR /&gt;Thats the secure way to do it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 16 May 2003 21:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971589#M575459</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-16T21:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: run remote script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971590#M575460</link>
      <description>Yuri -&lt;BR /&gt;This is what our guys installed on the nt machine.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.serv-u.com/" target="_blank"&gt;http://www.serv-u.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Fri, 16 May 2003 22:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-remote-script/m-p/2971590#M575460</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2003-05-16T22:03:32Z</dc:date>
    </item>
  </channel>
</rss>

