Hi all i wondering if it's possible to set up two servers with this services : DNS Server, Mail server Mysql Server Web server FTP server use ISPConfig to manage both server, and servers must to be in cluster mode with high availability and failover. Thks to all
ISPConfig itself does not provide such functions. But you can e.g. use ispconfig on a mster server and then synchronize the content and configuration on the slave servers with e.g. rsync.
ok but i don't know to do that. you have some tutorial here? and its available for all services with load balancing and failover? i read some tutorial on howtoforge but is just for apache web server, and i need mail and ftp and mysql too. thank's. P.S if it's a possibilities to help you in your project ISPConfig just tell me. i have many servers, domains...for beta testing and so on.....
rsync: http://www.howtoforge.com/mirroring_with_rsync MySQL master-master replication: http://www.howtoforge.com/mysql5_master_master_replication_debian_etch Load Balancer with heartbeat: http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch
ok i check these tutorials(debian) but i use centos for my server. i try to use cluster management from centos and its work but from node1 i can see node2 and reverse, but if stop node1, node2 don't display web page. where i'm wrong?
You can try this one instead: http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-fedora8 Should work on CentOS as well.
How do you manage the virtual hosts config on cluster nodes? Is'nt the vitual host file using specific IP's ? If i mirrored the vhosts config from the master on a node will it work ? If any change is made on the vhosts file on the master, the apache servers on the nodes will have to be restarted?
i made Cluster server with unison like told me Till, and working fine all services DNS-WEB-FTP-PHP&MySQL-Mail, but i want to know the other way if its possible with ISpConfig.REal cluster or parallel computing to share all resources...from bandwith to hardware... Someone do this? Share to us, please. Thank's !
unison yes you have search on google about docu unison. i made a crontab job to replicate all data from mail, database to the second, third...server's, and when one server goes down (failover) other servers work fine without lose any mail or changes data from ftp web dns.... this replica is bidirectional, not one way, and changes can aply any server you want. i use replica between servers with public ip i have servers in different location, and my servers comunicate non stop, and in my case if one server goes down my services stiil up and runing, and i have 100% uptime. http://www.cis.upenn.edu/~bcpierce/unison/ this link may help you. i intend to make a tutorial how to set up many servers with ispconfig2 and unison with public ip to serve with 100% uptime our services (web,dns,mail,ftp,mysql). ispconfig 3 is not for bidirectional transfer, it has just one master server and many slaves, and if your master goes down, your services like a mail doesn't work. rsync is not for a bidirectional transfer and update your data, but unison does.