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 ?
Regards,
Sneh.
[1] [adst=]
References
On 11/10/04 11:03 -0000, Sneh D wrote:
Hi all,
I'll be greatful if anyone can help me out with linux RHEL server and a linux RHEL client.I want to install on the server using remote access via the client,but using the Xwindows on the server. Can i in any way access the XWindow on the server
ssh -X or xdmcp.
Devdas Bhagat
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