Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Plan A Cloudera manager 5.3.2 install - Embedded DB is not getting installed, install stops.

avatar
Explorer

Trying to install CM 5.3.2 on RHEL 6.5 using Plan A automatic install. When it tries to install Embedded DB getting below error in the log file and the instsall has to be stopped.

--->Processing dependency: Postgresql-server >= 8.4 for package: cloudera-manager-server-db-2-5.3.2-1.cm532.p0.209.e16.x86_64

----> Finihsed Dependency Resolution

Error: Package: Cloudera-manager-server-db-2-5.3.2-1.cm532.p0.209.e16.x86_64 (cloudera-manager)

Requires: postgresql-server >= 8.4

 

as per documentation all should be included in the package. 

 

Appreciate any help.

 

Thanks,

lm

1 ACCEPTED SOLUTION

avatar
Postgres is part of the "base" repo on CentOS. See this URL
http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os for a list of
CentOS repos where you can see the packages.

If you are using Red Hat (not CentOS) and have a Red Hat subscription, you
should ask them how to add the "os" repository to your hosts.

Regards,
Gautam Gopalakrishnan

View solution in original post

2 REPLIES 2

avatar
Postgres is part of the "base" repo on CentOS. See this URL
http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os for a list of
CentOS repos where you can see the packages.

If you are using Red Hat (not CentOS) and have a Red Hat subscription, you
should ask them how to add the "os" repository to your hosts.

Regards,
Gautam Gopalakrishnan

avatar
Explorer

I downloaded postgresql for RHEL, but still was running into the same issue. Switched over to CentOS and the install went through fine. Thanks for your help.