RHEL/CentOS/Oracle Linux 6
On a server host that has Internet access, use a command line editor to perform the following:
Steps
Log in to your host as
root
.Download the Ambari repository file to a directory on your installation host.
wget -nv https://archive.cloudera.com/p/ambari/2.x/2.5.0.3/centos6/ambari.repo -O /etc/yum.repos.d/ambari.repo
Important Do not modify the
ambari.repo
file name. This file is expected to be available on the Ambari Server host during Agent registration.Confirm that the repository is configured by checking the repo list.
yum repolist
You should see values similar to the following for Ambari repositories in the list.
repo id repo name status ambari-2.5.0.0-1094 ambari Version - ambari-2.5.0.0-1094 12 base CentOS-6 - Base 6,696 extras CentOS-6 - Extras 64 updates CentOS-6 - Updates 974 repolist: 7,746
Version values vary, depending on the installation.
Install the Ambari bits. This also installs the default PostgreSQL Ambari database.
yum install ambari-server
Enter
y
when prompted to confirm transaction and dependency checks.A successful installation displays output similar to the following:
Installing : postgresql-libs-8.4.20-6.el6.x86_64 1/4 Installing : postgresql-8.4.20-6.el6.x86_64 2/4 Installing : postgresql-server-8.4.20-6.el6.x86_64 3/4 Installing : ambari-server-2.5.0.3-1050.x86_64 4/4 Verifying : ambari-server-2.5.0.3-1050.x86_64 1/4 Verifying : postgresql-8.4.20-6.el6.x86_64 2/4 Verifying : postgresql-server-8.4.20-6.el6.x86_64 3/4 Verifying : postgresql-libs-8.4.20-6.el6.x86_64 4/4 Installed: ambari-server.x86_64 0:2.5.0.3-1050 Dependency Installed: postgresql.x86_64 0:8.4.20-6.el6 postgresql-libs.x86_64 0:8.4.20-6.el6 postgresql-server.x86_64 0:8.4.20-6.el6 Complete!
Note Accept the warning about trusting the Cloudera GPG Key. That key will be automatically downloaded and used to validate packages from Cloudera. You will see the following message:
Importing GPG key 0x07513CAD: Userid: "Jenkins (HDP Builds) <jenkin@hortonworks.com>" From : https://archive.cloudera.com/p/ambari/2.x/2.5.0.3/centos7/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
Note | |
---|---|
When deploying a cluster having limited or no Internet access, you should provide access to the bits using an alternative method. Ambari Server by default uses an embedded PostgreSQL database. When you install the Ambari Server, the PostgreSQL packages and dependencies must be available for install. These packages are typically available as part of your Operating System repositories. Please confirm you have the appropriate repositories available for the postgresql-server packages. |
Next Step
More Information