时间:2021-07-01 10:21:17 帮助过:20人阅读
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/#
memsql 6.7集群安装
标签:license 秘钥登录 ssh systemctl agg 配置文件 文件 lin 官方