Quoth Ashish Kulshrestha on Mon, Jun 09, 2008 at 09:28:20PM +0530: > online.As soon as I disabled it the shutdown which was hanged is resumed. I > have to use dependent tag in my manifest file as the dependency tag is > not starting my service at a particular milestone using the "*boot -m > milestone=multi-user*" from ok prompt.
Did you try booting without -m milestone=multi-user, or with "-m milestone=all"? > My question : > Is SMF framework wont issue any command to stop the service in graceful > shutdown ? Is it just stops the milestone and rest is taken care by order of > dependency of services ? > What happen if a service is isolated ( no dependent or dependency in > manifest file). svc.startd should temporarily disable the services which have no dependents by executing their stop methods. As each service is stopped, it should again temporarily disable the services which have no dependents, until all services are stopped. Did you make sure that the system was finished booting (svcs didn't report any services with asterisks after their state) before executing shutdown? David