<?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: Executing windows NT based programs from HP-UX server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574990#M31007</link>
    <description>Hi Bala,&lt;BR /&gt;&lt;BR /&gt;Jim brought up an interesting point as well. If you have the telnet server on the NT box, this simple script would do the job as well&lt;BR /&gt;&lt;BR /&gt;/Begin/&lt;BR /&gt;( sleep 2 &lt;BR /&gt;echo userid &lt;BR /&gt;sleep 2 &lt;BR /&gt;echo 'password' &lt;BR /&gt;sleep 5 &lt;BR /&gt;echo ls &lt;BR /&gt;sleep 5 &lt;BR /&gt;echo exit ) | telnet hostname &lt;BR /&gt;&lt;BR /&gt;/End/&lt;BR /&gt;&lt;BR /&gt;here hostname is the hostname of the NT machine, password is in single quotes and in the example "ls" is the command being run, in your case it could be the script you want to run.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
    <pubDate>Tue, 04 Sep 2001 18:55:16 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-09-04T18:55:16Z</dc:date>
    <item>
      <title>Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574985#M31002</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I would like to execute some windows NT based programs from my unix server. Is there any emulation software available ?&lt;BR /&gt;i.e I would like to login into my windows NT machine from my unix server and execute some programs on NT and come back to unix server. I would like to do this using unix shell script.&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Bala&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2001 17:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574985#M31002</guid>
      <dc:creator>Bala_4</dc:creator>
      <dc:date>2001-09-04T17:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574986#M31003</link>
      <description>For HP-UX .. nops.. sorry..  if you happen to have a linux server in that case your only hope is VMWare (Virtual Machines) ...  this is not exactly want you want, but as close you you can get. (see &lt;A href="http://www.vmware.com)" target="_blank"&gt;http://www.vmware.com)&lt;/A&gt;</description>
      <pubDate>Tue, 04 Sep 2001 18:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574986#M31003</guid>
      <dc:creator>Nico van Royen</dc:creator>
      <dc:date>2001-09-04T18:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574987#M31004</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't think there is an emulation package that will do this. At one time, Insignia Solutions marketed a product called 'SoftWindows' which emulated a Windows 3.X environment and was available for HP-UX. The closest I can think of now is a separate NT box running Citrix WinFrame with an HP-UX client.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Tue, 04 Sep 2001 18:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574987#M31004</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-04T18:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574988#M31005</link>
      <description>Hi Bala,&lt;BR /&gt;&lt;BR /&gt;I don't think what you are attempting to do is possible. Not sure what kind of scripts/programs do you want to run in windows but is it something that you can schedule it like cron using "Task Scheduler" in NT/2000?&lt;BR /&gt;&lt;BR /&gt;One other option is to set up a terminal server and run a citrix client on HP.&lt;BR /&gt;&lt;BR /&gt;Another option is get the VNC (FREE)  &lt;A href="http://www.tridiavnc.com" target="_blank"&gt;http://www.tridiavnc.com&lt;/A&gt; ) and you can export your windows display to your hp server.&lt;BR /&gt;&lt;BR /&gt;Another option is to use linux and use vmware ($$$) or wine (FREE). Again depends on your task.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Tue, 04 Sep 2001 18:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574988#M31005</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-04T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574989#M31006</link>
      <description>Bala,&lt;BR /&gt;&lt;BR /&gt;If I understand correctly, you want to run NT commands on an NT machine by issuing those commands from a UNIX box.  I think you can get there with a combination of a telnet server on your NT box and an expect script on your UNIX box.&lt;BR /&gt;&lt;BR /&gt;It seems like there was an NT telnet server that came with either Microsoft's Personal Web Server (PWS) or on the NT40 reskit CD.  You can download expect (source or binaries) for your HP-UX box at&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.31/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.31/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 04 Sep 2001 18:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574989#M31006</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-09-04T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574990#M31007</link>
      <description>Hi Bala,&lt;BR /&gt;&lt;BR /&gt;Jim brought up an interesting point as well. If you have the telnet server on the NT box, this simple script would do the job as well&lt;BR /&gt;&lt;BR /&gt;/Begin/&lt;BR /&gt;( sleep 2 &lt;BR /&gt;echo userid &lt;BR /&gt;sleep 2 &lt;BR /&gt;echo 'password' &lt;BR /&gt;sleep 5 &lt;BR /&gt;echo ls &lt;BR /&gt;sleep 5 &lt;BR /&gt;echo exit ) | telnet hostname &lt;BR /&gt;&lt;BR /&gt;/End/&lt;BR /&gt;&lt;BR /&gt;here hostname is the hostname of the NT machine, password is in single quotes and in the example "ls" is the command being run, in your case it could be the script you want to run.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Tue, 04 Sep 2001 18:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574990#M31007</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-04T18:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574991#M31008</link>
      <description>You need Remote Shell running on the Windows NT box (called RshSvc on the NT4 ResKit).&lt;BR /&gt;&lt;BR /&gt;Once that's setup you can use rshell on the *nix box to login and run NT commands from the command prompt.&lt;BR /&gt;&lt;BR /&gt;I use it for sending 'net send's to people in our support team for OV NNM (on Solaris) alerts.  It's not the best but it's free-ish.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 06:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574991#M31008</guid>
      <dc:creator>Nicholas Cross</dc:creator>
      <dc:date>2001-09-05T06:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574992#M31009</link>
      <description>Hi Bala,&lt;BR /&gt;&lt;BR /&gt;for standard NT there is not much!&lt;BR /&gt;Some 3rdparty telnet-deamons exist for NT, but NT Software requiring no graphics is rare.&lt;BR /&gt;&lt;BR /&gt;An Option might be to Install a MS-Terminal-Server with cytrix-Metaframe. This works like the other way round compared to a product like Reflection X / Exceed ....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.citrix.com/products" target="_blank"&gt;http://www.citrix.com/products&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do not know if this helps.&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 05 Sep 2001 07:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574992#M31009</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-09-05T07:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574993#M31010</link>
      <description>Bala,&lt;BR /&gt;&lt;BR /&gt;As pointed out by Nick, you can use emulation softwares on NT to run commands from unix. I have hummingbird Exceed installed on my NT box and I can do rcp and ftp to my NT box. You can also install telnet server on your NT. Once the telnet server is there, you can write non-interactive programs like mentioned by Ramesh from the unix box. There are also some softwares like MKSToolkit etc that can give access to NT system in Unix fashion.&lt;BR /&gt;&lt;BR /&gt;There is a possibility. You need to explore.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 05 Sep 2001 07:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574993#M31010</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-05T07:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574994#M31011</link>
      <description>Try &lt;A href="http://www.uk.research.att.com/vnc/" target="_blank"&gt;http://www.uk.research.att.com/vnc/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 05 Sep 2001 10:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574994#M31011</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-09-05T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Executing windows NT based programs from HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574995#M31012</link>
      <description>Hey all&lt;BR /&gt;&lt;BR /&gt;Thanks for the excellent Responses. Appreciate ur good tinkers.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Bala&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 15:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-windows-nt-based-programs-from-hp-ux-server/m-p/2574995#M31012</guid>
      <dc:creator>Bala_4</dc:creator>
      <dc:date>2001-09-05T15:20:17Z</dc:date>
    </item>
  </channel>
</rss>

