On a server host that has Internet access, use a command line editor to perform the following:

Steps

  1. Log in to your host as root.
  2. Download the Ambari list file to a directory on your installation host.

    1. wget -O /etc/apt/sources.list.d/ambari.list https://archive.cloudera.com/p/ambari/2.x/2.7.4.0/debian9/ambari.list
    1. apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B9733A7A07513CAD
    1. apt-get update

    Do not modify the ambari.list file name. This file is expected to be available on the Ambari Server host during Agent registration.

  3. Confirm that Ambari packages downloaded successfully by checking the package name list.

    1. apt-cache showpkg ambari-server
    1. apt-cache showpkg ambari-agent
    1. apt-cache showpkg ambari-metrics-assembly

    You should see the Ambari packages in the list.

    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