Articles by petero
-
How To Set Up Xen 4.3 On Debian Wheezy (7.0.2) And Then Upgrade To Jessie
Author: petero • Tags: xen • Comments: 4
How To Set Up Xen 4.3 On Debian Wheezy (7.0.2) And Then Upgrade To Jessie This will be a quick and easy setup of XEN(dom0-hypervisor) and one virtual system (domU-guest). I wanted to test out XEN as my second experience after VMware and since many web pages are outdated and have many old fixed bugs and errors. I have decided to give it a spin with XEN.
-
How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1
Author: petero • Tags: mysql, debian, high-availability • Comments: 6How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1 This tutorial is based on Falko Timme's tutorial for MySQL Cluster 5.0. It shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).