安装Ambari过程中,出现错误,查看提示,也只是:
Registering with the server...
Registration with the server failed.
无奈,去查看日志,日志位置:/var/log/ambari-agent/ambari-agent.log,
使用vim命令打开,使用Shift+g定位到最后一行,查看内容,
ERROR 2016-11-10 17:45:36,578 NetUtil.py:78 - [Errno 1] _ssl.c:492: error:100AE081:elliptic curve routines:EC_GROUP_new_by_curve_name:unknown group
ERROR 2016-11-10 17:45:36,578 NetUtil.py:79 - SSLError: Failed to connect. Please check openssl library versions.
Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details.
WARNING 2016-11-10 17:45:36,578 NetUtil.py:106 - Server at https://slave1:8440 is not reachable, sleeping for 10 seconds...
INFO 2016-11-10 17:45:46,578 NetUtil.py:60 - Connecting to https://slave1:8440/ca
ERROR 2016-11-10 17:45:46,635 NetUtil.py:78 - [Errno 1] _ssl.c:492: error:100AE081:elliptic curve routines:EC_GROUP_new_by_curve_name:unknown group
ERROR 2016-11-10 17:45:46,635 NetUtil.py:79 - SSLError: Failed to connect. Please check openssl library versions.
Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details.
WARNING 2016-11-10 17:45:46,635 NetUtil.py:106 - Server at https://slave1:8440 is not reachable, sleeping for 10 seconds...
INFO 2016-11-10 17:45:53,676 main.py:68 - loglevel=logging.INFO
INFO 2016-11-10 17:45:56,635 NetUtil.py:60 - Connecting to https://slave1:8440/ca
寻找NetUtil.py:79 - SSLError: Failed to connect. Please check openssl library versions.错误的原因,发现是openssl的版本过旧,
yum install openssl更新后,错误部分得到解决。
参考:https://martin.atlassian.net/wiki/pages/viewpage.action?pageId=23494834