- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Does Ambari needs SSH User Equivalance to send the repo file to Ambari agents during Initial installation ?
- Labels:
-
Apache Ambari
Created ‎10-25-2015 03:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I understand SSH user equivalance is needed for installing ambari agent through Ambari UI. If we manage to install ambari agent manually Do we still need password less SSH requirement from Ambari server to Agents to transfer the repo files ?
Created ‎10-26-2015 03:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Guys - just trying to summarize so we can wrap this thread up:
Passwordless SSH access is only required if you want to automatically install and bootstrap the Ambari Agent using the Ambari UI.
It is not needed if Ambari Agents are manually installed. The manual installation of the Ambari Agent is documented here as @mahadev@hortonworks.com pointed out: http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_reference_guide/content/ch_amb_ref...
During the manual installation you will place the ambari.repo as part of the Ambari Agent installation and all other repo's will be deployed as necessary during the installation wizard automatically.
Created ‎10-25-2015 03:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes you need to setup password less ssh - more info:
You can also setup Ambari agents manually - no password less ssh required:
Hope that helps.
Created ‎10-25-2015 06:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Neeraj. So Ambari needs SSH user equivalence only for Agent install. Can it successfully transfer the repo file to the agents ?
.
Created ‎10-25-2015 06:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @mahadev@hortonworks.com
But if i install agents manually without SSH . Do i need to manually transfer the repo files to all agents or ambari server will take care
Created ‎10-28-2015 06:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In order to install the ambari-agent on a node without SSH, you have to get the ambari.repo file first.
wget -O /etc/yum.repos.d/ambari.repo http:
//s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/2.x/latest/trunk/ambaribn.repo
yum install ambari-agent -y
Created ‎10-25-2015 04:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, you don't need password less connectivity as long as you are ok with installing agent manullay in each node.
Created ‎10-25-2015 06:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Neeraj. So Ambari needs SSH user equivalence only for Agent install. With manual install of Ambari agnet , Can it successfully transfer the repo file to the agents without SSH user equivalence ?
Created ‎10-26-2015 09:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@jramakrishnan@hortonworks.com Please see this
Yes, we would need repo file in each host.
Step 1 ) Download repo in each host
Step 2) Install agents manually
Created ‎10-26-2015 03:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Guys - just trying to summarize so we can wrap this thread up:
Passwordless SSH access is only required if you want to automatically install and bootstrap the Ambari Agent using the Ambari UI.
It is not needed if Ambari Agents are manually installed. The manual installation of the Ambari Agent is documented here as @mahadev@hortonworks.com pointed out: http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_reference_guide/content/ch_amb_ref...
During the manual installation you will place the ambari.repo as part of the Ambari Agent installation and all other repo's will be deployed as necessary during the installation wizard automatically.
