Operating System - HP-UX
1752302 Members
4806 Online
108786 Solutions
New Discussion юеВ

Service Guard Proc 11669 (rraad)

 
Malone
Advisor

Service Guard Proc 11669 (rraad)

Someone know this process? i'm try to understand why this process still alive after dismount the Fs and disactivate de VG .
6 REPLIES 6
Michael Steele_2
Honored Contributor

Re: Service Guard Proc 11669 (rraad)

Hi

Well, that's a runaway process. Is it in a zombie state?

As for what rraad is, I can find no reference to it anywhere, so you must have some custom application up on this box.

It should go away when you reboot, but you'll have to get the application people involved and have them clean up their code.
Support Fatherhood - Stop Family Law
Jupinder Bedi
Respected Contributor

Re: Service Guard Proc 11669 (rraad)

if it is zombie porcess try to kill it by using its parent process id if all other child process is not needed. you can use the following command to find out the zombie processes

# ps -ef | grep defunc

and also try to kill that process by using fuser command
All things excellent are as difficult as they are rare
Malone
Advisor

Re: Service Guard Proc 11669 (rraad)

Thanks for the answers.
Here more information:
/root> ps -ef|grep rraad
rraaprod 26554 1 0 Jan 10 ? 0:04 rraad
root> fuser -cu /frist/rraaprod
/frist/rraaprod: 26554o(rraaprod)

Closing the cluster service
/etc/cmcluster: Proc 11669 (rraad) is in /etc/cmcluster/dontkill.list

Jupinder Bedi
Respected Contributor

Re: Service Guard Proc 11669 (rraad)

please use fuser -ck instead of fuser -cu
All things excellent are as difficult as they are rare
John Bigg
Esteemed Contributor

Re: Service Guard Proc 11669 (rraad)

/etc/cmcluster/dontkill.list is not a standard Serviceguard file and rraad is not a standard Serviceguard process. This must be part of your custom integration and implementation. I very much doubt anyone can help you with this other than someone who knows about your own implementation.
Malone
Advisor

Re: Service Guard Proc 11669 (rraad)

Ok, thanks a lot for you help.