Aug
27
2014
Microsoft Exchange traffic can be load-balanced with Microsoft NLB but it requires to set up 4 Exchange servers for the sake that NLB isn’t compatible with Exchange cluster. Most Microsoft guys do not recommend it.Among NLB downsides, Exchange services are monitored with a basic ping, meaning the service is considered to be active even if […]
Tags: cluster, Exchange, Hyper-v, linux, Load-balancer, LVS, Microsoft, redhat
Jan
20
2008
Important note: Heartbeat is now obsolete and has moved to a new stack available on Clusterlabs. For simple high availability project using a virtual IP, try out keepalived that does monitoring and failover with just a simple configuration file. Since version 2, Heartbeat is able to manage more than 2 nodes, and doesn’t need “mon” […]
Tags: cluster, high availability, linux
Apr
18
2007
Important note: Heartbeat is now obsolete and has moved to a new stack available on Clusterlabs. For simple high availability project using a virtual IP, try out keepalived that does monitoring and failover with just a simple configuration file. When a Mysql server contains critical data, it’s always a good idea to rely on more […]
Tags: cluster, Database, Mysql
Apr
01
2007
Having a few databases running on Mysql with tables growing to several millions of rows, backups become pretty heavy. If the server fails, it can mean several hours lost, working on setting up a new server and reimporting the data from the backup. I’m not even talking about the potential financial loss due to the […]
Tags: cluster, Database, Mysql