Hey Brian,
I'm doing something... "similar"
How often do you need it to sync up? Constantly? Only when an update occurs
(a manual process)? Scheduled intervals?
If you need the boxes to stay in perfect sync at all times and automated
process or end users (people using the site/app) add or change content on a
constant basis, there are two obvious choices.
1. All of the prod servers should share some disk space on a network
appliance, like a NAS or shared storage server
1. In this model, no copy is need as each server shares the same
space.
2. The risk is that if that shared resource goes down, all your
servers are down
2. Using some sort of syncing software
1. I don't have any recommendations, I've never found anything that
works really well...
If the content only changes when you deploy new "builds" to the server, then
I'd recommend using ANT (http://ant.apache.org/) to handle your deployments.
It's crazy easy to use and learn and it's super reliable. Setup a single
"build" process and it'll deliver your content to each server. If you are
interested in this route, let me know and i'll send you some sample code off
list.
It would also be helpful to know what platform you are running on so people
can make platform specific recommendations for syncing software.
=]
On Tue, Jul 5, 2011 at 9:33 AM, Brian Polackoff <[email protected]> wrote:
>
> Hey everyone. I have been tasked recently with coming up with an automated
> deployment/file replication system for our newly built infrastructure. We
> have a hardware load balancer that spreads the traffic over 5 real servers.
> We are looking for a way to place the production web files and assets on a
> single server and let that server then "replicate" the files over to the
> other 4 servers instantly. Can anyone recommend software to accomplish this
> or just some best practices for this type of scenario?
>
> Thanks!
> Brian
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346087
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm