![]() |
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 |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Identifying and grouping OS processes and APP processes | wilsonee | SUN Solaris | 2 | 09-30-2008 09:26 AM |
| Monitoring Processes - Killing hung processes | ukndoit | UNIX for Advanced & Expert Users | 4 | 01-17-2008 04:30 AM |
| running processes with no hang up | yakyaj | UNIX for Advanced & Expert Users | 3 | 01-30-2007 10:18 AM |
| Ftp hang | rcunn87 | Shell Programming and Scripting | 4 | 07-14-2006 02:13 PM |
| Help for Linux hang up | andysastre | Linux | 1 | 09-02-2003 01:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
removing hang processes (AIX)
Hi Guys,
Just wondering if I have a child process which is basically hanging and I can see that is on sleep or wait mode if I want to remove/terminate this process , the signal has to come from its parent I assume. The reason I'm asking this is because I'm facing a db2 hang situation and we can see that most processes are showing: Waiting on latch type: (SQLO_LT_SQLE_DBCB__dblatch) - Address: (78000000029ef20), Line: 351, File: sqlmutil.C I have raised this with IBM but no luck and to the hangs doesn't ends here because we can't remove those processes issueing : -db2stop -db2stop force -db2_kill -kill ppid -ipcrm (remove s,m,q) AIX -kill -9 -1 -kill using root access therefore the only way to restore the sevices is rebooting the server and this is a big shared server. I would like to know how can I remove a process in this sort of state. Can I send I signal to exit .Please any ideas or suggestions would be highly appreciated. Harby. |
|
||||
|
It looks as though the proc was in a non-signalable state.
This often happens when e.g. you have a lingering stale NFS mount because the server disappeared, or when a disk drive passed away and needs replacement or because a filesystem became corrupt. Usually the hanging procs terminate as soon as the resource they have been waiting for becomes available again. Of course, as someone mentioned, you can always reboot to flush your proc table. But I guess this isn't really an option? |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| process management |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|