Linux Process


 
Thread Tools Search this Thread
Operating Systems Linux Linux Process
# 1  
Old 08-03-2011
Linux Process

Dear all,

I have a Oracle BI server process which is running in one linux machine.

But the process gets killed itself automatically once every 3 days .

It has a DB connection with another server.

Is there any way to find out what is the reason behind this process kill.

And also becaue of this users could not login in to the application.


Regards
Rj
# 2  
Old 08-03-2011
If it is like clockwork, perhaps some overhead process thinks it is hung or has exhausted some rationed resource. Check for core files, and if found, get a stack trace from them with a debug tool. If you know when it will be killed, run strace/truss/tusc on it just before (since the trace overhead is high) to see where the killing signal comes from.
# 3  
Old 08-05-2011
Thanks DGPickett. I am also trying to do work on that.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Linux process exit

friends when I call to a procedure where DBMS_OUTPUT.PUT_LINE bd are having the procedure? (4 Replies)
Discussion started by: tricampeon81
4 Replies

2. UNIX for Advanced & Expert Users

Linux Swapping - identifying the process

Hi I ran the command vmstat -s , the output is below 2335876 total memory 2307284 used memory 902984 active memory 953180 inactive memory 28592 free memory 445848 buffer memory 1234196 swap cache 779872 total swap ... (3 Replies)
Discussion started by: rakeshkumar
3 Replies

3. Emergency UNIX and Linux Support

Monitoring progress of a process in Linux server

Hi friends, I am quite used to using glance in HPUX servers for analysis performance issues with a particular process as requested by app. folks. The options which are very helpful to me are the "F" , "W" , "L" stats. How can i get the similar details on Linux servers without using glance?... (2 Replies)
Discussion started by: kunwar
2 Replies

4. Red Hat

Linux Boot Process

Explain Linux Boot Process??? (1 Reply)
Discussion started by: tejaschache
1 Replies

5. UNIX for Advanced & Expert Users

[Linux] How much time a process waited for CPU?

Hi, Is it possible in Linux to find out how much time a process waited for CPU? In Solaris we can see it in prstat. Thanks (1 Reply)
Discussion started by: sant
1 Replies

6. UNIX for Advanced & Expert Users

Getting the process ID of the terminal in Unix/Linux

Hi, How can we get the process id of the terminal we are using? When we logged in to unix, we have an associated terminal. we can use "tty" command to get the terminal we are using like: /dev/pts/0 I want to know the process id of this terminal. Please reply as I searched a lot but I... (8 Replies)
Discussion started by: crazybisu
8 Replies

7. Programming

How to start a process in linux using C program??

I have a set of attributes such as group id,group name,etc related to a linux process. Iwant to know how to start a process in linux using C program.Plz do help me. (3 Replies)
Discussion started by: vigneshinbox
3 Replies

8. UNIX for Advanced & Expert Users

Status of a Linux process

All, I have fair amount of knowledge about shell scripting, but only liitle on system administration. I would like to know how to analyze whether the particular linux process is alive or not ? If it is alive, will it affect the performace of other process ?. Also is it still consuming... (1 Reply)
Discussion started by: apsprabhu
1 Replies

9. Linux

image process under linux

hello, i am going to work on image process under linux ... can someone give me some advices? really thank you! (1 Reply)
Discussion started by: kangc
1 Replies

10. Linux

Linux process info

Hello, I had a back job scheduled to run at 2 am in the morning in my crontab. I found out that the job did not initiate and there were no logs dumped as to the reason for the failure to initiate. I found the process had started but failed to trigger the job and it had actually hung because it... (2 Replies)
Discussion started by: nayeemmz
2 Replies
Login or Register to Ask a Question