首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >cman集群的优势与应用

cman集群的优势与应用
EN

Server Fault用户
提问于 2013-04-10 08:41:43
回答 1查看 190关注 0票数 -2

有人能告诉我cman集群的优点以及在配置服务器时节点意味着什么吗?

节点是否标识服务器?或者怎么样?

我想配置一个具有两个节点的cman集群。有人能告诉我如何配置它吗?应该使用什么硬件、软件和cman集群配置步骤?

EN

回答 1

Server Fault用户

回答已采纳

发布于 2013-04-10 09:35:26

代码语言:javascript
复制
Step 1 2 Blade server 
Step 2 each server minimum 4 NIC card
Step 3 Vanilla Cent OS 6.4
Step 4 Create a local repo
Step 5 Using yum install cman rgmanager luci ricci (1st server )
Step 6 Using yum install cman rgmanager ricci (2nd server)
Step 7 passwd ricci (both server)
Step 8 Selinux disable & chkconfig iptables off chkconfig ip6tables
Step 9 Add hostname to /etc/hosts both server name (node1.cluster.com & node2.cluster.com and ipaddress) 
Step 10 Create eth0 & eth1 = bond0 (should be back to back connected)
Step 11 Create eth2 & eth3 = bond1 (production IP)
Step 12 reboot once both the server
Step 13 chkconfig cman on && chkconfig rgmanger on && chkconfig ricci on && chkconfig luci on
Step 14 luci_admin init create luci passwd
Step 15 service luci restart && service ricci restart (on 1st server Point your web browser to https://localhost:8084 to access luci)
Step 16 service ricci restart (on 2nd server)
Step 17 service cman restart && service rgmanager restart (on both server )
Step 18 now you need config you cluster
票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/497940

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档