- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ambari host registration with server failed with Registration with the server failed.
- Labels:
-
Apache Ambari
Created ‎02-22-2017 06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Node addition failed with
Registering with the server... Registration with the server failed.
Created ‎02-22-2017 07:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On the agent host do the following first? Then try again:
yum remove ambari-agent -y rm -rf /etc/ambari-agent/* rm -rf /var/lib/ambari-agent/* rm -f /usr/sbin/ambari* rm -f /usr/lib/python2.6/site-packages/ambari_commons rm -rf /usr/lib/python2.6/site-packages/resource_management rm -rf /usr/lib/python2.6/site-packages/ambari_jinja2
And then try installing agent from ambari UI. Or manually install the agent as following:
wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.4.2.0/ambari.repo -O /etc/yum.repos.d/ambari.repo yum install ambari-agent -y
.
Created ‎04-02-2020 01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you shoul either use ssh (id_rsa) or install ambari-agent on all hosts
after ambari agent is installed (change the /etc/ambari-agent/conf/ambari-agent.ini ) and set the hostname of ambari-server machine for all machines
then change the /etc/hosts file ( ip_of_machine1 name_of_machine1
ip_of_machine2 name_of_machine2....)
then ==> ambari-agent restart for all machines
trusted and tested

- « Previous
-
- 1
- 2
- Next »