|
- determine if any processes that are dependent on the service have not stopped by using svcs -p FMRI
- kill any remaining processes as required by using pkill -9 PID
- if necessary, repair the service configuration by using svcs -x FMRI
- restore the service by using svcadm clear FMRI
|
|