Discussion:
How to kill a db2 process
(too old to reply)
S***@infosys.com
2007-09-25 14:04:39 UTC
Permalink
Hi

I am a db2 user. I want to know how to kill a db2 process from command line or through control center.

First i want to know what are the process are running in db2 server.
where to find that?. I am using db2 v9.1 running in windows.

Please brief me on this topic.
c***@hotmail.com
2007-09-26 00:45:14 UTC
Permalink
I am new to DB2.
But may be this will help....

To list all the process running in db2 is
db2 list application
To stop ALL running application is
db2 force application all
So ... to stop a particular application is...
should be almost like db2 force application .... something...

Hope this help. :>

Best Regards,
Calvin
Knut Stolze
2007-09-26 13:48:25 UTC
Permalink
Post by S***@infosys.com
Hi
I am a db2 user. I want to know how to kill a db2 process from
command line or through control center.
First i want to know what are the process are running in db2 server.
where to find that?. I am using db2 v9.1 running in windows.
You don't want to "kill" a DB2 process unless you want to bring down the
whole DB2 instance. Only force off a connection/application using the
FORCE APPLICATION command.
--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Loading...