<?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 Xterm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846783#M274252</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After changing my server ip in hp9000 hpux11i server,I am facing one problem .&lt;BR /&gt;&lt;BR /&gt;I am not able to connect remotely from xmanager.&lt;BR /&gt;I am getting following error.&lt;BR /&gt;xterm Xt error: Can't open display: %s&lt;BR /&gt;&lt;BR /&gt;is it any FW issue?&lt;BR /&gt;&lt;BR /&gt;Please help me .&lt;BR /&gt;&lt;BR /&gt;Sujeet</description>
    <pubDate>Sun, 20 Aug 2006 07:26:09 GMT</pubDate>
    <dc:creator>sujeet joshi</dc:creator>
    <dc:date>2006-08-20T07:26:09Z</dc:date>
    <item>
      <title>Xterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846783#M274252</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After changing my server ip in hp9000 hpux11i server,I am facing one problem .&lt;BR /&gt;&lt;BR /&gt;I am not able to connect remotely from xmanager.&lt;BR /&gt;I am getting following error.&lt;BR /&gt;xterm Xt error: Can't open display: %s&lt;BR /&gt;&lt;BR /&gt;is it any FW issue?&lt;BR /&gt;&lt;BR /&gt;Please help me .&lt;BR /&gt;&lt;BR /&gt;Sujeet</description>
      <pubDate>Sun, 20 Aug 2006 07:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846783#M274252</guid>
      <dc:creator>sujeet joshi</dc:creator>
      <dc:date>2006-08-20T07:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Xterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846784#M274253</link>
      <description>If there is a filrewall between PC and hp-ux machine, some ports need to be opened. Does it work when you set display to your PC's ip address. Also does nslookup work on ip address and on host name?</description>
      <pubDate>Sun, 20 Aug 2006 07:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846784#M274253</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-08-20T07:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Xterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846785#M274254</link>
      <description>Shalom, &lt;BR /&gt;&lt;BR /&gt;Could be a firewall, could be the font server.&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.config.d/xfs&lt;BR /&gt;set first variable to 1 so the font server auto starts. This is not the default for HP-UX&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xfs&lt;BR /&gt;&lt;BR /&gt;Too check for firewall issues:&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Then try an X connect. You should see some network activity. If not, check the firewall.&lt;BR /&gt;&lt;BR /&gt;You may need to install and use tcpdump to check network activity.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 20 Aug 2006 07:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846785#M274254</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-20T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Xterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846786#M274255</link>
      <description>You are using some sort of automatic Xwindow connect software and the %s is supposed to be set to your display's IP address. Since there are so many Xwindow emulators and methods to connect automatically, start by manually starting an xterm window. Assuming you are on a PC or perhaps a Linux box, remember that xterm runs on the remote HP-UX machine so you first have to telnet to the HP-UX machine. Once you are connected, verify that your local IP address is the same as reported by the command&lt;BR /&gt; &lt;BR /&gt;who -muR&lt;BR /&gt; &lt;BR /&gt;If it does not, there is some sort of address translation taking place. Now it gets tricky. From the HP-UX machine, check that you can ping back to your PC. If not, you'll need help from your network administrator. If the address is the same as your PC, then set the DISPLAY variable to that address with :0 appended as in:&lt;BR /&gt; &lt;BR /&gt;export DISPLAY=12.34.56.78:0&lt;BR /&gt; &lt;BR /&gt;Now start xterm on the HP-UX box. It should connect to your local Xwindow emulator. If not, your network may disallow port 6000 connections. Another common problem is your local PC's firewall may disallow Xwindcow connections. This is fairly comon since Xwindows is an external protocol.</description>
      <pubDate>Sun, 20 Aug 2006 12:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846786#M274255</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-20T12:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Xterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846787#M274256</link>
      <description>By default OOB HP-UX will only allow X windows to display locally.  To allow remote display you will need to run the xhosts command.  This is a security feature.  To allow display to all hosts use "xhost +" or to individual displays "xhost + hostname" and to display the status xhost without options.&lt;BR /&gt;&lt;BR /&gt;One you do this set the DISPLAY variable as per aove and it should all work.</description>
      <pubDate>Sun, 20 Aug 2006 23:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846787#M274256</guid>
      <dc:creator>John_Hancock</dc:creator>
      <dc:date>2006-08-20T23:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Xterm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846788#M274257</link>
      <description>Using the command "xhost +" on your client machine is more of a security risk than "xhost + hostname" since any host can display to your machine.  I recommend using "xhost + hostname".&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;GBR</description>
      <pubDate>Mon, 21 Aug 2006 08:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xterm/m-p/3846788#M274257</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-08-21T08:06:18Z</dc:date>
    </item>
  </channel>
</rss>

