<?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: Remote X from Linux to HP 9000 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584522#M856153</link>
    <description>You either need to add the IP address and hostname for the HP box into the /etc/hosts file on your Linux box, or else you'll need to setup DNS resolution for the Linux box.  The first one is the easiest fix.  Just edit /etc/hosts and add an entry for the HP box, and give that a try.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Sep 2001 13:03:03 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2001-09-25T13:03:03Z</dc:date>
    <item>
      <title>Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584512#M856143</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am having a problem getting graphics to display on my Linux box from my HP 9000 (no graphics card).&lt;BR /&gt;&lt;BR /&gt;I am running Redhat 7.1 with gnome.  Here is the process I am using:&lt;BR /&gt;&lt;BR /&gt;1. Start a terminal from Gnome (X Window is working locally).&lt;BR /&gt;2. Use rlogin to connect to the HP 9000 (as root).&lt;BR /&gt;3. Export DISPLAY=&lt;LINUX_BOX_IP&gt;:0&lt;BR /&gt;4. Type either xterm or xclock.&lt;BR /&gt;5. I get the following error:&lt;BR /&gt;    Can't open display: &lt;LINUX_BOX_IP&gt;:0&lt;BR /&gt;    Couldn't find per display information.&lt;BR /&gt;&lt;BR /&gt;I have also tried to use,&lt;BR /&gt;X -query &lt;LINUX_BOX_IP&gt;&lt;BR /&gt;from the command line of Linux (init 3).  But, I get the same error.&lt;BR /&gt;&lt;BR /&gt;Any information you can give me would be a great help.&lt;BR /&gt;&lt;BR /&gt;Linux, Unix and HP forum newbie  :)&lt;BR /&gt;Vermissa&lt;/LINUX_BOX_IP&gt;&lt;/LINUX_BOX_IP&gt;&lt;/LINUX_BOX_IP&gt;</description>
      <pubDate>Tue, 25 Sep 2001 12:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584512#M856143</guid>
      <dc:creator>Vermissa</dc:creator>
      <dc:date>2001-09-25T12:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584513#M856144</link>
      <description>export DISPLAY=&lt;REDHATIP&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;That should do it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...jcd...&lt;/REDHATIP&gt;</description>
      <pubDate>Tue, 25 Sep 2001 12:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584513#M856144</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-09-25T12:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584514#M856145</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Can your HP box resolve the &lt;LINUX_BOX&gt; hostname?  Try running 'nslookup' and typing in your Linux hostname.  If it can't resolve it that might be your problem.  Also, you can try using the IP address of your Linux box in your DISPLAY setting instead the hostname.  If that works, that is another clue.  You might just need to add the hostname and IP address of the Linux box to your /etc/hosts file, or to your DNS, whichever you are using.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LINUX_BOX&gt;</description>
      <pubDate>Tue, 25 Sep 2001 12:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584514#M856145</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-09-25T12:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584515#M856146</link>
      <description>Try adding the ip addresses of each "remote" host to /etc/hosts ? Sounds as if hostname resolution is playing a part here hence its unable to open the display ?&lt;BR /&gt;&lt;BR /&gt;ie add ip of linux host to /etc/hosts on the hp9000 system and vice versa .... or just check with nslookup first ?</description>
      <pubDate>Tue, 25 Sep 2001 12:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584515#M856146</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-09-25T12:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584516#M856147</link>
      <description>Hi Vermissa,&lt;BR /&gt;&lt;BR /&gt;Have a look at the thread below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x077d87dc4d7dd5118ff00090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x077d87dc4d7dd5118ff00090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 12:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584516#M856147</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-25T12:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584517#M856148</link>
      <description>Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;I tried that and got the same error, save for it saying &lt;REDHATIP&gt;:0.0 instead of &lt;REDHATIP&gt;:0&lt;BR /&gt;&lt;BR /&gt;Vermissa&lt;/REDHATIP&gt;&lt;/REDHATIP&gt;</description>
      <pubDate>Tue, 25 Sep 2001 12:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584517#M856148</guid>
      <dc:creator>Vermissa</dc:creator>
      <dc:date>2001-09-25T12:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584518#M856149</link>
      <description>John and Alex,&lt;BR /&gt;&lt;BR /&gt;I checked the host name resolution with nslookup.  It worked correctly.  I can also 'ping' the Linux box using both the IP address and the host name.&lt;BR /&gt;&lt;BR /&gt;Vermissa</description>
      <pubDate>Tue, 25 Sep 2001 12:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584518#M856149</guid>
      <dc:creator>Vermissa</dc:creator>
      <dc:date>2001-09-25T12:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584519#M856150</link>
      <description>Let's try something from your Linux box.  Make sure that your Linux box can resolve your HP box.  Then, try this from your Linux box:&lt;BR /&gt;&lt;BR /&gt;xhost +&lt;HP hostname=""&gt;&lt;BR /&gt;&lt;BR /&gt;Then try it again.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;/HP&gt;</description>
      <pubDate>Tue, 25 Sep 2001 12:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584519#M856150</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-09-25T12:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584520#M856151</link>
      <description>Can you try : nslookup on the  ip_address(es) ? or add linux ip to /etc/hosts ?&lt;BR /&gt;&lt;BR /&gt;fyi : can't find per display information suggests it's hostname / ip related. If it were xhost or xauth related the error normally reads host not authorised to connect to DISPLAY blah blah ?</description>
      <pubDate>Tue, 25 Sep 2001 12:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584520#M856151</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-09-25T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584521#M856152</link>
      <description>John and Alex,&lt;BR /&gt;&lt;BR /&gt;I cannot get the Linux/HP 9000 IP address or host names to resolve on the linux box using nslookup.&lt;BR /&gt;&lt;BR /&gt;When I use nslookup &lt;HOSTNAME&gt;, I get the error:&lt;BR /&gt;** server can't find &lt;HOSTNAME&gt;.: NXDOMAIN&lt;BR /&gt;&lt;BR /&gt;When I use nslookup &lt;IP&gt;, I get the error:&lt;BR /&gt;** server can't find &lt;BACKWARDS_IP&gt;.in-addr.arpa.: NXDOMAIN&lt;BR /&gt;&lt;BR /&gt;Do I have my Linux box configured wrong?&lt;BR /&gt;&lt;BR /&gt;Vermissa&lt;/BACKWARDS_IP&gt;&lt;/IP&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 25 Sep 2001 13:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584521#M856152</guid>
      <dc:creator>Vermissa</dc:creator>
      <dc:date>2001-09-25T13:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584522#M856153</link>
      <description>You either need to add the IP address and hostname for the HP box into the /etc/hosts file on your Linux box, or else you'll need to setup DNS resolution for the Linux box.  The first one is the easiest fix.  Just edit /etc/hosts and add an entry for the HP box, and give that a try.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2001 13:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584522#M856153</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-09-25T13:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584523#M856154</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;It is in my hosts file.  In fact I can ping every name in my hosts file, but when I try to use nslookup on any of them, I get the errors listed above.&lt;BR /&gt;&lt;BR /&gt;Vermissa</description>
      <pubDate>Tue, 25 Sep 2001 13:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584523#M856154</guid>
      <dc:creator>Vermissa</dc:creator>
      <dc:date>2001-09-25T13:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584524#M856155</link>
      <description>Do you have an /etc/hosts.conf file on your linux box and if so does it read:&lt;BR /&gt;&lt;BR /&gt;order hosts,bind&lt;BR /&gt;multi on&lt;BR /&gt;&lt;BR /&gt;This tells the linux box to use local files and then DNS to do name resolution.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 25 Sep 2001 13:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584524#M856155</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-25T13:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584525#M856156</link>
      <description>Santosh,&lt;BR /&gt;&lt;BR /&gt;No, I did not have that file.  I added it, exactly as you said.  Then I rebooted the linux box and tried nslookup again.  The resulting errors were the same.&lt;BR /&gt;&lt;BR /&gt;Vermissa</description>
      <pubDate>Tue, 25 Sep 2001 13:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584525#M856156</guid>
      <dc:creator>Vermissa</dc:creator>
      <dc:date>2001-09-25T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584526#M856157</link>
      <description>You didn't need to reboot the machine for this file to take affect...should have mentioned that before I guess.&lt;BR /&gt;&lt;BR /&gt;Can you do nslookups on ANY hosts, i.e. even those not in your domain?  If not then I would look at the /etc/resolv.conf file and make sure that looks okay.  It should have entries as the following:&lt;BR /&gt;&lt;BR /&gt;domain     &lt;DOMAINNAME&gt; &lt;BR /&gt;nameserver &lt;IP address="" of="" your="" primary="" dns=""&gt;&lt;BR /&gt;nameserver &lt;IP address="" of="" your="" secondary="" dns=""&gt;&lt;BR /&gt;&lt;BR /&gt;where &lt;DOMAINNAME&gt; would be your domain name, e.g. hp.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;/DOMAINNAME&gt;&lt;/IP&gt;&lt;/IP&gt;&lt;/DOMAINNAME&gt;</description>
      <pubDate>Tue, 25 Sep 2001 13:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584526#M856157</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-25T13:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584527#M856158</link>
      <description>In the Linux Box (before rlogin command):&lt;BR /&gt;&lt;BR /&gt;xhost +&lt;HP_BOX_IP&gt;&lt;BR /&gt;&lt;BR /&gt;DPC&lt;/HP_BOX_IP&gt;</description>
      <pubDate>Tue, 25 Sep 2001 14:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584527#M856158</guid>
      <dc:creator>David Parraguez</dc:creator>
      <dc:date>2001-09-25T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584528#M856159</link>
      <description>Hi Vermissa,&lt;BR /&gt;&lt;BR /&gt;I'm not a linux guy, but it sure sounds like the problem is on the linux box with a resolution issue.  If you have the ip and hostname in your /etc/hosts file of the hp box on your linux box, then nslookup should find the hosts.  That is if it is looking the the hosts file.  I'm not sure what controls this on linux, but on hp, it is the /etc/nsswitch.con.  On the linux box, you need to tell it to check the hosts file before using DNS.  Like I said, I'm not sure what file that is on linux.&lt;BR /&gt;&lt;BR /&gt;Once you get your resolution issue fixed, I bet you will be XXXXXing away.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Tue, 25 Sep 2001 14:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584528#M856159</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-09-25T14:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remote X from Linux to HP 9000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584529#M856160</link>
      <description>Santosh and Joseph,&lt;BR /&gt;&lt;BR /&gt;I believe you are right.  I think the problem is in my Linux box and has something to do with name resolution.  I will start looking into why my linux is not working correctly.&lt;BR /&gt;&lt;BR /&gt;Thank you all for helping me narrow this down  :)&lt;BR /&gt;&lt;BR /&gt;Vermissa</description>
      <pubDate>Wed, 26 Sep 2001 06:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-x-from-linux-to-hp-9000/m-p/2584529#M856160</guid>
      <dc:creator>Vermissa</dc:creator>
      <dc:date>2001-09-26T06:08:06Z</dc:date>
    </item>
  </channel>
</rss>

