cancel
Showing results for 
Search instead for 
Did you mean: 

dpmon

Former Member
0 Kudos

hi ,

i used dpmon to kill the process..but its not killing there process..i will tell clearly so thatr u can able to understand my problems.

in command prompt.

dpmon>m>L-->.

in that i tried to kill the process by pressing k.

in that they asked which process want to kill i mentioned the process and i pressed y.

but there is no response.

wat to do for furthaer process?

regards

vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI vijay

from dos prompt you can do it. use that process id and do it.

c:/>taskkill /pid <pid no> /f

you can delete forcebly (/f).

process ids are same on both. if you want check from dos prompt

c:/>tasklist

it is terminated or not.

i am tried from my side, thats why iam suggesting u.

ok.

Former Member
0 Kudos

hi

in dpmon u can monitor the work process by typing first m then p

u will find all the work process status ,

if at all u want to kill a process enter into that particular system with sid,

then type pp to check the process ,all the process will be displayed,then

u can type kill -9 'that process to be killed'.

Regards

zia

Former Member
0 Kudos

Hi vijay,

You are doing obsolutly write.

still I am saying killing work process using DPMON command.

login as <SID>adm user --> goto command prompt --> type dpmon --> press m for menu --> l for log table --> k forkilling and give PID of work process and confirm.

Regards,

Suraj