Hello Everyone,
I'm hoping that some of you might have a similiar setup as me in regards to backing up and replicating Linux (specifically Ubuntu) server.
Currently we have about 10 ubuntu servers. While we have different services on each, they mostly will have a combo of Apache, mysql, couchdb and tomcat.
I have enabled the VMWare Tools Quiescense so that it runs a pre-freeze and post-thaw script. In those scripts we have a program called monit that will stop all services, then restart them. LAtely we have been having an issue with Tomcat restarting.
My main question is: Do i need to stop and start all services or only those that need to be consistent like mysql and couchdb? Am I wasting time stopping and restarting all services?
since these are production machines hosting web pages and databases we need them to be up as much as possible.
Is anyone doing anything similiar?
