473,394 Members | 1,765 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

EDU process dieing

We have a program running on AIX and uses DB/2. Every once in a while,
while our program is just running along, DB/2 dies due to a signal 9
being sent to one of the EDU processes:

2006-11-14-12.26.23.442685+000 E396314C794 LEVEL: Severe
PID : 72190 TID : 1 PROC : db2ipccm 0
INSTANCE: hdbuser NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloEDUSIGCHLDHandler,
probe:50
DATA #1 : <preformatted>
Detected the death of an EDU with process id 141222
The signal number that terminated this process was 9
Look for trap files (t141222.*) in the dump directory
CALLSTCK:
[0] 0xD4141828 sqloEDUSIGCHLDHandler__FiP9siginfo_tPv + 0x220
[1] 0x00000000 ?unknown + 0x0
[2] 0x00000000 ?unknown + 0x0
[3] 0x00000000 ?unknown + 0x0
[4] 0x00000000 ?unknown + 0x0
[5] 0x00000000 ?unknown + 0x0
[6] 0x00000000 ?unknown + 0x0
[7] 0x00000000 ?unknown + 0x0
[8] 0x00000000 ?unknown + 0x0
[9] 0x00000000 ?unknown + 0x0

DB/2 support is no help on this as they just say someone is sending
them the signal. We have no code to send this signal to a DB/2 process
and nobody is killing anything from the command line. Our process is
just running along accessing the database. So, we are stuck unless we
can somehow trace who might be doing this.

Is there something we can set up in DB/2 or AIX that would help us
determine who is sending this signal?

Thanks for any help or suggestions.

Nov 21 '06 #1
7 2356
Also, levels are:

AIX 5.3.0.50
DB/2 8.1.1.120 FixPak 13

Nov 21 '06 #2
soccertl wrote:
We have a program running on AIX and uses DB/2. Every once in a while,
while our program is just running along, DB/2 dies due to a signal 9
being sent to one of the EDU processes:

2006-11-14-12.26.23.442685+000 E396314C794 LEVEL: Severe
PID : 72190 TID : 1 PROC : db2ipccm 0
INSTANCE: hdbuser NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloEDUSIGCHLDHandler,
probe:50
DATA #1 : <preformatted>
Detected the death of an EDU with process id 141222
The signal number that terminated this process was 9
Look for trap files (t141222.*) in the dump directory
Have you such trap files in the dump directory? If so, what's the content?
DB/2 support is no help on this as they just say someone is sending
them the signal.
Right. DB2 (not DB/2!) doesn't send the SIGKILL signal to its processes.
So someone else must be doing this and you should figure out what's going
on in your environment.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Nov 21 '06 #3

Knut Stolze wrote:
>
Have you such trap files in the dump directory? If so, what's the content?
No. Those files do not exist. DB2 support said they would not be there
for some reason I can't remember.
Right. DB2 (not DB/2!) doesn't send the SIGKILL signal to its processes.
So someone else must be doing this and you should figure out what's going
on in your environment.
Right. The problem is trying to figure out who that "someone else" is
since our code doesn't send SIGKILL to DB2 processes either. I was just
wondering if someone had any insight into what I could use to track
this down.

Nov 21 '06 #4

Knut Stolze wrote:
Right. DB2 (not DB/2!)
And sorry. I was used to the OS/2 world where it was DB2/2 and I have a
hard time removing the '/'. :)

Nov 21 '06 #5
I would ask your UNIX admins whether they have a way to trace who issues
"kill -9" commands.

Larry Edelstein

soccertl wrote:
Knut Stolze wrote:
>>Have you such trap files in the dump directory? If so, what's the content?


No. Those files do not exist. DB2 support said they would not be there
for some reason I can't remember.

>>Right. DB2 (not DB/2!) doesn't send the SIGKILL signal to its processes.
So someone else must be doing this and you should figure out what's going
on in your environment.


Right. The problem is trying to figure out who that "someone else" is
since our code doesn't send SIGKILL to DB2 processes either. I was just
wondering if someone had any insight into what I could use to track
this down.
Nov 21 '06 #6
A quick & dirty way to do this is to replace the kill command with a
script that logs the date, time, and user then issues the kill command.
If the user doing this is using sudo to execute the kill command, then
you'll need to check the appropriate sudo logs.

Your UNIX administrator should be able to do this in less than 10 min.

Phil Sherman
Larry wrote:
I would ask your UNIX admins whether they have a way to trace who issues
"kill -9" commands.

Larry Edelstein

soccertl wrote:
>Knut Stolze wrote:
>>Have you such trap files in the dump directory? If so, what's the
content?


No. Those files do not exist. DB2 support said they would not be there
for some reason I can't remember.

>>Right. DB2 (not DB/2!) doesn't send the SIGKILL signal to its
processes.
So someone else must be doing this and you should figure out what's
going
on in your environment.


Right. The problem is trying to figure out who that "someone else" is
since our code doesn't send SIGKILL to DB2 processes either. I was just
wondering if someone had any insight into what I could use to track
this down.
Nov 23 '06 #7

Phil Sherman wrote:
A quick & dirty way to do this is to replace the kill command with a
script that logs the date, time, and user then issues the kill command.
If the user doing this is using sudo to execute the kill command, then
you'll need to check the appropriate sudo logs.
Thanks for the idea. I will check with our AIX install developers.
Your UNIX administrator should be able to do this in less than 10 min.
There is no UNIX administrator. This is a development lab with
development machines. We have developers in charge of the AIX install
but that is as close as we come. I can ask them to look into doing your
suggestion.

Nov 28 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sean | last post by:
I can connect to a machine remotely with no problems but I'm having trouble trying to create a process remotely. Initially this was a perl and VB script which I'm converting to python. Its entire...
0
by: Justin Johnson | last post by:
Hello, I was wondering if anyone has seen this behavior before for the process.py module available at http://starship.python.net/crew/tmick/. I've been using it quite well on windows 2000...
1
by: Peter Åstrand | last post by:
There's a new PEP available: PEP 324: popen5 - New POSIX process module A copy is included below. Comments are appreciated. ---- PEP: 324 Title: popen5 - New POSIX process module
11
by: Mike M | last post by:
Is it possible? In the parent process, I have a socket that binds, listens and then accepts new connections (which creates new sockets in the process). I want to be able to pass some of these new...
12
by: serge calderara | last post by:
Dear all, I have an application which is suppose to start another executable process. As soon as that process is running, I need to retrive its handle. The problem of the particular process I am...
10
by: Sorin Dolha [MCSD .NET] | last post by:
I would like to start a process from C# code as another user. The C# code is executed as the ASPNET user because it relies in a Web Page class, and I would like that the process will run as another...
1
by: guy | last post by:
when debugging a winforms vb.net 2005 app sometimes if i change the code it buils ok but when running fails with a failure to copy the exe. on checking with task manager there si a process still...
11
by: Jon Davis | last post by:
Does anyone know why using System.Diagnostics.Process to "wrap" a console application does not always transmit the I/O, depending on what processes you're trying to "consume"? PowerShell, for...
4
by: =?Utf-8?B?U3Jhag==?= | last post by:
There is a process A that launches process B as a COM object. If the User tries to end process A, process B should also end. But vice versa is not true. Process A can run independant of process. It...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.