1.3. SLES 11

  1. Verify that php_curl is installed before you begin.

    zypper se 'php_curl*'

    If php_curl is not installed, install it:

    zypper in php_curl 

  2. Confirm the downloaded repository is configured by checking the repo list.

    zypper repos

    You should see the Ambari and HDP utilities in the list. The version values vary depending the installation.

    # | Alias               | Name
    1 | AMBARI.dev-1.x      | Ambari 1.x
    2 | HDP-UTILS-1.1.0.16  | Hortonworks Data Platform Utils               
  3. Install the Ambari bits using zypper. This also installs PostgreSQL.

    zypper install ambari-server

loading table of contents...