ann kok wrote: > Hi > > I can't kill the process completely > > kill -9 processid > > It seems that it is automatically started with other process id > > How to completely kill the process?
The process is possibly under the control of smf. Try "svcs -p" and look for your process / pid. There's probably a neater way of finding this, but I can rarely be bothered to spend the time remembering what it is :-) Once you have identified the service, you can "svcadm disable" it if appropriate. For example: $ svcs -p ... online 16:48:53 svc:/system/webconsole:console 16:48:50 1203 java ... $ pfexec svcadm disable -s webconsole $ svcs -p webconsole STATE STIME FMRI disabled 16:49:41 svc:/system/webconsole:console Note that this will stop all processes within that service, so you might want to research around what the service is first. I'm assuming you don't have some other restarter (such as cluster services) in there too... Hope that helps, Brian -- Brian Ruthven Solaris Network RPE (Sustaining) Oracle UK _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org