Replies: 1
I am trying to set up a cluster on my localhost. The operation fails with the following Registration log (below). My confusion is that, at the bottom of the log, it refers to an IP address 198.105.244.20:8080 for my Ambari server. I have no clue where that IP is coming from because I am trying to use just my internal network.
Does anyone have any ideas to point me in the right direction?
Many thanks!
==========================
Creating target directory…
==========================
Command start time 2015-07-28 00:37:10
Connection to localhost closed.
SSH command execution finished
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:10
==========================
Copying common functions script…
==========================
Command start time 2015-07-28 00:37:10
scp /usr/lib/python2.6/site-packages/ambari_commons
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:11
==========================
Copying OS type check script…
==========================
Command start time 2015-07-28 00:37:11
scp /usr/lib/python2.6/site-packages/ambari_server/os_check_type.py
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:11
==========================
Running OS type check…
==========================
Command start time 2015-07-28 00:37:11
Cluster primary/cluster OS family is redhat7 and local/current OS family is redhat7
Connection to localhost closed.
SSH command execution finished
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:11
==========================
Checking ‘sudo’ package on remote host…
==========================
Command start time 2015-07-28 00:37:11
sudo-1.8.6p7-13.el7.x86_64
Connection to localhost closed.
SSH command execution finished
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:13
==========================
Copying repo file to ‘tmp’ folder…
==========================
Command start time 2015-07-28 00:37:13
scp /etc/yum.repos.d/ambari.repo
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:13
==========================
Moving file to repo dir…
==========================
Command start time 2015-07-28 00:37:13
Connection to localhost closed.
SSH command execution finished
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:13
==========================
Changing permissions for ambari.repo…
==========================
Command start time 2015-07-28 00:37:13
Connection to localhost closed.
SSH command execution finished
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:13
==========================
Copying setup script file…
==========================
Command start time 2015-07-28 00:37:13
scp /usr/lib/python2.6/site-packages/ambari_server/setupAgent.py
host=localhost, exitcode=0
Command end time 2015-07-28 00:37:14
==========================
Running setup agent script…
==========================
Command start time 2015-07-28 00:37:14
Host registration aborted. Ambari Agent host cannot reach Ambari Server ‘198.105.244.20:8080′. Please check the network connectivity between the Ambari Agent host and the Ambari Server
Connection to localhost closed.
SSH command execution finished
host=localhost, exitcode=1
Command end time 2015-07-28 00:39:21
ERROR: Bootstrap of host localhost fails because previous action finished with non-zero exit code (1)
ERROR MESSAGE: Connection to localhost closed.
STDOUT: Host registration aborted. Ambari Agent host cannot reach Ambari Server ‘198.105.244.20:8080′. Please check the network connectivity between the Ambari Agent host and the Ambari Server
Connection to localhost closed.
Licensed under the Apache License, Version 2.0.
See third-party tools/resources that Ambari uses and their respective authors