<?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: xserver problem.. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604494#M620033</link>
    <description>&amp;gt;want to know the error log where it is lcoation in "Hp Unix" why and where it is struck?&lt;BR /&gt;&lt;BR /&gt;According to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B14100_14/install.1012/install/ts.htm#BABDGGBH" target="_blank"&gt;http://download.oracle.com/docs/cd/B14100_14/install.1012/install/ts.htm#BABDGGBH&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;The configuration assistants write log files in the ORACLE_HOME/cfgtoollogs directory.&lt;BR /&gt;&lt;BR /&gt;Note that if you want to access the log files created by the configuration assistants, you need to exit the installer first. The log files are inaccessible if the installer is still in use.&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
    <pubDate>Mon, 22 Mar 2010 09:31:26 GMT</pubDate>
    <dc:creator>Horia Chirculescu</dc:creator>
    <dc:date>2010-03-22T09:31:26Z</dc:date>
    <item>
      <title>xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604489#M620028</link>
      <description>Hi all,&lt;BR /&gt;My xserver software (xming) was working fine on my HP-UX V3. But x-manager throws the error XDCMP connection failed.&lt;BR /&gt;I issue the follwing command on my Unix server by reading a thread&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep '10.1.0.45.6000'&lt;BR /&gt;&lt;BR /&gt;after this my xming (which is working before) is not working after i set the "export DISPLAY 10.1.0.45:0.0).&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;Regards,&lt;BR /&gt;Zishan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2010 06:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604489#M620028</guid>
      <dc:creator>Zishan</dc:creator>
      <dc:date>2010-03-22T06:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604490#M620029</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Your Xming server is up and running? Do you have any firewall blocking connections between your HP-UX and the XServer?&lt;BR /&gt;&lt;BR /&gt;You can test the connection like this:&lt;BR /&gt;&lt;BR /&gt;connect to HP-UX (through SSH/telnet/whatever) and issue&lt;BR /&gt;&lt;BR /&gt;telnet 10.1.0.45 6000&lt;BR /&gt;&lt;BR /&gt;You should get a connection if the setup is Ok.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 22 Mar 2010 07:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604490#M620029</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-22T07:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604491#M620030</link>
      <description>&amp;gt;&amp;gt;throws the error XDCMP connection failed.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;what error ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2010 07:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604491#M620030</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-22T07:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604492#M620031</link>
      <description>If you use XDCMP to set up your X connection, this means your workstation will first attempt to connect to the HP-UX system's port TCP/177.&lt;BR /&gt;&lt;BR /&gt;If the XDCMP service is enabled, the dtlogin process will be listening on that port and will set up an X connection and begin the GUI login procedure.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; netstat -an | grep '10.1.0.45.6000'&lt;BR /&gt;&lt;BR /&gt;This command will look for already-existing X connections to workstation at IP address 10.1.0.45. If your XDCMP connection fails, you don't have a X connection, so the command should return nothing.&lt;BR /&gt;&lt;BR /&gt;If 10.1.0.45 is not the IP address of your workstation, setting DISPLAY to 10.1.0.45:0.0 is not going to do anything useful.&lt;BR /&gt;&lt;BR /&gt;In HP-UX 11.31, the dtlogin is not enabled in the default installation. You may have to install some extra filesets from your HP-UX 11.31 installation DVDs to enable it. See the HP-UX 11.31 Release Notes.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 22 Mar 2010 07:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604492#M620031</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-03-22T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604493#M620032</link>
      <description>Hello Horia,&lt;BR /&gt;Yes xming server is up. And now its working. My problem is now when I m going to install oracle database throgh "Daatabase Configuration Assistant" dbca it struck at the end. I want to know the error log where it is lcoation in "Hp Unix" why and where it is struck?&lt;BR /&gt;-Another xmanager throws an error "XDCMP connection failed".I want to run Xmanager due to its error log availability. &lt;BR /&gt;&lt;BR /&gt;Any help would be appreaciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 22 Mar 2010 08:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604493#M620032</guid>
      <dc:creator>Zishan</dc:creator>
      <dc:date>2010-03-22T08:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604494#M620033</link>
      <description>&amp;gt;want to know the error log where it is lcoation in "Hp Unix" why and where it is struck?&lt;BR /&gt;&lt;BR /&gt;According to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B14100_14/install.1012/install/ts.htm#BABDGGBH" target="_blank"&gt;http://download.oracle.com/docs/cd/B14100_14/install.1012/install/ts.htm#BABDGGBH&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;The configuration assistants write log files in the ORACLE_HOME/cfgtoollogs directory.&lt;BR /&gt;&lt;BR /&gt;Note that if you want to access the log files created by the configuration assistants, you need to exit the installer first. The log files are inaccessible if the installer is still in use.&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 22 Mar 2010 09:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604494#M620033</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-22T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604495#M620034</link>
      <description>Hello Horia,&lt;BR /&gt;&lt;BR /&gt;I exit the DBCA but there is no error fle created regarding DBCA there.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 22 Mar 2010 10:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604495#M620034</guid>
      <dc:creator>Zishan</dc:creator>
      <dc:date>2010-03-22T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604496#M620035</link>
      <description>Do you have this directory:&lt;BR /&gt;&lt;BR /&gt;ORACLE_HOME\cfgtoollogs\&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Check the permissions (just to be sure chmod -R a+rw cfgtoollogs)&lt;BR /&gt;&lt;BR /&gt;Horia?&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2010 12:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604496#M620035</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-22T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: xserver problem..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604497#M620036</link>
      <description>Here it is a list with all the logs availlable&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B15905_03/install.1012/install/config_assistants.htm#BEIIIICE" target="_blank"&gt;http://download.oracle.com/docs/cd/B15905_03/install.1012/install/config_assistants.htm#BEIIIICE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 22 Mar 2010 12:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xserver-problem/m-p/4604497#M620036</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-22T12:33:50Z</dc:date>
    </item>
  </channel>
</rss>

