![]() |
PATCH: Multi-Server ispCP! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: PATCH: Multi-Server ispCP! (/thread-4022.html) |
RE: PATCH: Multi-Server ispCP! - sci2tech - 11-14-2008 06:59 AM Can`t wait to see it ![]() RE: PATCH: Multi-Server ispCP! - RedBOX - 11-14-2008 08:33 AM Looks pretty cool. This will be very useful. RE: PATCH: Multi-Server ispCP! - chrisjunkie - 11-20-2008 07:22 PM Whats the progress on this?? I am looking at having two identical ispCP servers with a load balancer.. Can it be done? RE: PATCH: Multi-Server ispCP! - ephigenie - 11-21-2008 06:51 AM @chrisjunkie this is pretty easy with drbd & heartbeat ... RE: PATCH: Multi-Server ispCP! - mafia - 01-29-2009 12:02 AM Version: RC7 RE: PATCH: Multi-Server ispCP! - pgentoo - 01-29-2009 04:12 PM Ephigenie, with heartbeat it would be more of failover, and not a load balanced setup right? Or you just mean fail over to handle only having the daemon running on one box? RE: PATCH: Multi-Server ispCP! - ephigenie - 02-04-2009 08:06 PM With drbd you can have a pair of 2 hosts with a active-active disk which will be HA and allows a single shared mysql running on both parallel (with some adjustments & problems and so on but ok .... ) or better use 1 mysql instance on a drbd + a heartbeat managed "serviceip" so if one host goes down the service ip gets to the still living host. Apache & mail stuff can run on both parallel. But i'd suggest having affinity setup on your loadbalancer because otherwise you'll run into problems, starting from smtp sessions over php-session support and so on. The Loadbalancer could be haproxy and nginx if you only have 2 boxes. For a more serious setup you'll want 2 loadbalancers, 2 Webservers (at least) and 2 Db servers ![]() But this is all totally off-topic! RE: PATCH: Multi-Server ispCP! - mafia - 02-07-2009 06:17 AM hello is for the version: RC7 c it is the same tutorial thank you RE: PATCH: Multi-Server ispCP! - zmediaguru - 02-14-2009 04:45 AM Update: I have just posted a new patch for RC7 here.] |