Hi Serge,
Definitely explore the time on the boxes. If they are not properly synched, issues can occur. In addition, does the output of hostname -f match of what you put in the host list for Ambari to register? For instance if hostname -f has the output of test.com, you should put test.com within the ambari hosts list section during the installation. In addition, you can also try running this api command in your browser to verify if the host actually registered into ambari:
NOTE: make sure you have logged in as admin successfully first into your browser prior to going to the below url:
Place the above url within a browser and an output like below will display:
{
“href” : “http://192.168.56.101:8080/api/v1/hosts”,
“items” : [
{
"href" : "http://192.168.56.101:8080/api/v1/hosts/localhost.localdomain",
"Hosts" : {
"host_name" : "node1.example.com"
}
}
]
}
This command should let us know if it is getting to the point of registering.
Hope that helps.
Regards,
Robert