Installing an Embedded PostgreSQL Database
You can complete a manual installation that uses an embedded PostgreSQL server. If you are using Installation Path A - Automated Installation by Cloudera Manager, an embedded PostgreSQL database is automatically installed, so you do not need to complete this procedure. If, however, you are using Installation Path B - Installation Using Your Own Method, and you want to use an embedded PostgreSQL database, use this procedure.
Use this procedure to manually install PostgreSQL and set up an embedded PostgreSQL database on the appropriate hosts. Note the host name and port number where you install PostgreSQL because you will need to specify them when you install the JDBC connector. Note that PostgreSQL does not have an accepted default port. You must determine the port used in your environment. You will also need to create a PostgreSQL database and user account for Cloudera Manager to use to store data. See your PostgreSQL documentation for more information about installation and configuration.
To install the embedded PostgreSQL database package on the Cloudera Manager Server host: On a Red Hat system if you have a yum repo configured:
$ sudo yum install cloudera-manager-server-db
On a Red Hat system if you're transferring RPMs manually:
$ sudo yum --nogpgcheck localinstall cloudera-manager-server-db.noarch.rpm
On a SUSE system:
$ sudo zypper install cloudera-manager-server-db
On a Debian/Ubuntu system:
$ sudo apt-get install cloudera-manager-server-db
<< Previous: Installing and Configuring an External PostgreSQL Database | Next: Using an Oracle Database >> |