<div dir="ltr">Hi, <div><br></div><div>Yes, </div><div><br></div><div>Database server can be considered started up when it accepts mysql client connections</div><div>Applications server can be considered started as soon as the listening port is up al accepting connections</div><div><br></div><div>¿Can you provide any example about how to achieve this?</div><div><br></div><div>Thanks a lot.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-25 19:35 GMT+01:00 Dejan Muhamedagic <span dir="ltr"><<a href="mailto:dejanmm@fastmail.fm" target="_blank">dejanmm@fastmail.fm</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On Thu, Feb 23, 2017 at 08:51:20PM +0100, Oscar Segarra wrote:<br>
> Hi,<br>
><br>
> In my environment I have 5 guestes that have to be started up in a<br>
> specified order starting for the MySQL database server.<br>
><br>
> I have set the order constraints and VirtualDomains start in the right<br>
> order but, the problem I have, is that the second host starts up faster<br>
> than the database server and therefore applications running on the second<br>
> host raise errors due to database connectivity problems.<br>
><br>
> I'd like to introduce a delay between the startup of the VirtualDomain of<br>
> the database server and the startup of the second guest.<br>
<br>
Do you have a way to check if this server is up? If so...<br>
The start action of VirtualDomain won't exit until the monitor<br>
action returns success. And there's a parameter called<br>
monitor_scripts (see the meta-data). Note that these programs<br>
(scripts) are run at the supervisor host and not in the guest.<br>
It's all a bit involved, but should be doable.<br>
<br>
Thanks,<br>
<br>
Dejan<br>
<br>
> ¿Is it any way to get this?<br>
><br>
> Thanks a lot.<br>
<br>
> ______________________________<wbr>_________________<br>
> Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
> <a href="http://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
><br>
> Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/<wbr>doc/Cluster_from_Scratch.pdf</a><br>
> Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
<br>
<br>
______________________________<wbr>_________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/<wbr>doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div><br></div>