Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ambari Metric Monitor does not install - Cluster installation w. Ambari failing -

avatar
Explorer

I am trying to install a a 4 node HDP 2.6.2 cluster with Ambari 2.5.2 on Red Hat Linux 6.5

The installation fails on some of the nodes and the error log is below.

Any idea on what can be done

2017-10-23 08:11:38,257 - Installing package ambari-metrics-monitor ('/usr/bin/yum -d 0 -e 0 -y install ambari-metrics-monitor')
2017-10-23 08:11:45,079 - Execution of '/usr/bin/yum -d 0 -e 0 -y install ambari-metrics-monitor' returned 1. ERROR with rpm_check_debug vs depsolve:
libkadm5clnt_mit.so.8()(64bit) is needed by krb5-workstation-1.10.3-65.el6.x86_64
libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) is needed by krb5-workstation-1.10.3-65.el6.x86_64
libkadm5srv_mit.so.8()(64bit) is needed by krb5-workstation-1.10.3-65.el6.x86_64
libkadm5srv_mit.so.8(kadm5srv_mit_8_MIT)(64bit) is needed by krb5-workstation-1.10.3-65.el6.x86_64
 You could try running: rpm -Va --nofiles --nodigest
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2017-10-23-08-11TRK3My.yumtx
2017-10-23 08:11:45,079 - Failed to install package ambari-metrics-monitor. Executing '/usr/bin/yum clean metadata'
2017-10-23 08:11:45,321 - Retrying to install package ambari-metrics-monitor after 30 seconds
1 ACCEPTED SOLUTION

avatar
Explorer

Hi @Jay SenSharma

Thanks for the hints.

I reinstalled the cluster with an older version Hadoop (2.5.3) that does not require Ambari MMerics to be installed.

For my current purposes thats fine.

Will try repordcue the issue sometimes later and see if your hints helped

Thx once more

Imre

View solution in original post

3 REPLIES 3

avatar
Master Mentor

Please try this:


Clean the yum cache.

# yum clean all


Check the yum repolist if repos are correct and the baseurl is fine and reachable.

# yum repolist


3. For any unwanted repos. (or temporarily disable other repos except "/etc/yum.repos.d/ambari.repo") on the mentioned host by setting "enabled=0" (means disabling the other repos)


Please keep the "enabled=1" only for "ambari.repo" then perform the "# yum clean all" and then retry. Leter you can enable the other repos back by setting the "enabled=1" to the individual repo files.

avatar
Master Mentor

avatar
Explorer

Hi @Jay SenSharma

Thanks for the hints.

I reinstalled the cluster with an older version Hadoop (2.5.3) that does not require Ambari MMerics to be installed.

For my current purposes thats fine.

Will try repordcue the issue sometimes later and see if your hints helped

Thx once more

Imre