- 论坛徽章:
- 0
|
回复 #1 There is nothing wrong with Conga/luci
1) firwall/iptables, you need to open a lot of ports for clusters and luci, you can skip them by iptables -F or service iptables stop for testing
2) cman and rgmanager need to be started at least before running luci, ccsd is need as well to update cluster.conf to all nodes within the cluster
chkconfig cman on
chkconfig rgmanager on
service cman restart
service rgmanager restart
3) have ricci running on cluster node
chkconfig ricci on
service ricci start
hope this help 
[ 本帖最后由 gl00ad 于 2008-10-18 08:54 编辑 ] |
|