<?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: Export Display in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328305#M568108</link>
    <description>same error for , xhost +localhost.</description>
    <pubDate>Mon, 12 Jul 2004 11:52:10 GMT</pubDate>
    <dc:creator>Abhijeet_3</dc:creator>
    <dc:date>2004-07-12T11:52:10Z</dc:date>
    <item>
      <title>Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328298#M568101</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have have 2 servers. &lt;BR /&gt;Server A has GUI console. and other ServerB is terminal.&lt;BR /&gt;&lt;BR /&gt;what steps I need to follow on both servers , so after telnet from ServerA to serverB , I can able to get GUI of serverB.&lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Sun, 11 Jul 2004 12:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328298#M568101</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2004-07-11T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328299#M568102</link>
      <description>If you are working from the graphic console so do the following:&lt;BR /&gt;1. In the server run "xhost +" or "xhost &lt;SERVER&gt;". The first says everyone has a permission to access your GUI server, and the latter specify a server, so only it can do it.&lt;BR /&gt;2. In serverB set the DISPLAY variable to serverA.&lt;BR /&gt;&lt;BR /&gt;Good Luck....&lt;/SERVER&gt;</description>
      <pubDate>Sun, 11 Jul 2004 13:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328299#M568102</guid>
      <dc:creator>Oved</dc:creator>
      <dc:date>2004-07-11T13:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328300#M568103</link>
      <description>On server a enter:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;xhost +&lt;BR /&gt;&lt;BR /&gt;telent to serverB and enter:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;EXPORT DISPLAY=serverA:0.0&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Nick</description>
      <pubDate>Sun, 11 Jul 2004 13:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328300#M568103</guid>
      <dc:creator>Nicholas Faber</dc:creator>
      <dc:date>2004-07-11T13:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328301#M568104</link>
      <description>From Server A Console:&lt;BR /&gt;&lt;BR /&gt;Telnet to the Server B.&lt;BR /&gt;# xhosts +&lt;BR /&gt;# export DISPLAY=&lt;IP of="" consolepc=""&gt;:0.0&lt;BR /&gt;Execute your GUI command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Sun, 11 Jul 2004 13:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328301#M568104</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-11T13:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328302#M568105</link>
      <description>Abhijeet,&lt;BR /&gt;&lt;BR /&gt;Look at the prompt to see on which server I am runing the command.&lt;BR /&gt;&lt;BR /&gt;Open an appropriate term (dtterm,hpterm etc.,) on the graphical console of serverAAA&lt;BR /&gt;&lt;BR /&gt;serverA$xhost + serverB&lt;BR /&gt;serverA$telnet serverB&lt;BR /&gt;&lt;LOGIN prompts="" and="" messages.="" you="" will="" be="" in="" serverb="" from="" next="" step="" onwards=""&gt;&lt;BR /&gt;serverB$export DISPLAY=serverA:0&lt;BR /&gt;&lt;ASSUMING serverb="" can="" resolve="" servera=""&gt;&lt;BR /&gt;serverB#hpterm&lt;BR /&gt;&lt;BR /&gt;This should display the hpterm of serverB on serverA's graphic console.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/ASSUMING&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Sun, 11 Jul 2004 14:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328302#M568105</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-07-11T14:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328303#M568106</link>
      <description>Thx for reply.&lt;BR /&gt;&lt;BR /&gt;I have issue.When I give command &lt;BR /&gt;ServerA#/usr/bin/X11/xhost +ServerB&lt;BR /&gt;&lt;BR /&gt;It gives error " Xlib:client is not authorised to connect to server "&lt;BR /&gt;&lt;BR /&gt;Both servers has entry in /etc/hosts file.&lt;BR /&gt;On serverA , display is correct ( ServerA:0.0 )</description>
      <pubDate>Mon, 12 Jul 2004 10:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328303#M568106</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2004-07-12T10:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328304#M568107</link>
      <description>Try this, then serverb:&lt;BR /&gt;&lt;BR /&gt;xhost +localhost&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 12 Jul 2004 10:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328304#M568107</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-12T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328305#M568108</link>
      <description>same error for , xhost +localhost.</description>
      <pubDate>Mon, 12 Jul 2004 11:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328305#M568108</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2004-07-12T11:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328306#M568109</link>
      <description>try this ...&lt;BR /&gt;&lt;BR /&gt;cp /usr/dt/config/Xservers -&amp;gt; /etc/dt/config/Xservers&lt;BR /&gt;&lt;BR /&gt;vi the /etc Xservers file thus : &lt;BR /&gt;&lt;BR /&gt;* Local local@console /usr/lib/X11/X :0 -ac audit 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;wq!&lt;BR /&gt;&lt;BR /&gt;/sbin/init 2&lt;BR /&gt;/sbin/init 3 and try again .....?</description>
      <pubDate>Mon, 12 Jul 2004 12:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328306#M568109</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2004-07-12T12:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328307#M568110</link>
      <description>other things/thoughts to check: &lt;BR /&gt; is /etc/hosts involved or is name resolution being done by NIS or DNS ?&lt;BR /&gt;&lt;BR /&gt;Are multiple network cards involved on either system at all ? &lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 12:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328307#M568110</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2004-07-12T12:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328308#M568111</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;On serverA when I copied and edit Xservers file , then /sbin/init 2 , /sbin/init 3 , I am unable to get a CDE screen . &lt;BR /&gt;&lt;BR /&gt;Both the servers are using Built-in -Lan only. Hosts file is used for name service.</description>
      <pubDate>Tue, 13 Jul 2004 06:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3328308#M568111</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2004-07-13T06:53:11Z</dc:date>
    </item>
  </channel>
</rss>

