Posts Tagged ‘MySQL Cluster’
Today, i tried to install MySQL on Clustering Flatform.
Network topology includes :
01 Server NDB_MGMD (IP: 192.168.1.5)
02 Cluster Server
02.1 IP : 192.168.1.3
02.2 IP : 192.168.1.4
Categories: *nix, Networking
My Setup
This is my sample configuration with sample IPs:
mysql-5.1.22-rc-linux-i686-icc-glibc23
1x management node (OpenSUSE): 10.0.0.1
4x storage (ndbd) nodes (OpenSUSE): 10.0.0.2, 10.0.0.3, 10.0.0.4, 10.0.0.5.
4x query (SQL) nodes (OpenSUSE): 10.0.0.2, 10.0.0.3, 10.0.0.4, 10.0.0.5.
NoOfReplicas = 2, meaning there will be 2 copies of all data and therefore 4/2=2 node groups.
Cluster data will sit in /var/lib/mysql-cluster.
Categories: *nix, Networking
