X-Windows on Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris X-Windows on Solaris
# 1  
Old 03-25-2010
Tools X-Windows on Solaris

Hi,

I am new to the X-windows concept. I am connecting to Solaris Server through putty. I heard we can start an X-windows session(GUI) of the Solaris server from putty session as well.

Can somebody help as how to proceed to acheive this ?

Thanks in advance.
# 2  
Old 03-25-2010
you need a xserver on the machine which is running putty... something like:

Xming - PC X Server
# 3  
Old 03-25-2010
Tools X-Windows on Solaris

Thank u for the response,DukeNuke2. It would be kind if you could elaaborate it a little...

I tried the following steps:
a) edit /etc/ssh/ssh_config file and made these changes: XForwardAgent yes and ForwardX11 yes
b) restarted the ssh service.
c) exported DISPLAY="host ip:0.0"
d) tried to run xclock on putty session as : cd /usr/openwin/bin/ and then ./xclock --> this should start a GUI Clock but i am getting the following error "Error: Can't open display: xx.x.x.xxx:0.0"

Somebody with the solution for this or suggest on the error ??

Thank you.
# 4  
Old 03-25-2010
have you installed the x server on your windows system? is the software running?
# 5  
Old 03-25-2010
The x-windows concept uses terminology which would seem back to front to the normal user. ie client / server.

Client = X enabled APPLICATIONS (installed on the server you are connecting to through your putty session). e.g. xclock etc.....

Server = This is the portion of the software that interfaces with your local graphics hardware - it's installed on your local (Windows) client / workstation.

You start the local x server app on your pc then connect to your unix server via your putty session. set your DISPLAY variable and start an X client (enabled app) and the Graphics output will get redircted to your pc.

Something like Netserang's X-manager or Hummingbird Exceed gets my vote for an X-server

Nick
# 6  
Old 03-25-2010
Quote:
Originally Posted by EmbedUX
a) edit /etc/ssh/ssh_config file and made these changes: XForwardAgent yes and ForwardX11 yes
b) restarted the ssh service.
c) exported DISPLAY="host ip:0.0"
d) tried to run xclock on putty session as : cd /usr/openwin/bin/ and then ./xclock --> this should start a GUI Clock but i am getting the following error "Error: Can't open display: xx.x.x.xxx:0.0"
step c) is incorrect. When you tunnel X11 through ssh, the DISPLAY variable is automatically set by sshd with something like localhost:10. You must not change its value.
# 7  
Old 03-25-2010
Thank you all for your valuable suggestions.....
Thank u DukeNuke for the idea,
thank u Celtic monkey for the elaboration and thank u jlliagre for the correction......

I have installed X server on my local PC and now it is working......

This has provoked another doubt...might sound silly but cannot help it out...is it possible to achieve this without installing a third party tool like an Xmanager, xming etc etc.....
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

MS Windows XP to Solaris 10

I have a solaris box with no internet connection. I downloaded a .tar file to my XP box, burned it to CD and copied the file to a directory on the solaris box. When I try to untar it, i get a directory checksum error. I don't know enough about unix to figure this out. Can someone please help... (2 Replies)
Discussion started by: ncjbdwqer
2 Replies

2. Solaris

Need to Share between Solaris 10 and Windows

Hello everyone, was looking to get some help. I am very new to Unix and need to join a Sun Ultra 24 workstation running SOLARIS 10 to a small Windows network for file sharing. The Windows Network is a closed network using a Dell server running Windows 2003 Server. The clients on the network... (1 Reply)
Discussion started by: Sluggo
1 Replies

3. Solaris

NTFS under Solaris (switching from windows to Solaris server)

I want just to keep Solaris OS as my default OS . I have installed linux and windows as well but all my critical data is stored on NTFS partition so question is how to mount HDD with NTFS on Solaris (tried FUSE + NTFS-3g but that did`t worked for me system was down) And why Solaris does not... (2 Replies)
Discussion started by: microbot
2 Replies

4. Solaris

Share windows and solaris

I want a share windows DVD rom to solaris OS. Is it posible? then give me answers (3 Replies)
Discussion started by: saga499
3 Replies

5. UNIX for Dummies Questions & Answers

Installing Windows xp on Solaris 10

Hi Guys, I don't know if this can be done or if anyone has managed to get this done - install Win xp on solaris 10 through vmware? I have searched extensively on the internet but I haven't come up with anything substantial. I am using an x86 based pc. Thanks in advance. (10 Replies)
Discussion started by: BigTool4u2
10 Replies

6. UNIX for Dummies Questions & Answers

FTP from Solaris to Windows

I know how to ftp from a unix server to another unix server, but how do I ftp frmo unix to a sepcified windows folder? For example, test file to transfer unix location of file - /tmp/test windows location to receive file c:\application\interface normally I would open the connection to the... (2 Replies)
Discussion started by: miredale
2 Replies

7. Solaris

Solaris and windows

Hi All, If i install windows xp and solaris on the same machine(x86 platform) can both be running at the same time,even if i use vmware or virtual pc like that. Can I able to configure internet for solaris if i dont have a router and i directly connect to internet through cable modem. Can i... (11 Replies)
Discussion started by: Jartan
11 Replies

8. UNIX for Dummies Questions & Answers

Solaris compared to Windows

Ok, heres the situation I have a job interview next week and they use Solaris there for their networking. I'm basically coming from a windows and novell background, I've been studying Solaris commands an such but I was wondering if someone can breakdown the main differences between windows and... (12 Replies)
Discussion started by: eloquent99
12 Replies

9. IP Networking

what can i use to network between windows and solaris.

Hi.. i tring to file share between microsoft and sun solaris, i heard of samba but what can i do with it.. is it easy to use or to understand, where can i get the software, any information will be a great help.. thanks (3 Replies)
Discussion started by: souldier
3 Replies
Login or Register to Ask a Question