On Mon, 2004-10-11 at 07:03, Sneh D wrote:
Hi all,
I'll be greatful if anyone can help me out with= this.I have a linux RHEL server and a linux RHEL client.I want to install = oracle on the server using remote access via the client,but using the Xwind ows on the server.Can i in any way access the XWindow on the server from my= client and monitor the installation ?
The simplest way is to tunnel X over a SSH connection. ssh -X <host> will open a terminal session on theremote host, in which you can run your X based programs.
ALternatively, you can use run GUI programs on remote hosts using DMCP.
Krishnan