04-13-2018 04:38 AM
Hi,
I have downloaded the Cloudera manager for 5.14.2 using the following link
http://archive.cloudera.com/cm5/installer/5.14.2/cloudera-manager-installer.bin
Then after executing chmod u+x cloudera-manager-installer.bin I ran
./cloudera-manager-installer.bin
It encounters the following error
http://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5/RPMS/x86_64/cloudera-manager-server-5.14.1-1.cm...: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
Error downloading packages:
cloudera-manager-server-5.14.1-1.cm5141.p0.1.el7.x86_64: [Errno 256] No more mirrors to try.
cloudera-manager-daemons-5.14.1-1.cm5141.p0.1.el7.x86_64: [Errno 256] No more mirrors to try.
The url http://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5/RPMS/x86_64/cloudera-manager-server-5.14.1-1.cm... Does not exist.
It looks like installer is trying to download from a wrong link.
Can some one suggest a work around?
04-13-2018 06:40 AM
Hi,
I just tried this on a centOS 7.4 host and it worked, installing CM5.14.2
Is this a clean host that never had CM installed on it before?
Check your repo file. It should say this:
/etc/yum.repos.d/cloudera-manager.repo
[cloudera-manager]
name=Cloudera Manager
baseurl=http://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5/
gpgkey = http://archive.cloudera.com/cm5/redhat/7/x86_64/cm/RPM-GPG-KEY-cloudera
gpgcheck=1
Do you have more than one repo file?
Tina
04-18-2018 11:51 PM