How to stop the process in Solaris?
Answers were Sorted based on User's Feedback
Answer / sanoopnarayan
#Get process Id using command 1 or 2:
1) ps -ef |grep <process_name>
2) pgrep <process_name>
#Then Kill the process using command 1 0r 2:
1) kill -9 <process_id>
2) pkill -P <Parent_process_id>
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / p.r.l.prasanna
kill -9 <process name>
9 means send request signal kill specific process id
or
pkil <process name>
or
pkill <process id>
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / kiran
If its a daemon we have to stop by going to cd /etc/init
stop the daemon.
where its unknown process its better to terminate the
process by using Pkill -9 process or pid
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / vasu
stop the process #pstop pid
start the process #prun pid (or) #pstart pid
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / c.p.bansal
kill -9 pid(process id) or
pkill processname
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / stratovarius
Determine if the process is runing #ps -ef |grep -i
<process_name>, then use on of the following:
1.#pkill signal process
2.#kill signal PID note:signal 15 sigterm is the default
and safe, sigkill(9) could leave zombie child processes.
3.#pstop <pid>
4.# /ect/init.d/process stop --> for under init
5.Via SMF or inetadm
| Is This Answer Correct ? | 5 Yes | 2 No |
Hi I wanted to know what command can I use to perform a rescan in Solaris10 u4/u5 64 bit machine. I know once the disks are added we can perform a rescan using the following commands drvconfig-->disks--> cfgadm OR devfsadm But they will detect the disks and once the disks are remove the entries are still shown unless the disks are removed. So is there another command or a script that could help me find that disks were removed from my solaris machine.
How to bring the process to offline or online
Which file to be configuring the logs messages (like: /var/adm/message etc…)
Were the vcs logs will be
Is it possible to edit the corntab using vi
How to stop the VCS
How to delete only 3rd and 8th line from file using vi execute or last line mode with one short of command
How to add a tape deck on Sun Solaris version 10
How will you come to know wheather hme 0r eri or to configuring the network card.
How to grow disk size in SDS
If telnet not working, what are the thing to be checked
Disaster recovery steps if OS corrupted