Created 09-19-2018 05:49 PM
I am adding new host in hdp cluster using ambari Ui. i had successfully completed step 1 and Now in step 2 hosts are registered and status is success but it is not moving to step 3. In UI it is showing "Please wait while the hosts are being checked for potential problems."please suggest a solution.I have attached the screenshot for same.
Created 09-19-2018 06:31 PM
Do you have any hosts are not heart beating in the cluster? or any nodes are in "Maintenance Mode" ?
Basically Ambari server does the host check call for all the hosts ( I guess all master component hosts) and if any one of them down then it keep showing that screen. so make sure all hosts are heart beating and then not in MM.
One of the workaround is to disable the Hostcheck call and attempt to add again.
Login to Ambari in one tab and in another tag open "http://AMBARI-HOST:8080/#/experimental" and select "disableHostCheckOnAddHostWizard" checkbox and save it.
Now you can attempt to add the node again.
Created 09-19-2018 06:31 PM
Do you have any hosts are not heart beating in the cluster? or any nodes are in "Maintenance Mode" ?
Basically Ambari server does the host check call for all the hosts ( I guess all master component hosts) and if any one of them down then it keep showing that screen. so make sure all hosts are heart beating and then not in MM.
One of the workaround is to disable the Hostcheck call and attempt to add again.
Login to Ambari in one tab and in another tag open "http://AMBARI-HOST:8080/#/experimental" and select "disableHostCheckOnAddHostWizard" checkbox and save it.
Now you can attempt to add the node again.
Created 09-20-2018 04:20 PM
@sandeep gupta please mark the correct answer if it has resolved the issue