Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2766575
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

分类: LINUX

2014-11-29 15:37:52

##摘之percona 论坛

if you initialized the first PXC node, so it's standalone primary node, then adding new nodes is very simple. On a new node, you just specify the existing node's IP in this variable: 

wsrep_cluster_address=gcomm://node1_IP  
Then full SST will copy data from existing node to a new node, eventually making both nodes identical.
Once all machines are joined into a cluster, then add all the IPs in the my.cnf on each node 

wsrep_cluster_address=gcomm://IP1,IP2,IPn 



##我实践过了,按照上面的方式是可以的!
阅读(930) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~