Let’s say i have 15 processes/daemons running in the background.
let’s say one of the process has dumped the core.
how could i identify which process has dumped the core.
i am using hpux!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1) If processes have the same name then I think you have to run them from different folders. If a process dumps a core you will get it in its folder.
I don’t know how you start them. If you use
&to start a process then you can use$!to get PID of the last started daemon process and thus save the PID of the process in its folder.Or you can take a look at the log of your daemon in this folder and get PID of the process in this folder from there.
2) If you run different applications you can use
file ./coreto find out the name of the application.Updated:
3) Have just read about this:
Run first
coreadm -p core.%p.%f.%t.%nor put this command in your profile.And then if an application coredumps you will see a core file with name
core.<PID>.<Application-Name>.<Timestamp>.<Server>. For example:core.29305.main.1278939422:531259.srv2-rx8