<?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 Problems when start CDE from Reflection X in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974177#M477116</link>
    <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;I just installed a HPUX 11i V1 on rp4440. it's working fine with telnet and REXEC shell, but, when i try to use Reflection X to start the X Windows, it prompt me "The Desktop Messaging System could not be started". What should i do with this? i have no idea on it, since network and hosts are already configured properly.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 03 Apr 2007 04:55:28 GMT</pubDate>
    <dc:creator>Eric TAO</dc:creator>
    <dc:date>2007-04-03T04:55:28Z</dc:date>
    <item>
      <title>Problems when start CDE from Reflection X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974177#M477116</link>
      <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;I just installed a HPUX 11i V1 on rp4440. it's working fine with telnet and REXEC shell, but, when i try to use Reflection X to start the X Windows, it prompt me "The Desktop Messaging System could not be started". What should i do with this? i have no idea on it, since network and hosts are already configured properly.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 03 Apr 2007 04:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974177#M477116</guid>
      <dc:creator>Eric TAO</dc:creator>
      <dc:date>2007-04-03T04:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when start CDE from Reflection X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974178#M477117</link>
      <description>ths can be a sign that name resolution is not working correctly&lt;BR /&gt;&lt;BR /&gt;nslookup ip --&amp;gt; returns hostname&lt;BR /&gt;nslookup hostname --&amp;gt; returns ip address&lt;BR /&gt;check /etc/hosts, /etc/rc.config.d/netconf, etc.&lt;BR /&gt;since this is a new system it's likely that you need to run set_parms to set the correct parameters</description>
      <pubDate>Tue, 03 Apr 2007 06:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974178#M477117</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2007-04-03T06:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when start CDE from Reflection X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974179#M477118</link>
      <description>Reflection/X is simply an Xwindow emulator so before you try to start CDE (the Desktop manager), use telnet to login to your HP-UX server, then use:&lt;BR /&gt; &lt;BR /&gt;export DISPLAY=$(who -muR | awk '{print $NF}'):0.0&lt;BR /&gt; &lt;BR /&gt;to set your PC's hostname or IP address. Now run xclock from your telnet session. If the clock pops up on your PC, everything is setup for Xwindows and you now have to setup the CDE Desktop Manager on HP-UX.</description>
      <pubDate>Tue, 03 Apr 2007 07:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974179#M477118</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-03T07:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when start CDE from Reflection X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974180#M477119</link>
      <description>Hi Cheryl and Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, actually, I did follow you 2 instructions to fix the CDE problem, but, the same error message keep prompts to me, anyway, below is my results:&lt;BR /&gt;&lt;BR /&gt;1. nslookup ip/hostname = successful to resolve&lt;BR /&gt;&lt;BR /&gt;2. configured "export DISPLAY=$(who -muR | awk '{print $NF}'):0.0" via REXEC under Reflection X, and then type "xclock" = successful to show the clock popup on my PC.&lt;BR /&gt;&lt;BR /&gt;And now, what should i do? where can i setup my CDE? many many thanks&lt;BR /&gt;&lt;BR /&gt;Eric TAO</description>
      <pubDate>Tue, 03 Apr 2007 09:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974180#M477119</guid>
      <dc:creator>Eric TAO</dc:creator>
      <dc:date>2007-04-03T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when start CDE from Reflection X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974181#M477120</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;How do you resolve ip's/hostnames, DNS or the local /etc/hosts file?&lt;BR /&gt;&lt;BR /&gt;# ll /etc/nsswitch.conf&lt;BR /&gt;# cat /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;If you don't have the nsswitch.conf file, cp the /etc/nsswitch.files to the nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;Reagrds, &lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 03 Apr 2007 09:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974181#M477120</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-04-03T09:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when start CDE from Reflection X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974182#M477121</link>
      <description>Hi Robert-Jan,&lt;BR /&gt;&lt;BR /&gt;Yeah, it's working now, many thanks for your help.&lt;BR /&gt;&lt;BR /&gt;BTW, if i would like to create new user with the root privilege, then, is it just simply assign into UID 0?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Eric TAO</description>
      <pubDate>Tue, 03 Apr 2007 09:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974182#M477121</guid>
      <dc:creator>Eric TAO</dc:creator>
      <dc:date>2007-04-03T09:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when start CDE from Reflection X</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974183#M477122</link>
      <description>I would suggest not to create a second root user, have a look at sudo.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.8p12/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.8p12/&lt;/A&gt;</description>
      <pubDate>Tue, 03 Apr 2007 10:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/3974183#M477122</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-04-03T10:01:26Z</dc:date>
    </item>
    <item>
      <title>probelm with Xmanger  Can't open display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/5415419#M477179</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While executing the xclock command on local user prompting below error messages.&lt;BR /&gt;lc$ xclock&lt;BR /&gt;Error: Can't open display: 10.37.93.100:0&lt;BR /&gt;&lt;BR /&gt;Exeuted below steps.&lt;BR /&gt;#/usr/dt/bin/dtconfig -e&lt;BR /&gt;# /sbin/init.d/dtlogin.rc stop&lt;BR /&gt;# /sbin/init.d/dtlogin.rc start&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=10.37.93.100:0&lt;BR /&gt;Still same problem....&lt;/P&gt;&lt;P&gt;&amp;nbsp;# grep -i 177 /etc/services&lt;BR /&gt;xdmcp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 177/tcp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # X Display Manager Control Protocol&lt;BR /&gt;xdmcp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 177/udp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # X Display Manager Control Protocol&lt;/P&gt;&lt;P&gt;Please suggest..&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Dec 2011 14:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/5415419#M477179</guid>
      <dc:creator>unix_3608</dc:creator>
      <dc:date>2011-12-12T14:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Xmanager  Can't open display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/5415759#M477186</link>
      <description>&lt;P&gt;&amp;gt;Error: Can't open display: 10.37.93.100:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where/what is 10.37.93.100?&amp;nbsp; Do you have an Xserver running there?&lt;/P&gt;&lt;P&gt;Also, I typically have to use:&amp;nbsp; ... :0.0&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 20:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-when-start-cde-from-reflection-x/m-p/5415759#M477186</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-12-12T20:52:07Z</dc:date>
    </item>
  </channel>
</rss>

