How to use X window from solaris


 
Thread Tools Search this Thread
Operating Systems Solaris How to use X window from solaris
# 1  
Old 12-13-2011
Power How to use X window from solaris

Hi

I have a solaris v250 server. We dont have any Monitor/Keyboard. We were using this server from remote using PUTTY SSH.

I am new to solaris. If i am right, I can access the X window of my solaris from my remote system( Even though i dont have way to see X window by directly connecting the monitors). As like i connect to my windows server using Remote desktop connection.

Is it possible in solaris, Is the X window is already enabled in my server. How can i use it. my local machine is a windows machine. I will be accessing my remote solaris from my local windows.

FYI: My solaris version is ' 10 '.

Please help me out.

Regards
Guru
# 2  
Old 12-13-2011
Follow the steps I described few months ago: https://www.unix.com/302524235-post4.html
# 3  
Old 12-14-2011
Xming not starting

Hi as said,

I downloaded xming and installed it. I made enabled x11 in putty and the X launch was active in my system tray. But i am not getting any X window. Do i need to do some more configurations in my solaris system ?.

Smilie
Regards
Guru
# 4  
Old 12-14-2011
Given that you have a headless server, probably not. Solaris ships with two X servers - Xorg and Xsun with Xorg being the default nowadays. Check the date and contents of /var/log/Xorg.log.
# 5  
Old 12-14-2011
Also, log in with putty, and echo $DISPLAY .. if the display variable is not set, then x11 forwarding is not set up properly. Double check your settings in putty, then make sure these are set in /etc/ssh/sshd_config (they are by default):

Code:
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes

If $DISPLAY is set, then try running /usr/openwin/bin/xclock .. see if it appears on your machine. If it does, then try running /usr/dt/bin/dtlogin and see what happens.

If $DISPLAY is set, but xclock doesn't work, try disabling ipv6.

In /etc/sshd_config:


Code:
# IPv4 only
#ListenAddress 0.0.0.0       <-- uncomment this
# IPv4 & IPv6
ListenAddress ::     <-- comment this

Then restart ssh:

Code:
svcadm restart /network/ssh

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

I can't edit a txt file shared from Window server to Solaris

Hello, I'm working with Solaris and I need to share files between Windows Server 2012 and Solaris through an authentication with an Active Directory user, where Windows Server is the "main server". All was going good, until after see the WS files and I tried to open one and modify it, but I cannot... (1 Reply)
Discussion started by: QeratD0
1 Replies

2. UNIX for Beginners Questions & Answers

Toggle between xterm window and standard terminal window

Is it possible to toggle back and forth between an xterm invoked from one tty, and a shell invoked from a different tty? I am running Centos 7 with KDE and booting in non-graphic mode. After logging in on the default window (/dev/tty1) , I can then use ALT-F2 to access a new window (/dev/tty2),... (1 Reply)
Discussion started by: rhgscty
1 Replies

3. UNIX for Dummies Questions & Answers

How to use a old window hard disk on Solaris ??

Hi, How can i use a old window 200Gb IDE harddisk on Solaris8. At the Solaris 8 install utility, it could only detect 50Mb for space ! Is the format wrong ? Do i need to re-do the partition ? I am using a Sunblade150 with solaris8 Thank u for the help... (1 Reply)
Discussion started by: Snubber
1 Replies

4. Solaris

solaris samba configuration without wins service from authentication window server/Active directory

Hi All, We are using solaris samba server for our company project to provide access to code to our development team.Recently our ICT has disabled wins service on Active directory due which user are not able to connect to samba share and they are getting error "No logon server available" as samba... (2 Replies)
Discussion started by: sahil_shine
2 Replies

5. Solaris

Connecting Solaris from Window OS

Hi Experts, Recently I've purchased on laptop in which Window's Vista is the OS they have installed. With one of my friends help I've installed Solaris 10 using VMware. Both are working fine. Now I want to use putty to connect to Solaris from Windows OS. Also I want to use Ultraedit to open... (7 Replies)
Discussion started by: ganapati
7 Replies

6. Solaris

strange problem regarding zip/unzip from window to solaris machine

Hi , I faced a very strange problem when I unzip a zip file on my solaris workstation. Actually I wanted to transfer a folder, say it TEST which contains some sub-folders inside it from windows to solaris machine. So I zipped this folder to TEST.ZIP on my windows machine. Then from my... (11 Replies)
Discussion started by: Raj Kumar Arora
11 Replies

7. Solaris

how to mount NFS drive from Window XP to Solaris 10?

Is there a free tool that will allow me to mount an NFS network drive from a Window XP computer onto a Solaris 10 x86 system? So when this is done, I would have a mapped network drive on my Windows XP system, say network drive N, that is mounted onto the directory /export/home/data on my Solaris... (2 Replies)
Discussion started by: serendipity1276
2 Replies

8. Solaris

Not able to copy the tree node text in solaris, while easily done in window

I m not able to copy the text present on the tree's node to terminal or other text editor in solaris. I m using <Shift><control> C and V comaand for the same but the text is not being copied and pasted on the text pad or the terminal window. While the same is possible in windows OS using ctrl+c... (3 Replies)
Discussion started by: friendanoop
3 Replies

9. Solaris

Multiple Hosts on Solaris CDE window

I forgot how to configure multiple host servers on the my CDE windows in Solaris. I'll appreciate any help Thanks, Remi (2 Replies)
Discussion started by: Remi
2 Replies

10. Solaris

Solaris 10 Window Managers

Hello all, I just discovered something weird in my system, well maybe you already knew it, but it's new for me, i was looking for a file when i ended up in the /opt/sfw folder, and well, first i saw the bin folder, so i entered and discovered a bunch of programs that installed with the companion... (0 Replies)
Discussion started by: sx3v1l_1n51de
0 Replies
Login or Register to Ask a Question