|
最初由 zwfha 发布
[B]谢谢~~
错误出来了~~`
说两个节点不能互相访问,可我手工测试的没有问题啊~~~
会不会是因为网络延迟的问题呢????
[PHP]
#./runcluvfy.sh stage -pre crsinst -n node1,node2
Node reachability check failed from node "null".
Check failed on nodes:
node2,node1
ERROR:
Unable to reach any of the nodes.
Verification cannot proceed.
Pre-check for cluster services setup was unsuccessful on all the nodes.
在节点1上:
[root@node1 cluvfy]# ssh node2-pub
Last login: Sun Dec 31 19:59:29 2006 from 192.168.0.248
[root@node2 ~]#
在节点2上:
[root@node2 cluvfy]# ssh node1-pub
Last login: Sun Dec 31 21:08:59 2006 from 192.168.0.248
[root@node1 ~]#
节点2 ssh到节点1后,在节点1上的情况:
[root@node1 cluvfy]# w
21:18:23 up 26 min, 2 users, load average: 0.00, 0.00, 0.02
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.0.248 21:08 0.00s 0.21s 0.01s w
root pts/1 node2-pub 21:14 4:11 0.08s 0.08s -bash
[/PHP] [/B]
看看rlogin,rsh和rcp |
|