./runcluvfy.sh comp nodecon -n ahrac1,ahrac2 -verbose
Verifying node connectivity
ERROR:
User equivalence unavailable on all the nodes.
Verification cannot proceed.
Verification of node connectivity was unsuccessful on all the nodes.
解决办法:经过检查,原来是我执行对等性的执行错了
exec /usr/bin/ssh-agent $SHELL
/usr/bin/ssh-add
这个执行完了,没有再去执行如ssh node1 date,虽然执行了这一步但是
ssh node2 date没有执行,只有第一个节点通过,第二个节点没通过
所以我重新执行
$exec /usr/bin/ssh-agent $SHELL
$/usr/bin/ssh-add
$ssh node1 date
$ssh node2 date
这样子就OK了
[ 本帖最后由 huanglg 于 2010-8-12 17:29 编辑 ]
Verifying node connectivity
ERROR:
User equivalence unavailable on all the nodes.
Verification cannot proceed.
Verification of node connectivity was unsuccessful on all the nodes.
解决办法:经过检查,原来是我执行对等性的执行错了
exec /usr/bin/ssh-agent $SHELL
/usr/bin/ssh-add
这个执行完了,没有再去执行如ssh node1 date,虽然执行了这一步但是
ssh node2 date没有执行,只有第一个节点通过,第二个节点没通过
所以我重新执行
$exec /usr/bin/ssh-agent $SHELL
$/usr/bin/ssh-add
$ssh node1 date
$ssh node2 date
这样子就OK了
[ 本帖最后由 huanglg 于 2010-8-12 17:29 编辑 ]
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/726309/viewspace-670881/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/726309/viewspace-670881/