memsql 6.7集群安装

时间:2018-11-07 14:05:13   收藏:0   阅读:1186

预备环境处理

yum install -y yum-utils
yum-config-manager --add-repo https://release.memsql.com/production/rpm/x86_64/repodata/memsql.repo
创建密钥:
ssh-keygen
copy:
ssh-copy-id -i -i /root/.ssh/id_rsa root@<DNS_name|IP_address>
/root/.config/memsql-toolbox/toolbox.hcl
添加:
user = "root"

安装

yum install -y memsql-toolbox
memsql-deploy setup-cluster -i /root/.ssh/id_rsa --license  licenekey --master-host masterip --aggregator-hosts aggregatorip --leaf-hosts leafip,leafip --password password

说明

memsql 的安装时比较简单的,官方的文档也比较详细,基本直接参考就可以,总的来说还是很不错的

参考资料

https://docs.memsql.com/guides/latest/install-memsql/linux-with-internet/memsql-toolbox-multi-node/step-1/#

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!