<?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: how to run CDE interface remote from linux client ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943984#M577275</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have done this the following way:&lt;BR /&gt;&lt;BR /&gt;  . on the linux  machine  start the x-server&lt;BR /&gt;    with this command:&lt;BR /&gt;  &lt;BR /&gt;        /usr/bin/X11/X -query  &lt;IPADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;    where ipaddress is the address for the &lt;BR /&gt;    machine you want to get a CDE login from.&lt;BR /&gt;&lt;BR /&gt;You will then probalby experience a problem with the fonts that CDE require.  To fix this&lt;BR /&gt;do the following:&lt;BR /&gt;  1. Log in on the HP-UX machine.&lt;BR /&gt;&lt;BR /&gt;  2. Edit the configuration file of the font server:&lt;BR /&gt;    # cd /etc/X11/fs&lt;BR /&gt;    # vi config&lt;BR /&gt;      add the directory /usr/dt/config/xfonts/C to the "catalogue"&lt;BR /&gt;      line (comma seperated list)&lt;BR /&gt;&lt;BR /&gt;  3. Copy /usr/dt/config/Xsetup to /etc/dt/config (if it doesn't already exist&lt;BR /&gt;&lt;BR /&gt;  4. Edit /etc/dt/config/Xsetup and add the following line at the end of&lt;BR /&gt;     the file:&lt;BR /&gt;      $XDIR/xset fp+ tcp/&lt;IP_ADDRESS&gt;:7000&lt;BR /&gt;      Example: $XDIR/xset fp+ tcp/192.15.32.5:7000&lt;BR /&gt;&lt;BR /&gt;  5. Edit /etc/rc.config.d/xfs and set RUN_X_FONT_SERVER to 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  6. Restart the font server&lt;BR /&gt;    # /sbin/init.d/xfs stop&lt;BR /&gt;    # /sbin/init.d/xfs start&lt;BR /&gt;&lt;BR /&gt;  7. Check with the following command that xfs is running:&lt;BR /&gt;&lt;BR /&gt;      # ps -ef | grep xfs&lt;BR /&gt;&lt;BR /&gt;  8. Log in again on the PC.  Check with the command xset -q  that&lt;BR /&gt;     the fontpath  now includes a reference to the fonserver. You shuold&lt;BR /&gt;     find this in the font-path:&lt;BR /&gt;&lt;BR /&gt;           tcp/&lt;IP-ADRESSE&gt;:7000&lt;BR /&gt;&lt;BR /&gt;     where ip-adresse is the address to the server you specified in step 4.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IP-ADRESSE&gt;&lt;/IP_ADDRESS&gt;&lt;/IPADDRESS&gt;</description>
    <pubDate>Fri, 04 Apr 2003 13:05:25 GMT</pubDate>
    <dc:creator>Olav Baadsvik</dc:creator>
    <dc:date>2003-04-04T13:05:25Z</dc:date>
    <item>
      <title>how to run CDE interface remote from linux client ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943982#M577273</link>
      <description>I have triyed but not succesfully.&lt;BR /&gt;Anyone with such an experience ?</description>
      <pubDate>Fri, 04 Apr 2003 12:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943982#M577273</guid>
      <dc:creator>Popeanga Marian_1</dc:creator>
      <dc:date>2003-04-04T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to run CDE interface remote from linux client ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943983#M577274</link>
      <description>Try this link - it goes into how to achieve what I think you're requesting.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.org/docs/ldp/howto/mini/Remote-X-Apps.html" target="_blank"&gt;http://www.linux.org/docs/ldp/howto/mini/Remote-X-Apps.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Col.</description>
      <pubDate>Fri, 04 Apr 2003 13:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943983#M577274</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2003-04-04T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to run CDE interface remote from linux client ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943984#M577275</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have done this the following way:&lt;BR /&gt;&lt;BR /&gt;  . on the linux  machine  start the x-server&lt;BR /&gt;    with this command:&lt;BR /&gt;  &lt;BR /&gt;        /usr/bin/X11/X -query  &lt;IPADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;    where ipaddress is the address for the &lt;BR /&gt;    machine you want to get a CDE login from.&lt;BR /&gt;&lt;BR /&gt;You will then probalby experience a problem with the fonts that CDE require.  To fix this&lt;BR /&gt;do the following:&lt;BR /&gt;  1. Log in on the HP-UX machine.&lt;BR /&gt;&lt;BR /&gt;  2. Edit the configuration file of the font server:&lt;BR /&gt;    # cd /etc/X11/fs&lt;BR /&gt;    # vi config&lt;BR /&gt;      add the directory /usr/dt/config/xfonts/C to the "catalogue"&lt;BR /&gt;      line (comma seperated list)&lt;BR /&gt;&lt;BR /&gt;  3. Copy /usr/dt/config/Xsetup to /etc/dt/config (if it doesn't already exist&lt;BR /&gt;&lt;BR /&gt;  4. Edit /etc/dt/config/Xsetup and add the following line at the end of&lt;BR /&gt;     the file:&lt;BR /&gt;      $XDIR/xset fp+ tcp/&lt;IP_ADDRESS&gt;:7000&lt;BR /&gt;      Example: $XDIR/xset fp+ tcp/192.15.32.5:7000&lt;BR /&gt;&lt;BR /&gt;  5. Edit /etc/rc.config.d/xfs and set RUN_X_FONT_SERVER to 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  6. Restart the font server&lt;BR /&gt;    # /sbin/init.d/xfs stop&lt;BR /&gt;    # /sbin/init.d/xfs start&lt;BR /&gt;&lt;BR /&gt;  7. Check with the following command that xfs is running:&lt;BR /&gt;&lt;BR /&gt;      # ps -ef | grep xfs&lt;BR /&gt;&lt;BR /&gt;  8. Log in again on the PC.  Check with the command xset -q  that&lt;BR /&gt;     the fontpath  now includes a reference to the fonserver. You shuold&lt;BR /&gt;     find this in the font-path:&lt;BR /&gt;&lt;BR /&gt;           tcp/&lt;IP-ADRESSE&gt;:7000&lt;BR /&gt;&lt;BR /&gt;     where ip-adresse is the address to the server you specified in step 4.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IP-ADRESSE&gt;&lt;/IP_ADDRESS&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Fri, 04 Apr 2003 13:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943984#M577275</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2003-04-04T13:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to run CDE interface remote from linux client ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943985#M577276</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Normally spoken if I want to get a CDE from 1 machine to &lt;BR /&gt;&amp;gt; another i Test with the X command something like this&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; /usr/bin/X11/X -query 15.160.35.105 -fp &lt;BR /&gt;&amp;gt; tcp/15.160.35.105:7000 -terminate   &lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; Where 15.160.35.105 is the ip address of the machine I want &lt;BR /&gt;&amp;gt; and also a machine where xfs is running to give me the CDE fonts.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; CDE includes a small set of fonts and font aliases which are &lt;BR /&gt;&amp;gt; not part of the standard MIT X distribution.  In order for &lt;BR /&gt;&amp;gt; CDE to function correctly, these fonts must be made available &lt;BR /&gt;&amp;gt; to X-servers (X-Terminals) displaying CDE.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; The simple solution to this problem involves configuring and &lt;BR /&gt;&amp;gt; running a font-server on the system which is running CDE and &lt;BR /&gt;&amp;gt; forcing the font server into the X-Server (X-Terminal) font-path.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; To do this a few things are required:&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;   1 - The font server needs to be configured to include the CDE&lt;BR /&gt;&amp;gt;       fonts in its catalog&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       EDIT: /etc/X11/fs/config&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       Append ",/usr/dt/config/xfonts/C" to the end of the&lt;BR /&gt;&amp;gt;       "catalogue = ..." line&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       EDIT: /etc/rc.config.d/xfs&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       Set the following variable:  "RUN_X_FONT_SERVER=1"&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       EXECUTE:  /sbin/init.d/xfs start&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       If the font-server is already running, kill it and&lt;BR /&gt;&amp;gt;       restart it.&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;   2 - Force CDE to add the font-server to the X-Server font-path&lt;BR /&gt;&amp;gt;       by editing the Xsetup file.  (NOTE:  This steps REQUIRES&lt;BR /&gt;&amp;gt;       the IP address of the CDE session server.  You can get&lt;BR /&gt;&amp;gt;       this information by running: nslookup `hostname`.)&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup&lt;BR /&gt;&amp;gt;       EDIT: /etc/dt/config/Xsetup&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       Add the following line to /etc/dt/config/Xsetup replacing&lt;BR /&gt;&amp;gt;           "IPADDRESS" with the IP address of the server as returned&lt;BR /&gt;&amp;gt;           from "nslookup `hostname`":&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;       $XDIR/xset fp+ tcp/IPADDRESS:7000 1&amp;gt;/dev/null&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Fri, 04 Apr 2003 13:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943985#M577276</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-04-04T13:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to run CDE interface remote from linux client ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943986#M577277</link>
      <description>It worked guys!&lt;BR /&gt;Thanks very much,&lt;BR /&gt;Marian Popeanag</description>
      <pubDate>Sat, 05 Apr 2003 09:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-run-cde-interface-remote-from-linux-client/m-p/2943986#M577277</guid>
      <dc:creator>Popeanga Marian_1</dc:creator>
      <dc:date>2003-04-05T09:18:25Z</dc:date>
    </item>
  </channel>
</rss>

