Created 08-31-2016 05:58 AM
Created 08-31-2016 06:15 AM
@saifullah could be plugins issue can you check this.
Created 08-31-2016 06:19 AM
@Saifullah Sajjad do you see the same issue if you use hortonworks public repo?
Created 08-31-2016 06:37 AM
yes the exact same issue, instead of my server name it states it with public-repo-1.hortonworks/HDP/centos6/2.x/updates/2.3.4.0/repodata/repond.xml
Created 08-31-2016 06:40 AM
Created 08-31-2016 06:44 AM
still getting errors
Created 08-31-2016 06:47 AM
@Saifullah Sajjad Add timeout=300 to the /etc/yum.conf file and try again and let me know what error or output do you get.
Created 08-31-2016 07:18 AM
Created 08-31-2016 07:42 AM
Are you able to navigate to that baseurl? Is the repo set correctly? Can you try with public repo to isolate the problem?
Created 09-01-2016 06:09 AM
1. I can navigate to these URLs :
http://lexbz1187.cloud.dst.ibm.com/ambari/centos6/Updates-ambari-2.2.2.0/
http://lexbz1187.cloud.dst.ibm.com/hdp/centos6/HDP-2.3.4.0/
http://lexbz1187.cloud.dst.ibm.com/hdp/centos6/HDP-UTILS-1.1.0.20/
(image URLS attached) urls.png
2. What do you mean by repos set correctly? My yum repolist command gives an error, I don't understand the path lexbz1187.....repodata/repond.xml? till now I have tried many alterations, I even added a proxy and made some changes in the following files : yumconf.png resolveconf.png ambarirepo.png hdprepo.png
I even tried doing a cntlmd install, added proxy settings to bash_profile:
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH export http_proxy=http://127.0.0.1:3128/ export https_proxy=${http_proxy} export ftp_proxy=${http_proxy}