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

Tuesday, December 8th, 2009 at 14:24 | 0 comments
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.

Tuesday, December 8th, 2009 at 11:27 | 0 comments
Categories: *nix, Networking
TOP