Run the Cloudera Manager Server Installer

Run the Cloudera Manager installer to the cluster host to which you are installing the Cloudera Manager Server. By default, the automated installer binary (cloudera-manager-installer.bin) installs the highest version of Cloudera Manager.

  • Download the trial software.
  1. Run the Cloudera Manager installer:
    1. Change cloudera-manager-installer.bin to have execute permissions:
      chmod u+x cloudera-manager-installer.bin
    2. Run the Cloudera Manager Server installer:
      sudo ./cloudera-manager-installer.bin
    3. For clusters without Internet access: Install Cloudera Manager packages from a local repository:
      sudo ./cloudera-manager-installer.bin --skip_repo_package=1
    The Cloudera Manager Read Me page appears.
  2. Click Next.
    The Cloudera Standard License page appears.
  3. Click Next to accept the license agreement.
    The the installer starts and does the following:
    1. Installs Oracle JDK.
    2. Installs the Cloudera Manager Server.
    3. Installs the embedded PostgreSQL packages and starts the database and Cloudera Manager Server.
  4. Exit the installer:
    1. When the installation completes, the complete URL for the Cloudera Manager Admin Console displays, including the default port number: 7180.
    2. Click OK.
      The success message appears.
    3. Click OK to exit the installer.
    4. Wait a few minutes for the Cloudera Manager Server to start. To observe the startup process, run sudo tail -f /var/log/cloudera-scm-server/cloudera-scm-server.log on the Cloudera Manager Server host. When you see the following log entry, the Cloudera Manager Admin Console is ready:
      INFO WebServerImpl:com.cloudera.server.cmf.WebServerImpl: Started Jetty server.
Install Cloudera Runtime