- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VNCserver issues
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 02:11 AM
тАО03-19-2009 02:11 AM
VNCserver issues
sys54:/ # telnet localhost 5950
Trying...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
/etc/inetd.conf
vnc800x600x8 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 800x600 -depth 8
vnc800x600x24 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 800x600 -depth 24
vnc1024x768x8 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 1024x768 -depth 8
vnc1024x768x24 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 1024x768 -depth 24
/etc/services
vnc800x600x8 5950/tcp
vnc800x600x24 5951/tcp
vnc1024x768x8 5952/tcp
vnc1024x768x24 5953/tcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 04:12 AM
тАО03-19-2009 04:12 AM
Re: VNCserver issues
From the output above it looks like you do have something listening on 5950.
You can check this with:
netstat -an|grep 595|grep -i list
Have you tried to connect to the system with a vnc client?
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 04:14 AM
тАО03-19-2009 04:14 AM
Re: VNCserver issues
or
netstat -a | grep vnc
what output do your get there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 04:33 AM
тАО03-19-2009 04:33 AM
Re: VNCserver issues
sys54:/ # netstat -an|grep 595|grep -i list
tcp 0 0 *.5951 *.* LISTEN
tcp 0 0 *.5950 *.* LISTEN
tcp 0 0 *.5953 *.* LISTEN
tcp 0 0 *.5952 *.* LISTEN
When i try conneting the server through VNC viewer i am not getting any response or errors it just vanishes(sys54:50)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 05:09 AM
тАО03-19-2009 05:09 AM
Re: VNCserver issues
But a shot in the dark, are you using:
sys54:50
In your host connection string?
I think how you are specifying it is referring to the display, so maybe try:
sys54:0 or sys54:1
If you want to try the port, I *think* you can do:
sys54::50 (I thought it defaulted to =>5900)
..though you could try the full port:
sys54:5950
HTH, Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 05:19 AM
тАО03-19-2009 05:19 AM
Re: VNCserver issues
I hope if i am able to telnet to the localhost with the ports succesfully,the issue will be resolved.Any solution for that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 05:58 AM
тАО03-19-2009 05:58 AM
Re: VNCserver issues
netstat -an | grep 59
You might find out first what port vnc is running on. The default on Linux/Unix is usually 5900 or 5901
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 06:33 AM
тАО03-19-2009 06:33 AM
Re: VNCserver issues
http://sys54:5950
You could also try putting in sys54's IP address, just in case you have a name resolution issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 07:08 AM
тАО03-19-2009 07:08 AM
Re: VNCserver issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2009 07:55 AM
тАО03-19-2009 07:55 AM
Re: VNCserver issues
This is the output of netstat at this time from the server
tcp 0 0 sys54.5951 nawin11.4011 TIME_WAIT