Operating System - HP-UX
1826347 Members
3763 Online
109692 Solutions
New Discussion

Process FNDLIBR using a lot of CPU

 
Saúl Torres
Occasional Contributor

Process FNDLIBR using a lot of CPU

Process FNDLIBR using a lot of CPU.
I want to know what is and how can stop it and restart it?


TKS.
2 REPLIES 2
Carsten Krege
Honored Contributor

Re: Process FNDLIBR using a lot of CPU

After a bit google'ing I found that FNDLIBR is the "Standard concurrent manager" executable, an Oracle process.

It appears that in the past there were problems with it consuming a lot of memory, which in turn increased CPU usage.

You probably should contact an Oracle forum for help how to deal with this.

You might be interested in reading http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=189809, although personally I would not simply kill a process that consumes a lot of CPU.

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
spex
Honored Contributor

Re: Process FNDLIBR using a lot of CPU

Hi Saúl,

To restart Concurrent Manager processes:

$ $OAD_TOP/admin/script/adcmctl.sh un/pw stop
$ $OAD_TOP/admin/script/adcmctl.sh un/pw start

PCS