I guess this might be more of a general SMF question, but here goes.<br><div class="gmail_quote"><br>When I run:&nbsp; &quot;svccfg export svc:/network/cswmysql5&quot;<br><br>I get:<br><br>&lt;?xml version=&#39;1.0&#39;?&gt;<br>
&lt;!DOCTYPE service_bundle SYSTEM &#39;/usr/share/lib/xml/dtd/service_bundle.dtd.1&#39;&gt;
<br>&lt;service_bundle type=&#39;manifest&#39; name=&#39;export&#39;&gt;<br>&nbsp; &lt;service name=&#39;network/cswmysql5&#39; type=&#39;service&#39; version=&#39;0&#39;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;create_default_instance enabled=&#39;true&#39;/&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;single_instance/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;dependency name=&#39;fs&#39; grouping=&#39;require_all&#39; restart_on=&#39;none&#39; type=&#39;service&#39;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service_fmri value=&#39;svc:/system/filesystem/local&#39;/&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;/dependency&gt;<br>&nbsp;&nbsp;&nbsp; &lt;dependency name=&#39;net&#39; grouping=&#39;require_all&#39; restart_on=&#39;none&#39; type=&#39;service&#39;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service_fmri value=&#39;svc:/network/loopback&#39;/&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;/dependency&gt;<br>&nbsp;&nbsp;&nbsp; &lt;dependent name=&#39;cswmysql5_multi-user&#39; restart_on=&#39;none&#39; grouping=&#39;optional_all&#39;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service_fmri value=&#39;svc:/milestone/multi-user&#39;/&gt;<br>

&nbsp;&nbsp;&nbsp; &lt;/dependent&gt;<br>&nbsp;&nbsp;&nbsp; &lt;exec_method name=&#39;start&#39; type=&#39;method&#39; exec=&#39;/opt/csw/lib/svc/method/svc-mysql5 start&#39; timeout_seconds=&#39;18446744073709551615&#39;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;method_context/&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;/exec_method&gt;<br>&nbsp;&nbsp;&nbsp; &lt;exec_method name=&#39;stop&#39; type=&#39;method&#39; exec=&#39;:kill&#39; timeout_seconds=&#39;18446744073709551615&#39;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;method_context/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/exec_method&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;exec_method name=&#39;restart&#39; type=&#39;method&#39; exec=&#39;/opt/csw/lib/svc/method/svc-mysql5 restart&#39; timeout_seconds=&#39;18446744073709551615&#39;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;method_context/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/exec_method&gt;
<br>&nbsp; &lt;/service&gt;<br>&lt;/service_bundle&gt;<br><br clear="all">Is this the full SMF manifest? If so how does SMF know how to restart mysql if I manually kill the process using &quot;kill&quot;? (It seems that the manifest doesn&#39;t indicate a restart.)
<br><br>This is probably just a hole in my understanding of SMF.<br><br>Cheers,<br>Brian<br><font color="#888888"><br>-- <br>- Brian Gupta<br><br><a href="http://opensolaris.org/os/project/nycosug/" target="_blank">http://opensolaris.org/os/project/nycosug/
</a>

</font></div><br><br clear="all"><br>-- <br>- Brian Gupta<br><br><a href="http://opensolaris.org/os/project/nycosug/">http://opensolaris.org/os/project/nycosug/</a>