Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Heartbeat lost on AMBARI-SERVER 2.5

avatar
Expert Contributor

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.

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Prakash Punj

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.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Prakash Punj

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.

avatar
Expert Contributor

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..