<?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 Forwarding CDE? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756831#M944800</link>
    <description>Hey guys, I've got a question: &lt;BR /&gt;I've got a C110 running HP-UX 10.20.  However, I do not have a monitor large enough to support booting it into direct GUI mode, so I was forced to use a null modem cable to configure my network, then telnet to the machine.  Well, I figure enough is enough, and I'd like to take advantage of some of my HP software.  Do any of you know a quick and easy way to be able to forward an X session to my linux machine from my HP? So I could just login at a GUI and begin using CDE/other software? &lt;BR /&gt;&lt;BR /&gt;Thanks for the help! &lt;BR /&gt;-Thomas</description>
    <pubDate>Wed, 03 Jul 2002 04:24:05 GMT</pubDate>
    <dc:creator>Thomas Patterson</dc:creator>
    <dc:date>2002-07-03T04:24:05Z</dc:date>
    <item>
      <title>Forwarding CDE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756831#M944800</link>
      <description>Hey guys, I've got a question: &lt;BR /&gt;I've got a C110 running HP-UX 10.20.  However, I do not have a monitor large enough to support booting it into direct GUI mode, so I was forced to use a null modem cable to configure my network, then telnet to the machine.  Well, I figure enough is enough, and I'd like to take advantage of some of my HP software.  Do any of you know a quick and easy way to be able to forward an X session to my linux machine from my HP? So I could just login at a GUI and begin using CDE/other software? &lt;BR /&gt;&lt;BR /&gt;Thanks for the help! &lt;BR /&gt;-Thomas</description>
      <pubDate>Wed, 03 Jul 2002 04:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756831#M944800</guid>
      <dc:creator>Thomas Patterson</dc:creator>
      <dc:date>2002-07-03T04:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding CDE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756832#M944801</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  This is possible, if U have any software like reflection, or Humming bird in Linux. I don't know whether this can be loaded in Linux or not. Checkup with linux experts to get the software details.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Wed, 03 Jul 2002 05:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756832#M944801</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-07-03T05:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding CDE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756833#M944802</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)On the UX machine do this&lt;BR /&gt;&lt;BR /&gt;vi /etc/dt/config/Xservers&lt;BR /&gt;&lt;BR /&gt;If not there copy from&lt;BR /&gt;/usr/dt/config&lt;BR /&gt;&lt;BR /&gt;comment out the last line like this&lt;BR /&gt;&lt;BR /&gt;#  *    Local local@console /usr/bin/X11/X :0&lt;BR /&gt;&lt;BR /&gt;That will stop CDE trying to run on the console.&lt;BR /&gt;&lt;BR /&gt;2)On the linux box. If you have X loaded.&lt;BR /&gt;&lt;BR /&gt;either&lt;BR /&gt;&lt;BR /&gt;#get a chooser&lt;BR /&gt;#X :$2 -indirect $1 -fp tcp/topaz:7000 -once -terminate  &amp;amp;&lt;BR /&gt;#parameters hp-uxbox n[ where n=1-3]&lt;BR /&gt;#&lt;BR /&gt;#example choosecde topaz 1&lt;BR /&gt;#&lt;BR /&gt;#note you also should give a fontserver&lt;BR /&gt;#&lt;BR /&gt;X :$2 -indirect $1 -fp tcp/topaz:7000 &amp;amp;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;Which gives an XDMCP chooser box&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#get direct cde login&lt;BR /&gt;#&lt;BR /&gt;#parameters hp-uxbox n[ where n=1-3]&lt;BR /&gt;#&lt;BR /&gt;#example choosecde topaz 1&lt;BR /&gt;#&lt;BR /&gt;#note you also should give a fontserver&lt;BR /&gt;#&lt;BR /&gt;X :$2 -query $1 -fp tcp/topaz:7000 -once -terminate &amp;amp;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;This first script enables XDMCP chooser&lt;BR /&gt;&lt;BR /&gt;The second goes directly to a HP-UX box&lt;BR /&gt;&lt;BR /&gt;Read man X&lt;BR /&gt;&lt;BR /&gt;THE FONT SERVER IS IMPORTANY&lt;BR /&gt;see man xfs on hp-ux&lt;BR /&gt;&lt;BR /&gt;CDE includes a small set of fonts and font aliases which are not&lt;BR /&gt;part of the standard MIT X distribution.  In order for CDE to&lt;BR /&gt;function correctly, these fonts must be made available to&lt;BR /&gt;X-servers (X-Terminals) displaying CDE.&lt;BR /&gt;&lt;BR /&gt;- ------------------------------------------------------&lt;BR /&gt;The simple solution to this problem involves configuring and&lt;BR /&gt;running a font-server on the system which is running CDE and&lt;BR /&gt;forcing the font server into the X-Server (X-Terminal) font-path.&lt;BR /&gt;&lt;BR /&gt;To do this a few things are required:&lt;BR /&gt;&lt;BR /&gt;  1 - The font server needs to be configured to include the CDE&lt;BR /&gt;      fonts in its catalog&lt;BR /&gt;&lt;BR /&gt;      EDIT: /etc/X11/fs/config&lt;BR /&gt;&lt;BR /&gt;      Append ",/usr/dt/config/xfonts/C" to the end of the&lt;BR /&gt;      "catalogue = ..." line&lt;BR /&gt;&lt;BR /&gt;      EDIT: /etc/rc.config.d/xfs&lt;BR /&gt;&lt;BR /&gt;      Set the following variable:  "RUN_X_FONT_SERVER=1"&lt;BR /&gt;&lt;BR /&gt;      EXECUTE:  /sbin/init.d/xfs start&lt;BR /&gt;&lt;BR /&gt;      If the font-server is already running, kill it and&lt;BR /&gt;      restart it.&lt;BR /&gt;&lt;BR /&gt;  2 - Force CDE to add the font-server to the X-Server font-path&lt;BR /&gt;      by editing the Xsetup file.  (NOTE:  This steps REQUIRES&lt;BR /&gt;      the IP address of the CDE session server.  You can get&lt;BR /&gt;      this information by running: nslookup `hostname`.)&lt;BR /&gt;&lt;BR /&gt;      COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup&lt;BR /&gt;      EDIT: /etc/dt/config/Xsetup&lt;BR /&gt;&lt;BR /&gt;      Add the following line to /etc/dt/config/Xsetup replacing&lt;BR /&gt;          "IPADDRESS" with the IP address of the server as returned&lt;BR /&gt;          from "nslookup `hostname`":&lt;BR /&gt;&lt;BR /&gt;      $XDIR/xset fp+ tcp/IPADDRESS:7000 1&amp;gt;/dev/null&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Wed, 03 Jul 2002 05:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756833#M944802</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-03T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding CDE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756834#M944803</link>
      <description>If it were me I'd use either VNC (see below) or Xnest : both ast like reflectionX on linux ... you'd need dtlogin running on the hp system though. Xnest may already be installed on the linux box or easily downloaded I suspect.&lt;BR /&gt;&lt;BR /&gt;fyi : vnc -&amp;gt; &lt;A href="http://www.csun.edu/~swalton/VNC/" target="_blank"&gt;http://www.csun.edu/~swalton/VNC/&lt;/A&gt;    &lt;A href="http://www.uk.research.att.com/vnc/" target="_blank"&gt;http://www.uk.research.att.com/vnc/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Xnest syntax : something like :/usr/contrib/bin/Xnest :2 -query &lt;HP_SYSTEM&gt; -ac -fp tcp/&lt;FONT_SERVER&gt;:7000 -name &lt;HP_SYSTEM&gt;&amp;amp; should work .... omit the -fp bit if you don't have xfs aka a hp fontserver configured and running.You could probably also configure the linux systems window manager/X to run in chooser mode and it should list all clients on the local sub-net who are broadcasting XDMCP ... I'd probably need to play and know what your linux setup is ... the top 2 options would be far easier though&lt;/HP_SYSTEM&gt;&lt;/FONT_SERVER&gt;&lt;/HP_SYSTEM&gt;</description>
      <pubDate>Wed, 03 Jul 2002 06:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756834#M944803</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-07-03T06:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding CDE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756835#M944804</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;why not use Linux (or another X-server) on one station "close" to the C110, and execute "X -query C110", where "C110" wuld be the IP-address of the C110...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jul 2002 15:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756835#M944804</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-07-04T15:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding CDE?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756836#M944805</link>
      <description>Hey, I went for the option of going to my linux machine and using X -broadcast.. it connected just fine, I got a login prompt, however when I login.. nothing more really happens.. I mean I get a help window on using my desktop, but then nothing more happens. Is there something else I should know about? Also, I've tried selecting the option of using the "Fail-Safe" desktop.  This works, but only loads a dtterm window, and nothing more.. I'd like to use CDE if I could, but I'm not quite sure what's going wrong. &lt;BR /&gt;&lt;BR /&gt;-Thomas</description>
      <pubDate>Thu, 04 Jul 2002 19:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forwarding-cde/m-p/2756836#M944805</guid>
      <dc:creator>Thomas Patterson</dc:creator>
      <dc:date>2002-07-04T19:16:57Z</dc:date>
    </item>
  </channel>
</rss>

