Created on 03-06-2016 03:11 AM - edited 09-16-2022 03:07 AM
I am trying to install HDP ambari without internet access, according to
I downloaded the tarball file to /var/www/http from following URL
tar -zxvf ambari-2.1.2.1-centos6.tar.gz, -- this step create some subdirs and files, but I dont see the ambari.repo file on server at all.
according to HDP doc, after untar, ambari.repo needs to move to /etc/yum/repo.d directory. so I stuck here.
Please help.
Created 03-06-2016 04:51 AM
step 1) Run below command to untar:
go to files location and run below command :
tar zxvf ambari-2.1.2.1-centos6.tar.gz -C /var/www/html/
tar zxvf HDP-2.3.2.0-centos6-rpm.tar.gz -C /var/www/html/
Follow link to set up local Repo link
All the best.:)
Created 03-06-2016 03:13 AM
Created 03-06-2016 03:54 AM
Here is some additional info
Ambari repo link:
------------------
HDP2.3.2.0 repo link:
wget http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.2.0/HDP-2.3.2.0-centos6-rpm.tar.gz
as you know that if you don't have internet and trying to install on Multiple nodes first you need to setup local repository/copy files in all the nodes.. ensure that latest files/repos are showing across the cluster.
Note: If you install ambari2.1.2.1 we have to go with HDP2.3.2.0 . if you are looking for HDP2.3.4 you have to install Ambari2.2.0 or later.
We cann't install HDP2.3.4 with Ambari2.1.2.1
Created 03-06-2016 04:32 AM
Thankyou Divakar. I do download exact tarball you provided above, however, according to HDP doc at following URL
it says,
b. Untar the repository tarballs to the following locations: where , , , , and represent the name, home directory, operating system type, version, and most recent release version, respectively.
Untar Locations for a Local Repository - No Internet Access
----------------------------------------------------------------------------
Repository Content Repository Location
Ambari Repository Untar under <web.server.directory>
---------------------------------------------------------------------------------
I just could not find any ambari repository file after untar.
I do download HDP-2.3.2.0 with ambari 2.1.2.1. and I can find repo files for HDP and HDP_UTIL after untar. thank you for mention that too.
thanks,
Created 03-06-2016 04:34 AM
Thankyou Divakar. I do download exact tarball you provided above, however, according to HDP doc at following URL
it says,
b. Untar the repository tarballs to the following locations: where , , , , and represent the name, home directory, operating system type, version, and most recent release version, respectively.
Untar Locations for a Local Repository - No Internet Access
----------------------------------------------------------------------------
Repository Content Repository Location
Ambari Repository Untar under <web.server.directory>
---------------------------------------------------------------------------------
I just could not find any ambari repository file after untar.
I do download HDP-2.3.2.0 with ambari 2.1.2.1. and I can find repo files for HDP and HDP_UTIL after untar. thank you for mention that too.
thanks,
Created 03-06-2016 03:59 AM
Neeraj, this link you provided here --
got an error:
[root@ip-172-31-62-67 html]# wget https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_obtaining_th... --2016-03-05 22:58:28-- https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_obtaining_th... Resolving docs.hortonworks.com... 54.230.193.145, 54.230.193.190, 54.230.193.214, ... Connecting to docs.hortonworks.com|54.230.193.145|:443... connected. OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Unable to establish SSL connection.
please help.
thank you,
Robin
Created 03-06-2016 04:51 AM
step 1) Run below command to untar:
go to files location and run below command :
tar zxvf ambari-2.1.2.1-centos6.tar.gz -C /var/www/html/
tar zxvf HDP-2.3.2.0-centos6-rpm.tar.gz -C /var/www/html/
Follow link to set up local Repo link
All the best.:)
Created 03-06-2016 05:33 AM
thank you all, I have to download the ambari.repo file separately in this case -- without internet access. now I am done with ambari setup and start.