Support Questions

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

Issues In Installation for ambari Repo and Agent Manually - Please assist

avatar

Hi

I am doing the manual installation of ambari following the steps (please see the screenshot - ambari-agent.jpg As given in this , I cannot see the below , on executing the yum repolist:

AMBARI.2.2.1.1-2.xAmbari 2.x8

Please see the screeshot - yum-repolist.jpg Please guide me on this :(((

@drussell - Will appreciate your assistance :))))

1 ACCEPTED SOLUTION

avatar
Master Guru

Try this

export http_proxy=http://proxy.tcs.com:8080
wget --proxy-user=1105949 --proxy-password='Bvs#...' http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.2.1.1/ambari.repo -O /etc/yum.repos.d/ambari.repo

Type your full password on the second line, and confirm proxy URL and the proxy user. If it works you will get ambari.repo and you should be good to go since your yum proxy looks good. Confirm with "yum repolist", and try to install ambari-agent.

View solution in original post

12 REPLIES 12

avatar

@drussell Please assist i have made the changes as you said ... please check the above comment

avatar
@drussell

I shared the in my actualquery on this , why ambari version is not displayed on doing yum repolist

avatar
Master Guru

Try this

export http_proxy=http://proxy.tcs.com:8080
wget --proxy-user=1105949 --proxy-password='Bvs#...' http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.2.1.1/ambari.repo -O /etc/yum.repos.d/ambari.repo

Type your full password on the second line, and confirm proxy URL and the proxy user. If it works you will get ambari.repo and you should be good to go since your yum proxy looks good. Confirm with "yum repolist", and try to install ambari-agent.