<?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 tnsping  failed .. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012017#M426668</link>
    <description>Hi ..&lt;BR /&gt;i'm trying to start sap into HP-9000 server.&lt;BR /&gt;&lt;BR /&gt;the log indicates:&lt;BR /&gt;&lt;BR /&gt;UNIX1: SERVER1adm 4&amp;gt; more /home/SERVER1adm/startdb.log&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;LOGFILE FOR STARTING ORACLE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;checking required environment variables&lt;BR /&gt;&lt;BR /&gt;ORACLE_HOME  is &amp;gt;/oracle/SERVER1&amp;lt;&lt;BR /&gt;ORACLE_SID   is &amp;gt;SERVER1&amp;lt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;check initora&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;check initora&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;checking V2 connect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TNS Ping Utility for HPUX: Version 2.3.4.0.0 - Production on 02-NOV-06 22:21:44&lt;BR /&gt;&lt;BR /&gt;Copyright (c) Oracle Corporation 1995.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;TNS-03505: Failed to resolve name&lt;BR /&gt;V2 connect is not available. Terminating&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:45 CST 2006&lt;BR /&gt;/usr/sap/SERVER1/SYS/exe/run/startdb: Terminating with error code 4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;why ?</description>
    <pubDate>Thu, 02 Nov 2006 23:32:36 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2006-11-02T23:32:36Z</dc:date>
    <item>
      <title>tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012017#M426668</link>
      <description>Hi ..&lt;BR /&gt;i'm trying to start sap into HP-9000 server.&lt;BR /&gt;&lt;BR /&gt;the log indicates:&lt;BR /&gt;&lt;BR /&gt;UNIX1: SERVER1adm 4&amp;gt; more /home/SERVER1adm/startdb.log&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;LOGFILE FOR STARTING ORACLE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;checking required environment variables&lt;BR /&gt;&lt;BR /&gt;ORACLE_HOME  is &amp;gt;/oracle/SERVER1&amp;lt;&lt;BR /&gt;ORACLE_SID   is &amp;gt;SERVER1&amp;lt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;check initora&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;check initora&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:44 CST 2006&lt;BR /&gt;checking V2 connect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TNS Ping Utility for HPUX: Version 2.3.4.0.0 - Production on 02-NOV-06 22:21:44&lt;BR /&gt;&lt;BR /&gt;Copyright (c) Oracle Corporation 1995.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;TNS-03505: Failed to resolve name&lt;BR /&gt;V2 connect is not available. Terminating&lt;BR /&gt;&lt;BR /&gt;------------------------------ Thu Nov 2 22:21:45 CST 2006&lt;BR /&gt;/usr/sap/SERVER1/SYS/exe/run/startdb: Terminating with error code 4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;why ?</description>
      <pubDate>Thu, 02 Nov 2006 23:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012017#M426668</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-11-02T23:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012018#M426669</link>
      <description>&lt;BR /&gt;Did it ever work? &lt;BR /&gt;If yes, what changed recently?&lt;BR /&gt;&lt;BR /&gt;Did someone muck with tnsnames.ora? &lt;BR /&gt;nodename / ip-addresses changed improperly?&lt;BR /&gt;&lt;BR /&gt;Is the listener running (ps -ef | grep ora)&lt;BR /&gt;&lt;BR /&gt;Is the DB running (does not yet have to)&lt;BR /&gt;&lt;BR /&gt;Can you start listener + oracle manually?&lt;BR /&gt;- su - oraXXX&lt;BR /&gt;- lsnrctl start&lt;BR /&gt;- lsnrctl status&lt;BR /&gt;- sqlplus "/ as sysdba"&lt;BR /&gt;&amp;gt; startup&lt;BR /&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2006 00:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012018#M426669</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-11-03T00:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012019#M426670</link>
      <description>try starting the listener manually as explained by Hein and then run the sap startup script it should be fine.</description>
      <pubDate>Fri, 03 Nov 2006 00:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012019#M426670</guid>
      <dc:creator>javedk</dc:creator>
      <dc:date>2006-11-03T00:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012020#M426671</link>
      <description>Problem continues ..&lt;BR /&gt;when i run:&lt;BR /&gt;&lt;BR /&gt;UNIX1:SERVER1adm 6&amp;gt; startsap&lt;BR /&gt;&lt;BR /&gt;Starting SAP-Collector Daemon &lt;BR /&gt;------------------------------&lt;BR /&gt;Collector already running ... don't launch&lt;BR /&gt; saposcol already running&lt;BR /&gt;&lt;BR /&gt;Checking SAP R/3 SERVER1CP Database&lt;BR /&gt;------------------------------&lt;BR /&gt; Database is not available via /usr/sap/SERVER1CP/SYS/exe/run/R3trans -d -w&lt;BR /&gt;&lt;BR /&gt;Starting SAP R/3 SERVER1CP1 Database&lt;BR /&gt;------------------------------&lt;BR /&gt; Startup-Log is written to /home/SERVER1cpadm/startdb.log&lt;BR /&gt;&lt;BR /&gt;No SQL*Net V2 connect to SERVER1CP available.&lt;BR /&gt;Check that the listener is running: "lsnrctl status".&lt;BR /&gt;Start the listener as user oraXXX: "lsnrctl start".&lt;BR /&gt;&lt;BR /&gt; Database startup failed!&lt;BR /&gt; See /home/SERVER1cpadm/startdb.log for details&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if i run lsnrctl status is showed the process running !!!!&lt;BR /&gt;&lt;BR /&gt;why indicate that it isnot running !!!!&lt;BR /&gt;&lt;BR /&gt;help please&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 03 Nov 2006 01:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012020#M426671</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-11-03T01:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012021#M426672</link>
      <description>could you please provide the output for &lt;BR /&gt;ps -ef|grep ora |more</description>
      <pubDate>Fri, 03 Nov 2006 01:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012021#M426672</guid>
      <dc:creator>Dinesh S Devan</dc:creator>
      <dc:date>2006-11-03T01:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012022#M426673</link>
      <description>this is the output:&lt;BR /&gt;&lt;BR /&gt;/oracle/SERVER1CP/bin/tnslsnr LISTENER -inherit&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 03 Nov 2006 10:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012022#M426673</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-11-03T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012023#M426674</link>
      <description>So you do have a defautl listener going.&lt;BR /&gt;Now what is it listening to?&lt;BR /&gt;&lt;BR /&gt;'lsnrctl status' will help with that.&lt;BR /&gt;It will point to a listener.ora file.&lt;BR /&gt;Type that out. Does it look ok? &lt;BR /&gt;Specifically look for the instance and node names.&lt;BR /&gt;&lt;BR /&gt;The status report will also point to the listener log file. Tail that! Any surprises?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Did it ever work ?&lt;BR /&gt;&lt;BR /&gt;- When did it stop working ?&lt;BR /&gt;&lt;BR /&gt;- What changed ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2006 11:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012023#M426674</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-11-03T11:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012024#M426675</link>
      <description>when i start the listener process that works o.k ... if i stop that works well&lt;BR /&gt;&lt;BR /&gt;configuration file have not changed some years ago&lt;BR /&gt;&lt;BR /&gt;ther is a message into syslog.log  i do not know if that has something to see with the problem that i have with the listener&lt;BR /&gt;syslog.log reports:&lt;BR /&gt;&lt;BR /&gt;WARNING: Cluster lock on disk /dev/dsk/c0t2d1 is missing!&lt;BR /&gt;Until it is fixed, a single failure could&lt;BR /&gt;cause all nodes in the cluster to crash&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please, help ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012024#M426675</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-11-03T12:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: tnsping  failed ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012025#M426676</link>
      <description>The solution was update tnsmnames.ora file .. putting correct name&lt;BR /&gt;&lt;BR /&gt;thanks all</description>
      <pubDate>Sat, 04 Nov 2006 17:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsping-failed/m-p/5012025#M426676</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-11-04T17:26:23Z</dc:date>
    </item>
  </channel>
</rss>

