1

在 Ambari 主机设置中执行 confim hosts 步骤时,会引发以下错误。关于如何解决它的任何想法?

ERROR 2015-09-18 14:32:43,574 main.py:137 - Ambari agent machine hostname (INLL50901688A.xxx) does not match expected ambari server hostname (inll50901688a.xxx). Aborting registration. Please check hostname, hostname -f and /etc/hosts file to confirm your hostname is setup correctly
', None)
4

2 回答 2

1

ambari 似乎不接受包含大写字母的主机名。必须修改 /etc/HOSTNAME 和 /etc/hosts 以在较小的情况下使用主机名。

于 2015-09-23T08:26:20.097 回答
0

主机名的大小写似乎不匹配。检查您在 DNS 或 hosts 文件中的 hoat 名称大小写是否与您在 Ambari 注册的主机名一致。

于 2015-09-21T16:53:39.220 回答