Opscode's Chef, MySQL Galera and Severalnines's ClusterControl
In the next following sections I'll be using Chef to deploy a MySQL Galera cluster on EC2 and then monitor and manage it using Severalnines's ClusterControl.In the end we should have 5 nodes deployed:*...
View ArticleGalera Cluster for MySQL with Amazon Virtual Private Cloud
Next: Galera Configurator and deploying Galera Cluster, Setup Load Balancers and Web Servers, Test your AWS VPC Galera ClusterIn the next following posts we’ll deploy a multi-master synchronous MySQL...
View ArticleGalera Cluster for MySQL with Amazon Virtual Private Cloud [2]
Previous: Create a VPC with Public and Private subnets Next: Setup Load Balancers and Web Servers, Test your AWS VPC Galera ClusterGalera ConfiguratorNow that we have the EC2 instances prepared it’s...
View ArticleGalera Cluster for MySQL with Amazon Virtual Private Cloud [3]
Previous: Create a VPC with Public and Private subnets, Galera Configurator and deploying Galera Cluster Next: Test your AWS VPC Galera ClusterSetup Internal and External Load BalancersNext we are...
View ArticleGalera Cluster for MySQL with Amazon Virtual Private Cloud [4]
Previous: Create a VPC with Public and Private subnets, Galera Configurator and deploying Galera Cluster, Setup Load Balancers and Web Servers sysbenchsysbench is a popular system peformance benchmark...
View ArticleVagrant box with Severalnines database cluster deployment scripts
PrerequisitesVirtualbox and Extension Pack installedVagrant installed. Vagrant currently supports VirtualBox 4.0.x, 4.1.x and 4.2.xGeneralUsing Vagrant's Multi-VM environment makes launching several...
View ArticleParallel load a mysqldump
pload.sh#!/usr/bin/env bash [[ $# -ne 6 ]] && echo "$(basename $0) <dumpfile> <# of splits/chunks. max 20> <# of mysql clients> <db user> <db password> <db...
View ArticleDocker file/image to deploy Percona XtraDB Cluster 5.6 for dev/tests.
Quickstart$ git clone https://github.com/alyu/docker.git $ cd docker/percona-xtradb-5.6/centos $ ./build.sh $ ./start-servers.sh 3 $ ./bootstrap-cluster.sh $ ssh root@172.17.0.2 (root123) $ mysql...
View Article