<?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 Xhost in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146078#M156463</link>
    <description>I have a HP server running HPUX11.11. Oracle's Business Intelligence requires an X session on the server.&lt;BR /&gt;I use xreflection on one of my PC to connect to the HP Unix server using telnet. When I get the connection to the HP server,&lt;BR /&gt;Then I set the DISPLAY=aaa.bb.c.d:0.0&lt;BR /&gt;Then I do an echo $DISPLAY. &lt;BR /&gt;I get the correct display seeting as above.&lt;BR /&gt;When I run xhost + I get the following error.&lt;BR /&gt;xhost: unable to open display aaa.bb.c.d:0.0&lt;BR /&gt;&lt;BR /&gt;How can this problem be resolved as we need to have an xsession running all the time on the server so that the Oracle Applkication can work.&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Dec 2003 12:18:09 GMT</pubDate>
    <dc:creator>Faizer</dc:creator>
    <dc:date>2003-12-16T12:18:09Z</dc:date>
    <item>
      <title>Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146078#M156463</link>
      <description>I have a HP server running HPUX11.11. Oracle's Business Intelligence requires an X session on the server.&lt;BR /&gt;I use xreflection on one of my PC to connect to the HP Unix server using telnet. When I get the connection to the HP server,&lt;BR /&gt;Then I set the DISPLAY=aaa.bb.c.d:0.0&lt;BR /&gt;Then I do an echo $DISPLAY. &lt;BR /&gt;I get the correct display seeting as above.&lt;BR /&gt;When I run xhost + I get the following error.&lt;BR /&gt;xhost: unable to open display aaa.bb.c.d:0.0&lt;BR /&gt;&lt;BR /&gt;How can this problem be resolved as we need to have an xsession running all the time on the server so that the Oracle Applkication can work.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2003 12:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146078#M156463</guid>
      <dc:creator>Faizer</dc:creator>
      <dc:date>2003-12-16T12:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146079#M156464</link>
      <description>You should add the Server to the "Host Access Control List"(but that's just what it's called in Exceed. Then it should work.</description>
      <pubDate>Tue, 16 Dec 2003 12:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146079#M156464</guid>
      <dc:creator>Oliver Charni</dc:creator>
      <dc:date>2003-12-16T12:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146080#M156465</link>
      <description>Instead of connecting the server using telnet use telnet with xterm or XDMCP Broadcast.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 16 Dec 2003 12:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146080#M156465</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-16T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146081#M156466</link>
      <description>is it a direct connection or there are firewalls between ?&lt;BR /&gt;&lt;BR /&gt;Usually, with oracle, you must install a virtual frame buffer or vnc, to simulate the graphics card.&lt;BR /&gt;&lt;BR /&gt;Look in this site for "vnc" or "xfb"&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2003 12:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146081#M156466</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-12-16T12:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146082#M156467</link>
      <description>The command "xhost +" can only be run from the console. You will not be allowed to run it over a network connection, for obvious security reasons. And generally, it's not good to do "xhost +", but if its a "secure" network, I guess it fine.&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Tue, 16 Dec 2003 12:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146082#M156467</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2003-12-16T12:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146083#M156468</link>
      <description>Hi Faizer,&lt;BR /&gt;&lt;BR /&gt;Make connection with your unix box&lt;BR /&gt;First you have to  use this command:&lt;BR /&gt;xhost + or  xhost +namemachine&lt;BR /&gt;With this command you give permission to use your display for output.&lt;BR /&gt;Go to the UNIX box en typ&lt;BR /&gt;DISPLAY=aaa.bb.c.d:0.0 ( ip adres van je pc)&lt;BR /&gt;Go back to your pc and make connection with your unix box.&lt;BR /&gt;Typ    xload &amp;amp;&lt;BR /&gt;You should see xload screen on your pc.&lt;BR /&gt;&lt;BR /&gt;Succes&lt;BR /&gt;&lt;BR /&gt;Idriz&lt;BR /&gt;P.S just use linux&lt;BR /&gt;You don't have to buy xreflection and it is very easy to use and it works always</description>
      <pubDate>Tue, 16 Dec 2003 13:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146083#M156468</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-12-16T13:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146084#M156469</link>
      <description>I have checked the vnc sites and they do not speak for HP UX11.11. In addition there aren'nt any proven and tested scripts available. In addition we have to compile.&lt;BR /&gt;&lt;BR /&gt;I tried what Idriz has said again I get the following error.:::&lt;BR /&gt;Cant open diaply&lt;BR /&gt;could not find per display information.&lt;BR /&gt;&lt;BR /&gt;a ps -ef | grep for X11 shows the following&lt;BR /&gt;   root 13828     1  0 21:23:39 ?         0:00 /usr/bin/X11/hpterm -fn 6x13 -sb&lt;BR /&gt;-ls -display ddd.bb.c.xx:0                                         This is of my pc ip           &lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2003 13:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146084#M156469</guid>
      <dc:creator>Faizer</dc:creator>
      <dc:date>2003-12-16T13:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146085#M156470</link>
      <description>Hi Faizer,&lt;BR /&gt;&lt;BR /&gt;Did you do this&lt;BR /&gt;&lt;BR /&gt;export DISPLAY  op je Unix Box ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Idriz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jan 2004 07:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146085#M156470</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2004-01-01T07:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Xhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146086#M156471</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have you thought about using "xauth(1)" to grant permission to your screen?&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jan 2004 17:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xhost/m-p/3146086#M156471</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2004-01-03T17:11:44Z</dc:date>
    </item>
  </channel>
</rss>

