Created 07-11-2017 07:03 PM
WARN [qtp-ambari-agent-4198] HeartBeatHandler:411 - Received registration request from host with non compatible agent version, hostname=xxx, agentVersion=2.4.3.0, serverVersion=2.5.1.0
Created 07-11-2017 07:08 PM
@arjun more
You can try following on the xxx host,
On "xxx" host do the following,
# ambari-agent stop # yum remove ambari-agent -y # rm -rf /etc/ambari-agent/* # rm -rf /var/lib/ambari-agent/* # rm -f /usr/sbin/ambari-agent # rm -rf /usr/lib/python2.6/site-packages/ambari* # rm -rf /usr/lib/python2.6/site-packages/resource_managementAnd now Install the ambari-agent,
# wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.5.1.0/ambari.repo -O /etc/yum.repos.d/ambari.repo # yum install -y ambari-agent # ambari-agent start
This might solve's your problem.
Created 07-11-2017 07:08 PM
@arjun more
You can try following on the xxx host,
On "xxx" host do the following,
# ambari-agent stop # yum remove ambari-agent -y # rm -rf /etc/ambari-agent/* # rm -rf /var/lib/ambari-agent/* # rm -f /usr/sbin/ambari-agent # rm -rf /usr/lib/python2.6/site-packages/ambari* # rm -rf /usr/lib/python2.6/site-packages/resource_managementAnd now Install the ambari-agent,
# wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.5.1.0/ambari.repo -O /etc/yum.repos.d/ambari.repo # yum install -y ambari-agent # ambari-agent start
This might solve's your problem.
Created 07-11-2017 07:11 PM
Thanks for quick reply. I will try your suggestion.