
按照oracle官方文档反复检查了设置,未发现问题,google,baidu,之后,下面这个是比较合理的解释:
Error:*** Alert: The specified nodes are not clusterable.
This could be due to one or more of the following reasons:
1. The user performing the install is not configured in an equivalent manner on all nodes.
2. ssh and scp are not configured properly on all nodes.
3. rsh and rcp are not configured properly on all nodes.
/**********************************************************************/
但我反复检查这几个方面,都没有问题,郁闷几天之后,发现:
[oratest@tx1000 ~]$ more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 tx1000 localhost.localdomain localhost
172.16.0.1 tx1000.rac.com tx1000
172.16.0.99 tx1000-vip.rac.com tx1000-vip
192.168.0.100 tx1000-priv.rac.com tx1000-priv
172.16.0.101 tx1001.rac.com tx1001
172.16.0.98 tx1001-vip.rac.com tx1001-vip
192.168.0.200 tx1001-priv.rac.com tx1001-priv
因为第一行是默认的,我之前就没修改它,也没注意它,但最终它造成了问题,看来默认的不一定就是正确的,把第一行的127.0.0.1后面的tx1000去掉,问题PASS。
本文解决了一个常见的Oracle集群安装错误:“指定节点不可集群”。通过调整/etc/hosts文件中127.0.0.1对应的主机名,成功解决了问题。同时提醒用户注意默认设置可能引发的问题。
1246

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



