<?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: Not able to connect to Unix server through GUI in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162242#M320121</link>
    <description>@how to connect to hp unix v3.1 (x-connection) &lt;BR /&gt;&lt;BR /&gt;(What a user name!)&lt;BR /&gt;&lt;BR /&gt;I think the solution is just above your post - check if CDE is installed.&lt;BR /&gt;If it isn't, install it.&lt;BR /&gt;&lt;BR /&gt;You have basically the same answer in your own thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1242494" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1242494&lt;/A&gt;</description>
    <pubDate>Fri, 20 Jun 2008 05:11:40 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-06-20T05:11:40Z</dc:date>
    <item>
      <title>Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162236#M320115</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am using Reflaction X/Xmanager to connect my Unix box but i am not able to connect through GUI session.&lt;BR /&gt;&lt;BR /&gt;Any help ?&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Mar 2008 02:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162236#M320115</guid>
      <dc:creator>Eric Jacklin</dc:creator>
      <dc:date>2008-03-16T02:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162237#M320116</link>
      <description>Screen Shot attached</description>
      <pubDate>Sun, 16 Mar 2008 03:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162237#M320116</guid>
      <dc:creator>Eric Jacklin</dc:creator>
      <dc:date>2008-03-16T03:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162238#M320117</link>
      <description>The error message is "connection timed out".&lt;BR /&gt;In other words, ReflectionX is sending packets to the Unix box but is getting nothing at all back - not even a "connection refused" message.&lt;BR /&gt;&lt;BR /&gt;Most likely this means there's a firewall between your Windows workstation and the Unix box. Or it might be an IPFilter software package on the Unix box, or some "personal firewall" software on the Windows workstation. Whatever it is, it's dropping the packets associated with your connection.&lt;BR /&gt;&lt;BR /&gt;Find the firewall and configure/have it configured to allow your connection.&lt;BR /&gt;&lt;BR /&gt;If there is no firewall, this might be caused by some fairly serious configuration problems in your network, or perhaps failing network hardware.&lt;BR /&gt;&lt;BR /&gt;Remember that an X GUI connection using XDMCP actually uses multiple network-level connections. See the diagram on this page:&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Xdmcp" target="_blank"&gt;http://en.wikipedia.org/wiki/Xdmcp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The XDMCP protocol is used for session setup only: the XDMCP connection is formed from your Windows box to the UDP port 177 of your Unix box. When the session starts up, each individual X GUI program will connect from the Unix box to TCP port (6000 + your display number, usually 0) of your Windows box.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 16 Mar 2008 09:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162238#M320117</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-03-16T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162239#M320118</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;additionally you can check out the followings&lt;BR /&gt;&lt;BR /&gt;1. enable CDE&lt;BR /&gt;/usr/dt/bin/dtconfig -e &lt;BR /&gt;&lt;BR /&gt;Ensure the initdefault level in /etc/inittab is 3 &lt;BR /&gt;&lt;BR /&gt;2. start CDE&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/dtlogin.rc start&lt;BR /&gt;&lt;BR /&gt;then try to login</description>
      <pubDate>Sun, 16 Mar 2008 09:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162239#M320118</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-03-16T09:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162240#M320119</link>
      <description>Hi Jit's&lt;BR /&gt;&lt;BR /&gt;     What version of HP-UX are you using? I had the same problem on HP-UX 11i v3. Turned out that CDE is optional in this version. I just installed the CDE package, start it then everything is fine.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;-jef</description>
      <pubDate>Mon, 17 Mar 2008 00:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162240#M320119</guid>
      <dc:creator>d_bachelor01</dc:creator>
      <dc:date>2008-03-17T00:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162241#M320120</link>
      <description>hi all , i am using hp unix v3.1 , i cannot locate "/usr/dt/bin/dtconfig " , is it driffence in v3.1 ? please advice.</description>
      <pubDate>Fri, 20 Jun 2008 05:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162241#M320120</guid>
      <dc:creator>James_Lau</dc:creator>
      <dc:date>2008-06-20T05:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162242#M320121</link>
      <description>@how to connect to hp unix v3.1 (x-connection) &lt;BR /&gt;&lt;BR /&gt;(What a user name!)&lt;BR /&gt;&lt;BR /&gt;I think the solution is just above your post - check if CDE is installed.&lt;BR /&gt;If it isn't, install it.&lt;BR /&gt;&lt;BR /&gt;You have basically the same answer in your own thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1242494" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1242494&lt;/A&gt;</description>
      <pubDate>Fri, 20 Jun 2008 05:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162242#M320121</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-20T05:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to connect to Unix server through GUI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162243#M320122</link>
      <description>Please refer to the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1180223" target="_blank"&gt;https://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1180223&lt;/A&gt;</description>
      <pubDate>Sat, 21 Jun 2008 16:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-connect-to-unix-server-through-gui/m-p/4162243#M320122</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2008-06-21T16:51:10Z</dc:date>
    </item>
  </channel>
</rss>

