1834639 Members
2659 Online
110069 Solutions
New Discussion

Re: process won'tdie

 
SOLVED
Go to solution
lawrenzo_1
Super Advisor

process won'tdie

Hello,

very urgent - process will not die with fuser -k or kill -9,

can anyone give anymore examples to kill process' without rebooting?

many thanks

lawrenzo
hello
3 REPLIES 3
bhavin asokan
Honored Contributor
Solution

Re: process won'tdie

hi,

can you give the output of

ps -aef |grep PID

where PID is the pid of specific process.

if you are applying fuser -ku for a mount point
you have to give the lvol name.
like (if lvol9 is mounted on /mnt and you want to umount it.before that findout that process is related to any application and shutdown that application.)
#fuser -ku /dev/vg00/lvol9


regds,
Hoang Chi Cong_1
Honored Contributor

Re: process won'tdie

Hi lawrenzo
The process that can't be killed with kill -9 should be dead but they still are alive. They are called zombies.
I think you have only way to kill that process : that is reboot the server.

Anyway, here is a good thread that you can find some usefull information:

http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xc8d7a135f587d5118ff00090279cd0f9%2C00.html&admit=716493758+1099985419846+28353475


Hope this helps
Goodluck my friend

Jimkery
Looking for a special chance.......
lawrenzo_1
Super Advisor

Re: process won'tdie

process was stuck - but died evetually.
hello