2. Set Up the Server

The ambari-server command manages the setup process. Follow the prompts:

ambari-server setup
  1. If you have not temporarily disabled SELinux, you may get a warning. Enter y to continue.

  2. By default, Ambari Server runs under root. If you want to create a different user to run the Ambari Server instead, or to assign a previously created user, select y at Customize user account for ambari-server daemon and give the prompt the username you want to use.

  3. If you have not temporarily disabled iptables you may get a warning. Enter y to continue. See Configuring Ports for (2.x) or (1.x) for more information on the ports that must be open and accessible.

  4. Agree to the Oracle JDK license when asked. You must accept this license to be able to download the necessary JDK from Oracle. The JDK is installed during the deploy phase.

    [Note]Note

    By default, Ambari Server setup will download and install Oracle JDK 1.6. If you plan to download this JDK and install on all your hosts, or plan to use a different version of the JDK, skip this step and see Setup Options for more information

  5. At Enter advanced database configuration:

    • To use the default PostgreSQL database, named ambari, with the default username and password (ambari/bigdata), enter 1.

      [Important]Important

      If you are using an existing Oracle or MySQL database instance, you must prepare the instance using the steps detailed in Using Non-Default Databases before running the installer.

    • To use an existing Oracle 11g r2 instance, and select your own database name, username and password for that database, enter 2.

      Select the database you want to use and provide any information required by the prompts, including hostname, port, Service Name or SID, username, and password.

    • To use an existing MySQL 5.x database, and select your own database name, username and password for that database, enter 3.

      Select the database you want to use and provide any information required by the prompts, including hostname, port, database name, username, and password.

  6. Setup completes.

    [Note]Note

    If your host accesses the Internet through a proxy server, you must configure Ambari Server to use this proxy server. See Configure Ambari Server for Internet Proxy for more information.


loading table of contents...