Software >> OS >> Unix >> Solaris >> 11 >> How to repair a service in maintenance state

 

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