Stop Process

How to stop & start a process in Solaris?

Questions by krishnaraghava   answers by krishnaraghava

Showing Answers 1 - 15 of 15 Answers

aky_26

  • Oct 30th, 2010
 

We can kill the process using kill or pkill command, Start the respective preocess manually, If u want to re start the specific application you can /etc/init.d/app_name stop and /etc/init.d/app_name start or /etc/init.d/app_name restart

  Was this answer useful?  Yes

Nabhan

  • Jan 14th, 2012
 

You cannot stop a process, you have to abort the process. But you can stop the services in Solaris 10 using svcadm command. A service may contain multiple processes

  Was this answer useful?  Yes

Rajendra Jadhav

  • Jun 7th, 2012
 

If you want to restart process with same PID then you can use pkill -HUP >

  Was this answer useful?  Yes

Balachander S

  • Dec 17th, 2014
 

yes, you can. pstop and to resume the process you need to use prun .

  Was this answer useful?  Yes

Indravadan

  • Jan 19th, 2015
 

yes use prun and pstop command

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions