How To Set Up A Load-Balanced MySQL Cluster - Part 8
2007-11-11 15:43:20 来源:WEB开发网7 Start The Load Balancer And Do Some Testing
Now we can start our two load balancers for the first time:
loadb1.example.com / loadb2.example.com:
/etc/init.d/ldirectord stop
/etc/init.d/heartbeat start
If you don't see errors, you should now reboot both load balancers:
loadb1.example.com / loadb2.example.com:
shutdown -r now
After the reboot we can check if both load balancers work as expected :
loadb1.example.com / loadb2.example.com:
ip addr sh eth0
The active load balancer should list the virtual IP address (192.168.0.105):
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 |
The hot-standby should show this:
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 |
loadb1.example.com / loadb2.example.com:
ldirectord ldirectord.cf status
Output on the active load balancer:
ldirectord for /etc/ha.d/ldirectord.cf is running with pid: 1603 |
Output on the hot-standby:
ldirectord is stopped for /etc/ha.d/ldirectord.cf |
loadb1.example.com / loadb2.example.com:
ipvsadm -L -n
Output on the active load balancer:
IP Virtual Server version 1.2.1 (size=4096) |
Output on the hot-standby:
IP Virtual Server version 1.2.1 (size=4096) |
loadb1.example.com / loadb2.example.com:
/etc/ha.d/resource.d/LVSSyncDaemonSwap master status
Output on the active load balancer:
master running |
Output on the hot-standby:
master stopped |
If your tests went fine, you can now try to access the MySQL(和PHP搭配之最佳组合) database from a totally different server in the same network (192.168.0.x) using the virtual IP address 192.168.0.105:
MySQL(和PHP搭配之最佳组合) -h 192.168.0.105 -u ldirector -p
(Please note: your MySQL(和PHP搭配之最佳组合) client must at least be of version 4.1; older versions do not work with MySQL(和PHP搭配之最佳组合) 5.)
You can now switch off one of the MySQL(和PHP搭配之最佳组合) cluster nodes for test purposes; you should then still be able to connect to the MySQL(和PHP搭配之最佳组合) database.
8 Annotations
There are some important things to keep in mind when running a MySQL(和PHP搭配之最佳组合) cluster:
- All data is stored in RAM! Therefore you need lots of RAM on your cluster nodes. The formula how much RAM you need on ech node goes like this:
(SizeofDatabase × NumberOfReplicas × 1.1 ) / NumberOfDataNodes
So if you have a database that is 1 GB of size, you would need 1.1 GB RAM on each node!
- The cluster management node listens on port 1186, and anyone can connect. So that's definitely not secure, and therefore you should run your cluster in an isolated private network!
It's a good idea to have a look at the MySQL(和PHP搭配之最佳组合) Cluster FAQ: http://dev.MySQL(和PHP搭配之最佳组合).com/doc/refman/5.0/en/MySQL(和PHP搭配之最佳组合)-cluster-faq.html and also at the MySQL(和PHP搭配之最佳组合) Cluster documentation: http://dev.MySQL(和PHP搭配之最佳组合).com/doc/refman/5.0/en/ndbcluster.html
Links
MySQL(和PHP搭配之最佳组合): http://www.MySQL(和PHP搭配之最佳组合).com/
MySQL(和PHP搭配之最佳组合) Cluster documentation: http://dev.MySQL(和PHP搭配之最佳组合).com/doc/refman/5.0/en/ndbcluster.html
MySQL(和PHP搭配之最佳组合) Cluster FAQ: http://dev.MySQL(和PHP搭配之最佳组合).com/doc/refman/5.0/en/MySQL(和PHP搭配之最佳组合)-cluster-faq.html
Ultra Monkey: http://www.ultramonkey.org/
The High-Availability Linux Project: http://www.linux-ha.org/
- ››setpref轻松修改preferences文件
- ››TOscilloscope 仿Windows任务管理器CPU使用记录组...
- ››How to Make a Dark, Post-Apocalyptic City Illu...
- ››tomcat不支持TCP/IP6协议
- ››setTimeout()在js类中的使用方法
- ››tomcat 下的 url 大小写问题
- ››tomcat6.0.28 内存溢出PermGen Space
- ››Setting up proxy for Android Emulator
- ››Tomcat 系统架构与设计模式,第 2 部分: 设计模式...
- ››Tomcat 系统架构与设计模式,第 1 部分: 工作原理...
- ››How to (almost) create your own iPhone OS fram...
- ››TOMCAT和IIS整合
更多精彩
赞助商链接