cancel
Showing results for 
Search instead for 
Did you mean: 

how kill process on OS level

Former Member
0 Kudos

Dear Team,

I am using HPUX and ECC 6.0 on Oracle 10. I want to kill process on HP Unix lavel i.e PID 5346

How I will kill this one. From Witch login I log system ? i.e orasid or sidadm .

Plz help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First do a ps -ef| grep <PID>

This shows you who the owner of the process is, if it is owned by <sid>adm ora<sid> kill it using <sid>adm or ora<sid>.

It it is owned by anyone other than the above kill using root.

syntax is: kill <PID> or if you want to use the hard kill then kill -9 <PID>.

Hope this helps.

- Regrads, Dibya

Former Member
0 Kudos

Thanks for your reply

Thanks

manu

Answers (2)

Answers (2)

Former Member
0 Kudos

Login as root and issue the command

kill -9 <PID>

If not root then login with <SID>ADM or ORA<SID>

and same command

Former Member
0 Kudos

Hi,

You need to learn some basics of OS which you are working on.

the pid you want to kill is SAP process if yes then try to kill it using SM50

or with sidadm user execute kill <pid>

regards,

kaushal