I'd use a process control mechanism like supervisor to start/stop. It will
keep trying to start the servers for a controllable retry count.


On Thu, Mar 13, 2014 at 10:09 AM, masc2279 <[email protected]> wrote:

> A little more info :
>
> i am starting my servers with the following script inside the /etc/init.d/
> folder it works great if there servers start and load in proper order only.
>
> #!/bin/sh
>     #
>     # chkconfig:   345 05 95
>     # description:   zeoserver
>     # ....
> clear
> echo "attempting to run plone script"
>
> /srv/Plone/zeocluster/bin/plonectl client1 start
> /srv/Plone/zeocluster/bin/plonectl client2 start
> /srv/Plone/zeocluster/bin/plonectl client3 start
> /srv/Plone/zeocluster/bin/plonectl client4 start
> /srv/Plone/zeocluster/bin/plonectl client5 start
> /srv/Plone/zeocluster/bin/plonectl client6 start
> /srv/Plone/zeocluster/bin/plonectl client7 start
> /srv/Plone/zeocluster/bin/plonectl client8 start
>
>
>
>
> --
> View this message in context:
> http://plone.293351.n2.nabble.com/Zeo-Server-and-Client-Issue-PLEASE-HELP-tp7570598p7570599.html
> Sent from the Installation, Setup, Upgrades mailing list archive at
> Nabble.com.
> _______________________________________________
> Setup mailing list
> [email protected]
> https://lists.plone.org/mailman/listinfo/plone-setup
>
_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to