![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sybase Process Killed - How to identify | dinjo_jo | Shell Programming and Scripting | 2 | 08-13-2009 05:23 AM |
| how to run a killed process | suresh_rtp | SUN Solaris | 8 | 07-31-2009 07:51 AM |
| how to delay a process from getting killed | cijkmysj | High Level Programming | 1 | 01-29-2009 08:21 AM |
| Who is the parent of a killed process ? | Puntino | UNIX for Dummies Questions & Answers | 6 | 05-13-2008 04:50 AM |
| process not getting killed | finster | UNIX for Dummies Questions & Answers | 5 | 03-26-2005 01:26 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
LDAP process getting killed
Hi all,
Currently I am using LDAP to store some network related data, When I run following script Code:
./ns-slapd ldif2db As far as I know, a process can be killed by two ways- 1. manually running " kill -9 <PID of LDAP process>" 2. If this process asks for more memory than expected from kernel, then kernel may kill this process. But I am using 8 GB Solaris box, so I don't think that Kernel will kill this process due to less memory. Can anyone help me out to find out how this process is getting killed or any sort of system logs from which I can figure out whether any third process killed this? Regards, akash mahakode |
|
||||
|
A process can be killed by other ways than being using the "kill -9" command. Moreover, a process can commit suicide for many reasons.
You can use that command's last output lines to probably get clues about what is killing the process: Code:
truss -f ./ns-slapd ldif2db |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|