Created 01-10-2019 11:44 PM
When I try to install the CM agent 5.16 on SLES12 SP3 I get following error:
m4dn136:~ # zypper install cloudera-manager-daemons cloudera-manager-agent Loading repository data... Reading installed packages... 'cloudera-manager-daemons' is already installed. No update candidate for 'cloudera-manager-daemons-5.16.1-1.cm5161.p0.1.sles12.x86_64'. The highest available version is already installed. Resolving package dependencies... Problem: nothing provides python-psycopg2 needed by cloudera-manager-agent-5.16.1-1.cm5161.p0.1.sles12.x86_64 Solution 1: do not install cloudera-manager-agent-5.16.1-1.cm5161.p0.1.sles12.x86_64 Solution 2: break cloudera-manager-agent-5.16.1-1.cm5161.p0.1.sles12.x86_64 by ignoring some of its dependencies
This package is not part of the SLES12 SP3 distribution. Where can I get it?
Created 01-11-2019 02:00 AM
I found the solution:
But there is no supported rpm for SLES12 on the referenced page https://software.opensuse.org/package/python-psycopg2
Created 01-11-2019 02:00 AM
I found the solution:
But there is no supported rpm for SLES12 on the referenced page https://software.opensuse.org/package/python-psycopg2
Created 01-11-2019 05:38 AM
I tried downloading from
and installed by rpm, but still having problem....
Created 01-11-2019 06:56 AM
Try downloading these repos to all the hosts you will install CM on. One of them has psycopg2, off hand I don't remember which one.
{code}
zypper addrepo https://download.opensuse.org/repositories/server:database:postgresql/openSUSE_Tumbleweed/server:dat...
zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Tumbleweed/devel:languag...
zypper refresh
MUST ANSWER ' a ' TO ALWAYS TRUST KEY QUESTION
zypper clean --all
{code}
If an older repo exists, remove it first.
Then try your install again.
Created 01-11-2019 08:53 AM
Worked!!! perfect!!!!!
thank you so much!!!!
Created 01-11-2019 08:55 AM
Great!! Glad to hear it!!