Discussion:
start a process from rsh connection
(too old to reply)
Mat
2003-12-02 09:21:59 UTC
Permalink
hello:

I want to start a process on a Windows machine from Solaris Server.
How can I do it?
I have installed rsh daemon on my windows machine.
I can execute commands like rsh WindowsMachine "dir"
but when I try to execute notepad for example,
the program loads on memory, but I can't see the display.

How can I solve it?
Mat
Ken Lee
2003-12-03 05:28:40 UTC
Permalink
Post by Mat
I want to start a process on a Windows machine from Solaris Server.
How can I do it?
I have installed rsh daemon on my windows machine.
I can execute commands like rsh WindowsMachine "dir"
but when I try to execute notepad for example,
the program loads on memory, but I can't see the display.
If you want to run a Microsoft program and display the output on an X server,
you need something like Citrix to redirect the display.

Ken Lee, http://www.rahul.net/kenton/
Matthew Bennett
2003-12-04 16:36:11 UTC
Permalink
possibly a better option is VNC. A friend of mine uses it a lot in the
sun lounge... it works well.
I think it might be freeware. As far as I know, there is no freeware
version of citrix.
Also, Rsh is a bad idea anyway... if poss, try ssh

Matt
Post by Ken Lee
Post by Mat
I want to start a process on a Windows machine from Solaris Server.
How can I do it?
I have installed rsh daemon on my windows machine.
I can execute commands like rsh WindowsMachine "dir"
but when I try to execute notepad for example,
the program loads on memory, but I can't see the display.
If you want to run a Microsoft program and display the output on an X server,
you need something like Citrix to redirect the display.
Ken Lee, http://www.rahul.net/kenton/
Dominick DiMantova
2003-12-15 19:42:43 UTC
Permalink
Post by Matthew Bennett
possibly a better option is VNC. A friend of mine uses it a lot in the
sun lounge... it works well.
I think it might be freeware. As far as I know, there is no freeware
version of citrix.
Also, Rsh is a bad idea anyway... if poss, try ssh
I want to log into a remote Solaris 9 box and have it appear on my
windows xp box as though I am sitting in front of the solaris 9 box.
Would VNC enable me this?
Post by Matthew Bennett
Matt
Post by Ken Lee
Post by Mat
I want to start a process on a Windows machine from Solaris Server.
How can I do it?
I have installed rsh daemon on my windows machine.
I can execute commands like rsh WindowsMachine "dir"
but when I try to execute notepad for example,
the program loads on memory, but I can't see the display.
If you want to run a Microsoft program and display the output on an X server,
you need something like Citrix to redirect the display.
Ken Lee, http://www.rahul.net/kenton/
Mike Castle
2003-12-22 19:56:48 UTC
Permalink
Post by Dominick DiMantova
I want to log into a remote Solaris 9 box and have it appear on my
windows xp box as though I am sitting in front of the solaris 9 box.
Would VNC enable me this?
Possibly.

Traditional versions of VNC would actually run it's own private Xserver
that, instead of a physical screen, would draw only to a virtual bitmap.
This Xserver had the VNC protocol built in and would know exactly which
pixels were changed and send the minimal amount across the network.

However, I *think* that there are now current versions that work similar
how the Win32 version works. That is, it somehow monitors the physical
display and sends back changes. I'm not sure if this requires a hacked
Xserver or it somehow hooks into the server as a monitoring agent or if it
just scans the full screen as fast as it can. You'll have to research
that.

So, if all you need is the ability to run X apps on a Solaris box and
display back on Win32, then yes, VNC will definitely allow you to do that
(as would running an X server on your Win32 box; at that point it's just a
matter of what feels good for you).

If you need to be able to control the physical mouse and monitor the
physical display on the Solaris box, then the answer is, you might be able
to, but you'll need to do a bit more research to see if those solutions
work on anything but Xfree servers (ie, Linux, *BSD, etc). Google would be
your friend here.

mrc
--
Mike Castle ***@ix.netcom.com www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
Loading...