<?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: Received unhandled signal: 15 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953039#M788511</link>
    <description>hi Leon,&lt;BR /&gt;&lt;BR /&gt;did you install any patch or other software recently?&lt;BR /&gt;&lt;BR /&gt;also, did you change any kernel parameters recently?&lt;BR /&gt;&lt;BR /&gt;I would also check my syslog file and run a "analyze table ... validate structure" on the tables (if feasible) or do a full database export to make sure there is no form of data corruption somewhere....&lt;BR /&gt;&lt;BR /&gt;also, make sure your backups are up to date and you can perform recovery successfully on your backup server.&lt;BR /&gt;&lt;BR /&gt;take all your precautions&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Tue, 17 Jan 2006 23:56:24 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2006-01-17T23:56:24Z</dc:date>
    <item>
      <title>Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953035#M788507</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;On Friday, 13th, for the first time ever, oracle crashed! Impossible? But True!&lt;BR /&gt;&lt;BR /&gt;HPUX 11i on Rp5430 with reasonably up-to-date pathes and NO sign of any OS or HW problems what so ever.&lt;BR /&gt;--&amp;gt;swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     4194304       0 4194304    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     4194304 1078712 3115592   26%       0       -    0  /dev/vg08/lvol01&lt;BR /&gt;localfs 1048576       0 1048576    0% 1048576       0    1  /u02/paging&lt;BR /&gt;reserve       - 4738696 -4738696&lt;BR /&gt;memory  3300728  926748 2373980   28%&lt;BR /&gt;root@cis1: in /home/root&lt;BR /&gt;&lt;BR /&gt;Suddenly, with out any warning, and with NOTHING logged anywhere (no alert.log, lsnr.log, anything), ALL the oracle processes, both system and user, terminated! Very drastic and severe!.&lt;BR /&gt;&lt;BR /&gt;The only trace left behind were 100's small trace files in the udump and bdump directories, one for each of the terminated processes. These trace files all look like:&lt;BR /&gt;/u01/app/oracle/admin/csccis/bdump/csccis_s000_20366.trc&lt;BR /&gt;Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production&lt;BR /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;BR /&gt;JServer Release 9.2.0.6.0 - Production&lt;BR /&gt;ORACLE_HOME = /u01/app/oracle/product/920&lt;BR /&gt;System name: HP-UX&lt;BR /&gt;Node name: cis1&lt;BR /&gt;Release: B.11.11&lt;BR /&gt;Version: U&lt;BR /&gt;Machine: 9000/800&lt;BR /&gt;Instance name: csccis&lt;BR /&gt;Redo thread mounted by this instance: 1&lt;BR /&gt;Oracle process number: 11&lt;BR /&gt;Unix process pid: 20366, image: oracle@cis1 (S000)&lt;BR /&gt;&lt;BR /&gt;*** 2006-01-17 10:11:46.631&lt;BR /&gt;Received unhandled signal: 15, code=800003ffbfff68e8&lt;BR /&gt;Terminating.&lt;BR /&gt;&lt;BR /&gt;I've logged a call on Friday, but Oracle are still scratching there heads.&lt;BR /&gt;&lt;BR /&gt;I'm not the only one in the world who has experienced this either - see metalink doc id's 608324.999, 573563.994, and several others. There are no useful responses to these metalink article.&lt;BR /&gt;&lt;BR /&gt;Is there anyone out there with any clues?&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Leon Allen&lt;BR /&gt;Caboolture, Australia&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 17:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953035#M788507</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-01-17T17:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953036#M788508</link>
      <description>The most like explanation is that Oracle did indeed receive a signal. The default signal (SIGTERM = 15) make this even more likely. Only a privildged user could signal these processes so an ordinary user doing a kill PID could not do this. What could be happening is a kill -15 -PGID which would send a SIGTERM to all members of a process group. It's possible that you have an accidental kill or you may have a cron'ed or at'ed script that looks for "dead" processes.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 18:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953036#M788508</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-17T18:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953037#M788509</link>
      <description>Apologies for my poor spelling/typing above.&lt;BR /&gt;&lt;BR /&gt;I forgot to mention, the silly thing crashed again yesterday, exactly the same symptoms. That's twice now in as many (work) days. I'm stating to really worry now.&lt;BR /&gt;&lt;BR /&gt;On Friday, it was a quite afternnon - not too much activity at all. Yesterday was a normal morning.&lt;BR /&gt;&lt;BR /&gt;To restart after the crash, I have to do&lt;BR /&gt;&lt;BR /&gt;sqlplus /nolog&lt;BR /&gt;connect / as sysdba&lt;BR /&gt;shutdown abort&lt;BR /&gt;startup open&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;lsnrctl start&lt;BR /&gt;agntctl start&lt;BR /&gt;&lt;BR /&gt;ie the listener process and agent process seem to crash as well.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Leon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 18:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953037#M788509</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-01-17T18:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953038#M788510</link>
      <description>Thanks for your prompt reply Clay.&lt;BR /&gt;&lt;BR /&gt;Given the none-specific times, I haven't suspected a cron job. (pm. one day, am. two days later).&lt;BR /&gt;&lt;BR /&gt;I've check .sh history of root and oracle to see if there was any funny business going on - but did not detect anything.&lt;BR /&gt;&lt;BR /&gt;I might do a cat or string * | grep -l kill (or something like that) to see if anything has been scripted, but that is most unlikely (there is really only me here).&lt;BR /&gt;&lt;BR /&gt;I think the crashes are genuine (cf accidental or malicious)</description>
      <pubDate>Tue, 17 Jan 2006 18:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953038#M788510</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-01-17T18:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953039#M788511</link>
      <description>hi Leon,&lt;BR /&gt;&lt;BR /&gt;did you install any patch or other software recently?&lt;BR /&gt;&lt;BR /&gt;also, did you change any kernel parameters recently?&lt;BR /&gt;&lt;BR /&gt;I would also check my syslog file and run a "analyze table ... validate structure" on the tables (if feasible) or do a full database export to make sure there is no form of data corruption somewhere....&lt;BR /&gt;&lt;BR /&gt;also, make sure your backups are up to date and you can perform recovery successfully on your backup server.&lt;BR /&gt;&lt;BR /&gt;take all your precautions&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 17 Jan 2006 23:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953039#M788511</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-01-17T23:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953040#M788512</link>
      <description>I do not how feasible this could be. But how about enabling the auditing and monitoring the kill call only??</description>
      <pubDate>Wed, 18 Jan 2006 00:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953040#M788512</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-18T00:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953041#M788513</link>
      <description>Thanks Yog. No recent changes. A nightly export of the database is done. This indicates no corruptions (it would fair if there was). I will do the analyse.&lt;BR /&gt;&lt;BR /&gt;And thanks RAC; yes, Clays perspective on it was interesting, and did get me thinking. Thinking so much my brain started to hurt, and I did just yesterday turn on auditing of processes, including kill, via sam. I checked what accounts could potetially initiate a kill - we have a GIS account which is a member of the dba group, which through the gis application (ArcSDE) can execute a range of commands. I'm going to keep an eye on this, for if it happens again.</description>
      <pubDate>Wed, 18 Jan 2006 17:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953041#M788513</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-01-18T17:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953042#M788514</link>
      <description>I don't know that tusc could show the origin of the SIGTERM but you could try hanging a tusc off of one of the processes  - if all the processes were dying with SIGTERMs indeed perhaps the pgroup got it, or maybe a main parent process got upset and decided to take-out the entire family.&lt;BR /&gt;&lt;BR /&gt;IIRC there are ways to register signal handlers such that they can be given a siginfo_t structure that includes information about the origin of the signal.  Perhaps Oracle could create a "bugcatcher" that does this if there is no convenient auditing mechanism available.</description>
      <pubDate>Wed, 18 Jan 2006 20:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953042#M788514</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-01-18T20:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953043#M788515</link>
      <description>Thanks Rick - I'll look into your suggestions.&lt;BR /&gt;&lt;BR /&gt;The audit trail so far (oracle user)&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;audisp -c kill -u oracle /u03/.secure/etc/audfile4&lt;BR /&gt;users and aids:&lt;BR /&gt;oracle&lt;BR /&gt;12&lt;BR /&gt;Selected the following events:&lt;BR /&gt;37&lt;BR /&gt;All ttys are selected.&lt;BR /&gt;Selecting successful &amp;amp; failed events.&lt;BR /&gt;TIME              PID E  EVENT   PPID    AID       RUID       RGID       EUID       EGID TTY&lt;BR /&gt;&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;060118 14:41:22 17288 S     37  17287     12        102        102        102        102 pts/tf&lt;BR /&gt;[ Event=kill; User=oracle; Real Grp=dba; Eff.Grp=dba;  ]&lt;BR /&gt;&lt;BR /&gt;     RETURN_VALUE 1 = 0;&lt;BR /&gt;     PARAM #1 (int) = 0&lt;BR /&gt;     PARAM #2 (int) = 15&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;060118 14:41:22 17288 S     37  17287     12        102        102        102        102 pts/tf&lt;BR /&gt;[ Event=kill; User=oracle; Real Grp=dba; Eff.Grp=dba;  ]&lt;BR /&gt;&lt;BR /&gt;     RETURN_VALUE 1 = 0;&lt;BR /&gt;     PARAM #1 (int) = 0&lt;BR /&gt;     PARAM #2 (int) = 26&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;root@cis1: in /home/root&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There are a lot more 'kill's' by root. I presue this is all normal (oracle hasn't crashed again yet), and I might see an 'exception' in this audit log if / when it does crash.&lt;BR /&gt;&lt;BR /&gt;What does the above data tell me? PARAM #1 looks like a pid, and PARAM #2 looks like a signum? (opposite order for the actual kill comamnd parameters)</description>
      <pubDate>Wed, 18 Jan 2006 21:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953043#M788515</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-01-18T21:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953044#M788516</link>
      <description>i'm not overly familliar with the auditing stuff - is it auditing the "kill" command or is it auditing the kill system call, or both?</description>
      <pubDate>Wed, 18 Jan 2006 21:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953044#M788516</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-01-18T21:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953045#M788517</link>
      <description>I suspect just the system call  :-(&lt;BR /&gt;Other processes in this category with kill  are exit, fork, mlock........</description>
      <pubDate>Wed, 18 Jan 2006 21:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953045#M788517</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-01-18T21:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953046#M788518</link>
      <description>Given that the kill command uses the kill system call, auditing the system call is goodness.  If it were only auditing the command that would leave the big gaping hole.</description>
      <pubDate>Thu, 19 Jan 2006 12:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953046#M788518</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-01-19T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953047#M788519</link>
      <description>Hi Leon,&lt;BR /&gt;&lt;BR /&gt;To receive a default signal (SIGTERM = 15) would mean it was issued by a user with top level access. I would begin by checking there are no cron jobs running.&lt;BR /&gt;&lt;BR /&gt;Is this second crash at about the same time as the previous. Also check the the alert log.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Simon</description>
      <pubDate>Thu, 19 Jan 2006 12:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953047#M788519</guid>
      <dc:creator>Simon Wickham_6</dc:creator>
      <dc:date>2006-01-19T12:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953048#M788520</link>
      <description>Different times, 1st one 15:30; 2nd time 10:11.&lt;BR /&gt;&lt;BR /&gt;Nothing what-so-ever in the alert log pertaining to this.&lt;BR /&gt;&lt;BR /&gt;Specifically, what priviledged accout?&lt;BR /&gt;&lt;BR /&gt;root, for sure.&lt;BR /&gt;&lt;BR /&gt;Could the oracle account kill all the processes in a group?&lt;BR /&gt;&lt;BR /&gt;Could another user, a member of the dba group, kill all the processes in a process group?&lt;BR /&gt;&lt;BR /&gt;What is the best way to monitor / capture this info? (I've already turned auditing of kill process on through sam)&lt;BR /&gt;&lt;BR /&gt;My gut feel is still it's a genuie crash - there are other cases of this problem on metalink - but no resolution for it detailed.&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Thu, 19 Jan 2006 21:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953048#M788520</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-01-19T21:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953049#M788521</link>
      <description>Hi Leon,&lt;BR /&gt;&lt;BR /&gt;Do you have any core dumps or are there any Oracle ora-&lt;NUMBER&gt; messagges. I would point out it may be worth now enabling tracing and going from there. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Simon&lt;/NUMBER&gt;</description>
      <pubDate>Fri, 20 Jan 2006 05:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953049#M788521</guid>
      <dc:creator>Simon Wickham_6</dc:creator>
      <dc:date>2006-01-20T05:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Received unhandled signal: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953050#M788522</link>
      <description>I have turned on some tracing, as per recommendations above, and waited for the problem to occurr again. Well, it has happened again (7/2/2006 14:11) - all oracle processes killed with sig 15. I am closing this thread and opening a new one in the hope of understanding what the auditing is telling me, and how I might take the next step towards resolving this problem.</description>
      <pubDate>Tue, 07 Feb 2006 00:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/received-unhandled-signal-15/m-p/4953050#M788522</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-02-07T00:58:50Z</dc:date>
    </item>
  </channel>
</rss>

