30 pts.
 ubuntu xserver
how to start ubuntu x server for access to solaris10 host gui as oracle user remotely in local network

Software/Hardware used:
ASKED: December 23, 2011  4:15 PM
UPDATED: March 26, 2012  3:01 PM

Answer Wiki:
Run the ubuntu in the gui mode using the <b>init 5</b> and install <b>vnc</b> in the machine. This vnc should be run on both the machine then only u can access the solaris machine.
Last Wiki Answer Submitted:  December 30, 2011  10:45 am  by  Praveen464   20 pts.
All Answer Wiki Contributors:  Praveen464   20 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If you are running Ubunto “normally”, you should already have an X server going, for your own desktop. All you then need to do is to connect to the Solaris machine with ssh, enabling X tunneling, like ssh -X yourUser@theSolarisMachine. Then the x-application on the Solaris machine can display its resutls on your Ubunto desktop, automatically.

 535 pts.