check your /etc/hosts file, make sure that 127.0.0.1 does not use the same name as your node.
If you try to start cman, this is probably the error you will get.
cman not started: Local host name resolves to 127.0.0.1; fix /etc/hosts before starting cluster. /usr/sbin/cman_tool: aisexec daemon didn't start
just change it to localhost
eg.
127.0.0.1 localhost.localdomain localhost
本文解决了一个常见问题:在使用Conga创建CentOS 5.2集群时,由于/etc/hosts文件中127.0.0.1条目的名称设置不当导致cman无法启动。通过更改该条目为localhost.localdomain localhost,成功解决了问题。
660

被折叠的 条评论
为什么被折叠?



