<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VNCserver issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383210#M349002</link>
    <description>I am trying to connect the server(sys54) from vnc viewer in my desktop(nawin011).&lt;BR /&gt;This is the output of netstat at this time from the server&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  sys54.5951       nawin11.4011       TIME_WAIT</description>
    <pubDate>Thu, 19 Mar 2009 14:55:41 GMT</pubDate>
    <dc:creator>Manikrajan</dc:creator>
    <dc:date>2009-03-19T14:55:41Z</dc:date>
    <item>
      <title>VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383201#M348993</link>
      <description>I have configured VNC server in a server with HPUX11.11.This is not working.I am not able to telnet the port from the localhost.Pls help&lt;BR /&gt;&lt;BR /&gt;sys54:/ # telnet localhost 5950&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to localhost.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;/etc/inetd.conf&lt;BR /&gt;vnc800x600x8 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 800x600 -depth 8&lt;BR /&gt;vnc800x600x24 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 800x600 -depth 24&lt;BR /&gt;vnc1024x768x8 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 1024x768 -depth 8&lt;BR /&gt;vnc1024x768x24 stream tcp nowait nobody /usr/local/bin/Xvnc Xvnc -dpi 75 -inetd -query localhost -once -geometry 1024x768 -depth 24&lt;BR /&gt;&lt;BR /&gt;/etc/services&lt;BR /&gt;vnc800x600x8    5950/tcp&lt;BR /&gt;vnc800x600x24   5951/tcp&lt;BR /&gt;vnc1024x768x8   5952/tcp&lt;BR /&gt;vnc1024x768x24  5953/tcp&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 09:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383201#M348993</guid>
      <dc:creator>Manikrajan</dc:creator>
      <dc:date>2009-03-19T09:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383202#M348994</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the output above it looks like you do have something listening on 5950.&lt;BR /&gt;&lt;BR /&gt;You can check this with:&lt;BR /&gt;&lt;BR /&gt;netstat -an|grep 595|grep -i list&lt;BR /&gt;&lt;BR /&gt;Have you tried to connect to the system with a vnc client?&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 19 Mar 2009 11:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383202#M348994</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2009-03-19T11:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383203#M348995</link>
      <description>netstat -a |grep 5590&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;netstat -a | grep vnc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what output do your get there?</description>
      <pubDate>Thu, 19 Mar 2009 11:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383203#M348995</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2009-03-19T11:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383204#M348996</link>
      <description>Here is the output&lt;BR /&gt;&lt;BR /&gt;sys54:/ # netstat -an|grep 595|grep -i list&lt;BR /&gt;tcp        0      0  *.5951                 *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.5950                 *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.5953                 *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.5952                 *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;When i try conneting the server through VNC viewer i am not getting any response or errors it just vanishes(sys54:50)</description>
      <pubDate>Thu, 19 Mar 2009 11:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383204#M348996</guid>
      <dc:creator>Manikrajan</dc:creator>
      <dc:date>2009-03-19T11:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383205#M348997</link>
      <description>I haven't got VNC to test etc. or even used it in a long time.&lt;BR /&gt;&lt;BR /&gt;But a shot in the dark, are you using:&lt;BR /&gt;&lt;BR /&gt;sys54:50&lt;BR /&gt;&lt;BR /&gt;In your host connection string?&lt;BR /&gt;&lt;BR /&gt;I think how you are specifying it is referring to the display, so maybe try:&lt;BR /&gt;&lt;BR /&gt;sys54:0 or sys54:1&lt;BR /&gt;&lt;BR /&gt;If you want to try the port, I *think* you can do:&lt;BR /&gt;&lt;BR /&gt;sys54::50 (I thought it defaulted to =&amp;gt;5900)&lt;BR /&gt;..though you could try the full port:&lt;BR /&gt;sys54:5950&lt;BR /&gt;&lt;BR /&gt;HTH, Paul</description>
      <pubDate>Thu, 19 Mar 2009 12:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383205#M348997</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2009-03-19T12:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383206#M348998</link>
      <description>sys54:1 didnot help.I am getting ;Failed to connect to server.&lt;BR /&gt;&lt;BR /&gt;I hope if i am able to telnet to the localhost with the ports succesfully,the issue will be resolved.Any solution for that?</description>
      <pubDate>Thu, 19 Mar 2009 12:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383206#M348998</guid>
      <dc:creator>Manikrajan</dc:creator>
      <dc:date>2009-03-19T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383207#M348999</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 59&lt;BR /&gt;&lt;BR /&gt;You might find out first what port vnc is running on. The default on Linux/Unix is usually 5900 or 5901&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 19 Mar 2009 12:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383207#M348999</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-19T12:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383208#M349000</link>
      <description>Have you tried using a browser to connect:&lt;BR /&gt;&lt;BR /&gt;http://sys54:5950&lt;BR /&gt;&lt;BR /&gt;You could also try putting in sys54's IP address, just in case you have a name resolution issue.</description>
      <pubDate>Thu, 19 Mar 2009 13:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383208#M349000</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2009-03-19T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383209#M349001</link>
      <description>Can someone help to resolve this issue</description>
      <pubDate>Thu, 19 Mar 2009 14:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383209#M349001</guid>
      <dc:creator>Manikrajan</dc:creator>
      <dc:date>2009-03-19T14:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: VNCserver issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383210#M349002</link>
      <description>I am trying to connect the server(sys54) from vnc viewer in my desktop(nawin011).&lt;BR /&gt;This is the output of netstat at this time from the server&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  sys54.5951       nawin11.4011       TIME_WAIT</description>
      <pubDate>Thu, 19 Mar 2009 14:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vncserver-issues/m-p/4383210#M349002</guid>
      <dc:creator>Manikrajan</dc:creator>
      <dc:date>2009-03-19T14:55:41Z</dc:date>
    </item>
  </channel>
</rss>

