Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Problem during installation CDH via Manager

avatar
New Contributor

** No access to internet, so everything has to be local repository**

1. Have added two local repositories on RHEL 7, one for CM and another for CDH.

dbt1:/etc/yum.repos.d
#cat cm.repo cdh.repo
[cm]
name=cm
baseurl=http://10.10.120.8/rhes7/cm
gpgcheck=0
enabled=1
[cdh]
name=cdh
baseurl=http://10.10.120.8/rhes7/cdh
gpgcheck=0
enabled=1
dbt1:/etc/yum.repos.d
#ls -lR /var/www/html/rhes7/cdh
/var/www/html/rhes7/cdh:
total 12
drwxrwxrwx. 2 root root 4096 Dec 9 10:15 5.7
drwxrwxrwx. 2 root root 4096 Dec 9 11:56 5.8
drwxrwxrwx. 2 root root 4096 Dec 9 11:54 5.9

/var/www/html/rhes7/cdh/5.7:
total 1403680
-rwxrwxrwx. 1 root root 1437363126 Dec 9 05:27 CDH-5.7.5-1.cdh5.7.5.p0.3-el7.parcel
-rwxrwxrwx. 1 root root 41 Dec 9 05:27 CDH-5.7.5-1.cdh5.7.5.p0.3-el7.parcel.sha1

/var/www/html/rhes7/cdh/5.8:
total 1445088
-rwxrwxrwx. 1 root root 1479696719 Nov 29 18:45 CDH-5.8.3-1.cdh5.8.3.p0.2-el7.parcel
-rwxrwxrwx. 1 root root 41 Dec 8 18:45 CDH-5.8.3-1.cdh5.8.3.p0.2-el7.parcel.sha1
-rw-r--r--. 1 root root 63719 Dec 9 11:56 manifest.json

/var/www/html/rhes7/cdh/5.9:
total 1458000
-rwxrwxrwx. 1 root root 1492922238 Dec 2 06:51 CDH-5.9.0-1.cdh5.9.0.p0.23-el7.parcel
-rwxrwxrwx. 1 root root 41 Dec 9 11:40 CDH-5.9.0-1.cdh5.9.0.p0.23-el7.parcel.sha1
-rwxrwxrwx. 1 root root 63989 Dec 9 11:54 manifest.json
dbt1:/etc/yum.repos.d

 

2. Was able to install oracle jdk, CM server and daemons via local repo

oracle-j2sdk1.7-1.7.0+update67-1.x86_64

cloudera-manager-server-5.8.3-1.cm583.p0.8.el7.x86_64
cloudera-manager-daemons-5.8.3-1.cm583.p0.8.el7.x86_64

 

3. Now trying to perform CDH install via CM (10.10.120.8:7180). 

 

Local Parcel repository Path /var/www/html/rhes7/cdh/5.8

Remote Parcel repository URL http://10.10.120.8:8000/5.8/
Removed rest of the URLs 

 

It is complaining  like

Versions of CDH that are too new for this version of Cloudera Manager (5.8.3) will not be shown.

 

4. on SCM log

2016-12-09 11:55:17,818 INFO 1913278436@scm-web-1:com.cloudera.server.web.cmf.ParcelController: Excluding unavailable parcel 'CDH-5.7.5-1.cdh5.7.5.p0.3' from installable candidates.
2016-12-09 11:55:23,816 INFO 1913278436@scm-web-1:com.cloudera.server.web.cmf.ParcelController: Excluding parcel with errors 'CDH-5.8.3-1.cdh5.8.3.p0.2' from installable candidates.
2016-12-09 11:55:23,816 INFO 1913278436@scm-web-1:com.cloudera.server.web.cmf.ParcelController: Excluding unavailable parcel 'CDH-5.9.0-1.cdh5.9.0.p0.23' from installable candidates.
2016-12-09 11:55:23,816 INFO 1913278436@scm-web-1:com.cloudera.server.web.cmf.ParcelController: Excluding unavailable parcel 'CDH-5.7.5-1.cdh5.7.5.p0.3' from installable candidates.

 

Please help.

Who agreed with this topic