<?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: Problem with X-Windows ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994187#M779203</link>
    <description>There isn't any reason to run xdmp unless you really want an Xwindow desktop. You start your Xwindow server (Exceed), and DO NOT tell it to connect to anything. Just iconify the program then use either telnet or ssh to start your application. Test it by just running xclock -- if it pops up, everything is working. There is no need for all that CDE stuff to be sent to your display.</description>
    <pubDate>Mon, 31 Jul 2006 14:55:25 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-07-31T14:55:25Z</dc:date>
    <item>
      <title>Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994182#M779198</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a few HP servers (rx4640's) running HPUX 11i on the Itanium Platform. We require to work with X-Windows for some application emulation, but the company policy configurations do not allow "xdmp" protocol on our network.  All that I've got is just Console connections free from all these filters. Is there any method I can use X Service thro' HummingBird installed on my PC ?. &lt;BR /&gt;&lt;BR /&gt;Kindly request all to give me some suggesions !&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mani.</description>
      <pubDate>Mon, 31 Jul 2006 05:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994182#M779198</guid>
      <dc:creator>Mani Vannan</dc:creator>
      <dc:date>2006-07-31T05:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994183#M779199</link>
      <description>Shalom Mani,&lt;BR /&gt;&lt;BR /&gt;change your connect method. Any network with VLAN networking to separate subnets will block xdmp protocol.&lt;BR /&gt;&lt;BR /&gt;If you directly connect hummingbird to the hostname of the system you should be okay.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 31 Jul 2006 05:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994183#M779199</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-31T05:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994184#M779200</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestion !.&lt;BR /&gt;&lt;BR /&gt;I tried using the full qualified hostname of the unix server, I'm trying to connect - But the Xmanager simply hangs returning a small message which reads:&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;            xdmp Connection Failed:&lt;BR /&gt;                 Try Again ?&lt;BR /&gt;            Yes                No&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Could you please suggest me some alternate methods ? But as like you said, out network is full of tagged VLANs.&lt;BR /&gt;&lt;BR /&gt;Is there anymethod I can connect in the X -mode thro' Console port ?.&lt;BR /&gt;&lt;BR /&gt;Thanks for your support.&lt;BR /&gt;Mani.</description>
      <pubDate>Mon, 31 Jul 2006 06:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994184#M779200</guid>
      <dc:creator>Mani Vannan</dc:creator>
      <dc:date>2006-07-31T06:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994185#M779201</link>
      <description>Hi Mani,&lt;BR /&gt;&lt;BR /&gt;Why are you specifying hostname from the console?&lt;BR /&gt;&lt;BR /&gt;If you wanted to run X from a remote terminal instead of the console, I would say tunnel X over SSH:&lt;BR /&gt;&lt;BR /&gt;# ssh -X -l &lt;USERNAME&gt; &lt;HOSTNAME&gt;&lt;BR /&gt;# startx &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Not sure if this will help in your situation.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;/HOSTNAME&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 31 Jul 2006 06:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994185#M779201</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-31T06:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994186#M779202</link>
      <description>Hi Mani,&lt;BR /&gt;&lt;BR /&gt;As spex mentioned, I'd tunnel the traffic over ssh too. You could either use the method described or you could connect your exceed directly via the X listen ports through an ssh tunnel (assuming you have access to both ends). Then you only need to configure X-windows to a local address and port on your local machine.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;-=ChaZ=-&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 07:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994186#M779202</guid>
      <dc:creator>Charles Harris</dc:creator>
      <dc:date>2006-07-31T07:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994187#M779203</link>
      <description>There isn't any reason to run xdmp unless you really want an Xwindow desktop. You start your Xwindow server (Exceed), and DO NOT tell it to connect to anything. Just iconify the program then use either telnet or ssh to start your application. Test it by just running xclock -- if it pops up, everything is working. There is no need for all that CDE stuff to be sent to your display.</description>
      <pubDate>Mon, 31 Jul 2006 14:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994187#M779203</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-31T14:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994188#M779204</link>
      <description>Sorry to have responded back late !&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone - The tunneling mode worked out well and now we're able to emulate the application perfectly.&lt;BR /&gt;&lt;BR /&gt;And Again thanks to All.&lt;BR /&gt;&lt;BR /&gt;Mani.</description>
      <pubDate>Tue, 01 Aug 2006 22:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994188#M779204</guid>
      <dc:creator>Mani Vannan</dc:creator>
      <dc:date>2006-08-01T22:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with X-Windows !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994189#M779205</link>
      <description>Thanks Everyone :-)</description>
      <pubDate>Tue, 01 Aug 2006 22:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-x-windows/m-p/4994189#M779205</guid>
      <dc:creator>Mani Vannan</dc:creator>
      <dc:date>2006-08-01T22:56:29Z</dc:date>
    </item>
  </channel>
</rss>

