<?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: Runing X remotely in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154710#M158232</link>
    <description>On the linux box:&lt;BR /&gt;&lt;BR /&gt;# xhost +hp_hostname&lt;BR /&gt;(where hphostname is the hostname or IP of the hp box)&lt;BR /&gt;&lt;BR /&gt;login as you normally do, to the hp machine:&lt;BR /&gt;&lt;BR /&gt;# slogin/rlogin/ssh/telnet/etc... hp_hostname&lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=linux_hostname:0.0&lt;BR /&gt;# gui_command_here&lt;BR /&gt;&lt;BR /&gt;(linux_hostname can be IP instead, if needed)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another way is to make sure the Xserver is running on the&lt;BR /&gt;HP side, and possibly the X font server as well...&lt;BR /&gt;then shutdown X on the linux box, and type:&lt;BR /&gt;&lt;BR /&gt;# X -query hp_hostname&lt;BR /&gt;&lt;BR /&gt;This gives you the entire CDE desktop of the remote machine.&lt;BR /&gt;That may or may not be what you desire.&lt;BR /&gt;Hope this helped!&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Dec 2003 13:29:42 GMT</pubDate>
    <dc:creator>Chris Watkins_1</dc:creator>
    <dc:date>2003-12-31T13:29:42Z</dc:date>
    <item>
      <title>Runing X remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154709#M158231</link>
      <description>I have an HP-9000 HPUX 11.0 and I want to run X windows on it from a remote Linux box.&lt;BR /&gt;Every once it a while some thing work faster in the GUI. &lt;BR /&gt;Can some one point me to what I need to do this?&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 31 Dec 2003 13:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154709#M158231</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-12-31T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Runing X remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154710#M158232</link>
      <description>On the linux box:&lt;BR /&gt;&lt;BR /&gt;# xhost +hp_hostname&lt;BR /&gt;(where hphostname is the hostname or IP of the hp box)&lt;BR /&gt;&lt;BR /&gt;login as you normally do, to the hp machine:&lt;BR /&gt;&lt;BR /&gt;# slogin/rlogin/ssh/telnet/etc... hp_hostname&lt;BR /&gt;&lt;BR /&gt;# export DISPLAY=linux_hostname:0.0&lt;BR /&gt;# gui_command_here&lt;BR /&gt;&lt;BR /&gt;(linux_hostname can be IP instead, if needed)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another way is to make sure the Xserver is running on the&lt;BR /&gt;HP side, and possibly the X font server as well...&lt;BR /&gt;then shutdown X on the linux box, and type:&lt;BR /&gt;&lt;BR /&gt;# X -query hp_hostname&lt;BR /&gt;&lt;BR /&gt;This gives you the entire CDE desktop of the remote machine.&lt;BR /&gt;That may or may not be what you desire.&lt;BR /&gt;Hope this helped!&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Dec 2003 13:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154710#M158232</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2003-12-31T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Runing X remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154711#M158233</link>
      <description>On the HP box, you will need to make sure the first variable in the file /etc/rc.config.d/xfs is set to 1&lt;BR /&gt;&lt;BR /&gt;This will start the font server on boot.&lt;BR /&gt;&lt;BR /&gt;This is not needed if you've already done a connect to the box via Exceed or some other X front end.&lt;BR /&gt;&lt;BR /&gt;A search on the itrc search engine for X Windows Linux will reveal a few cookbooks that will tell you how to deal with other issues you need to make the process work perfectly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Dec 2003 14:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154711#M158233</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-31T14:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Runing X remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154712#M158234</link>
      <description>Hi Marty,&lt;BR /&gt;&lt;BR /&gt;Client side:&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;&lt;BR /&gt;Go to the UNIX box en typ&lt;BR /&gt;DISPLAY=aaa.bb.c.d:0.0 ( ip adres van je Linux box)&lt;BR /&gt;export DISPALY&lt;BR /&gt;Typ Xload &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You should see xload screen on your Linux box&lt;BR /&gt;&lt;BR /&gt;Succes&lt;BR /&gt;&lt;BR /&gt;Idriz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jan 2004 06:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154712#M158234</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2004-01-01T06:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Runing X remotely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154713#M158235</link>
      <description>Hi Marty,&lt;BR /&gt;&lt;BR /&gt;you could use "xauth(1)" to grant permission or you could use "ssh" with the "-X" and "-f" option:&lt;BR /&gt;&lt;BR /&gt;|HPUX:&lt;BR /&gt;|   sshd # must be running&lt;BR /&gt;|&lt;BR /&gt;|Linux:&lt;BR /&gt;|   ssh -X -f HPUX /usr/dt/bin/dtterm&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jan 2004 17:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/runing-x-remotely/m-p/3154713#M158235</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2004-01-03T17:15:10Z</dc:date>
    </item>
  </channel>
</rss>

