Connecting Tech Pros Worldwide Help | Site Map

Getting rid of kuddb2

  #1  
Old November 5th, 2008, 12:05 PM
Troels Arvin
Guest
 
Posts: n/a
Hello,

Setup: DB2 LUW 9.5.

After "db2stop", a process called "kuddb2" remains. The process is
listening to network sockets, running with db2inst1 privileges.

The process seems to be related to some Tivoli system which we don't use.
I believe that I declined a special Tivoli monitoring option when
installing the DBMS, but it seems that some parts remain.

Is there a way to prevent the kuddb2 process from being spawned?

--
Troels
  #2  
Old November 5th, 2008, 07:35 PM
Jean-Marc Blaise
Guest
 
Posts: n/a

re: Getting rid of kuddb2


Hi Troels,

There is no documentation really about this process. You can either disable
the service on Windows or exit 0 in the shell on Linux/Unix.
From what I understand, this process is used by Data Studio administration
console, that allows to do monitoring alike Health Monitor.

HTH,

Jean-Marc

"Troels Arvin" <troels@arvin.dkwrote in message
news:ges1l9$udn$1@news.net.uni-c.dk...
Quote:
Hello,
>
Setup: DB2 LUW 9.5.
>
After "db2stop", a process called "kuddb2" remains. The process is
listening to network sockets, running with db2inst1 privileges.
>
The process seems to be related to some Tivoli system which we don't use.
I believe that I declined a special Tivoli monitoring option when
installing the DBMS, but it seems that some parts remain.
>
Is there a way to prevent the kuddb2 process from being spawned?
>
--
Troels

  #3  
Old November 11th, 2008, 04:05 PM
4.spam@mail.ru
Guest
 
Posts: n/a

re: Getting rid of kuddb2


On Nov 5, 2:56*pm, Troels Arvin <tro...@arvin.dkwrote:
Quote:
Hello,
>
Setup: DB2 LUW 9.5.
>
After "db2stop", a process called "kuddb2" remains. The process is
listening to network sockets, running with db2inst1 privileges.
>
The process seems to be related to some Tivoli system which we don't use.
I believe that I declined a special Tivoli monitoring option when
installing the DBMS, but it seems that some parts remain.
>
Is there a way to prevent the kuddb2 process from being spawned?
>
--
Troels
Hello,

It's a Tivoli Monitoring Agent.

If you are at Linux, don't start them at boot time - remove these
links:
find /etc/rc.d -name S*ITMAgents*

or stop them:
find -L /etc/init.d -name ITMAgents* -exec \{\} stop \;

Hope this will help,
Mark B.
  #4  
Old November 11th, 2008, 10:15 PM
Troels Arvin
Guest
 
Posts: n/a

re: Getting rid of kuddb2


4.spam wrote:
Quote:
It's a Tivoli Monitoring Agent.
>
If you are at Linux, don't start them at boot time - remove these links:
find /etc/rc.d -name S*ITMAgents*
Thanks. That got rid of the strange processes.

--
Troels
Closed Thread