Created 09-30-2017 10:07 PM
I just upgrade Ambari from 2.2.0.0 to 2.5 and I noticed that HearBeat on Amari-server is lost. I also tried running ambari-agent on Ambari-server but still it's not coming back.
Created 09-30-2017 10:48 PM
Can you check that the Ambari-agent is running on your Ambari host?
Did you also upgrade the Ambari agents? The ambari-agents versions should match the ambari-server version 🙂
Run this command on all the nodes and make sure their output match !
# yum list installed | grep ambari
Once you have the same versions then restart all the ambari-agent
# ambari-agent restart
Hope this resolves your lost heartbeat problem.
Created 09-30-2017 10:48 PM
Can you check that the Ambari-agent is running on your Ambari host?
Did you also upgrade the Ambari agents? The ambari-agents versions should match the ambari-server version 🙂
Run this command on all the nodes and make sure their output match !
# yum list installed | grep ambari
Once you have the same versions then restart all the ambari-agent
# ambari-agent restart
Hope this resolves your lost heartbeat problem.
Created 09-30-2017 10:56 PM
It's working on. I had to change the hostname from ambari-agent properties file. I restarted ambari-agent and it was OK after that. Thanks..