- Improved scripts (a lot of cleanup), prefixing the script output with the hostname:
E.g,:Cluster: Cluster Start
Cluster: STARTING MANAGEMENT SERVERS
ps-ndb01: Starting management server (nodeid=1)
ps-ndb01: Copying ../config/config.ini to /etc/mysql
ps-ndb01: Started management server (nodeid=1, pid=28253)
... - Reduced number of scripts
start-cluster-initial.sh --> start-cluster.sh --initialrolling-restart-initial.sh --> rollling-restart.sh --initial - Better error handling during rolling restarts
- Supports MySQL Cluster 7.1.1
1. Generate a Configuration (make sure you select "MySQL Cluster 7.1.1")
- Currently 7.1.1 is only in source format so you need to have ncurses-devel/gcc/g++/make installed

2. Unpack the tarball you get and start the installation!
You are recommended to set up shared ssh keys between the "Frontend" (where you run the scripts) to the other nodes in the cluster in order to avoid typing passwords all the time.
tar xvfz mysqlcluster-71.tar.gzVoila!
cd mysqlcluster-71
cd cluster/scripts/install/
./shared-ssh-keys.sh ###WARNING - This script is experimental, let me know if it works!
./download-and-compile.sh
./install-cluster.sh
./bootstrap.sh
cd ..
./start-cluster.sh --initial
PlanetMySQL Voting: Vote UP / Vote DOWN