Greg Asselin wrote: > Hi, > > I have an SMF manifest to start / stop the DAS (Sun Application Server > 8.1 EE). > > The DAS is quite large, and as a result takes ~43 min to start. > The SMF manifest is attached below. Executing "svcadm enable das" > result in the service going into maintenance after 20 min, but the DAS > does still starts after 43min. > So even though the DAS does get started successfully in 43 min, SMF > shows the following. # svcs | grep das > # maintenance 1:40:10 svc:/application/das:default > > I have also tried "svcadm enable -s das" with the same result. In > addition I have tried -1 in the manifest instead of 0 for > timeout_seconds. > > The service log is also attached below. (Note: stop gets called by > SMF after 20 (It seems to timeout) but the das is still starting) > > What is needed to correct this? > Interesting since setting timeout_seconds should do it. Did you re-import the service after changing timeout_seconds value? What does 'svcprop application/das' report when you change timeout_seconds?
-tony