<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Not able to install cloudera manager databases in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62704#M49728</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;EM&gt;yum list |grep postgres-server&lt;/EM&gt; &lt;/FONT&gt;does NOT return anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;yum --nogpgcheck localinstall cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64.rpm&lt;/FONT&gt;&lt;/EM&gt;&amp;nbsp; &amp;nbsp;gives me the exact same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FYI that I got&amp;nbsp;the cloudera files (including repodata) from the following locations:&amp;nbsp;&lt;A href="http://archive.cloudera.com/cm5/repo-as-tarball/5.8.0/" target="_blank"&gt;http://archive.cloudera.com/cm5/repo-as-tarball/5.8.0/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And to have embeded postgresql db installed, my understanding is that i don't have to install any other external db separately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks much for looking into the issue&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2017 01:31:23 GMT</pubDate>
    <dc:creator>shasta</dc:creator>
    <dc:date>2017-12-12T01:31:23Z</dc:date>
    <item>
      <title>Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/22747#M49722</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have download all cloudera rpms and the postgressql rpms in a directory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;cloudera-manager-agent-5.2.1-1.cm521.p0.109.el6.x86_64.rpm&lt;BR /&gt;cloudera-manager-daemons-5.2.1-1.cm521.p0.109.el6.x86_64.rpm&lt;BR /&gt;cloudera-manager-server-5.2.1-1.cm521.p0.109.el6.x86_64.rpm&lt;BR /&gt;cloudera-manager-server-db-2-5.2.1-1.cm521.p0.109.el6.x86_64.rpm&lt;/P&gt;&lt;P&gt;postgresql-8.4.20-1.el6_5.x86_64.rpm postgresql-plperl-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;postgresql-contrib-8.4.20-1.el6_5.x86_64.rpm postgresql-plpython-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;postgresql-devel-8.4.20-1.el6_5.x86_64.rpm postgresql-pltcl-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;postgresql-docs-8.4.20-1.el6_5.x86_64.rpm postgresql-server-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;postgresql-libs-8.4.20-1.el6_5.x86_64.rpm postgresql-test-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;postgresql-odbc-08.04.0200-1.el6.x86_64.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have done a createrepo on this and am running Python -M SimpleHTTPServer. I also have set my cloudera-manager.repo file to point this HTTP Server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was succeful in doing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo yum install oracle-j2sdk1.7&lt;/P&gt;&lt;P&gt;sudo yum install cloudera-manager-daemons cloudera-manager-server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when I try to install the database by&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo yum install cloudera-manager-server-db-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it says&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&amp;gt; Finished Dependency Resolution&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Error: Package: cloudera-manager-server-db-2-5.2.1-1.cm521.p0.109.el6.x86_64 (cloudera-manager)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Requires: postgresql-server &amp;gt;= 8.4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;You could try using --skip-broken to work around the problem&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;You could try running: rpm -Va --nofiles --nodigest&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but you can see that I have copied the postgresql* rpms in the same directory. So why doesn't it just use them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:15:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/22747#M49722</guid>
      <dc:creator>abhishes</dc:creator>
      <dc:date>2022-09-16T09:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/22749#M49723</link>
      <description>Can you run:&lt;BR /&gt;# yum clean all&lt;BR /&gt;# yum makecache&lt;BR /&gt;# yum list | grep postgres&lt;BR /&gt;&lt;BR /&gt;What repo does the postgres show up under?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2014 22:37:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/22749#M49723</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2014-12-16T22:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/22753#M49724</link>
      <description>&lt;P&gt;thanks you pointed me to the right direction. actually I by default it tries to go to the internet but I am using only local rpms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so to solve the issue i did&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo yum -y --disablerepo=* --enablerepo=cloudera-manager,c6-media install cloudera-server-manager-db-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now it was able to pick up postgressql successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 23:06:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/22753#M49724</guid>
      <dc:creator>abhishes</dc:creator>
      <dc:date>2014-12-16T23:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62694#M49725</link>
      <description>&lt;P&gt;Hi, I'm running into the exact same error and tried the resolution as suggested. However, in my case, its NOT working. I still get the same error. Any suggestion why its not working for me. I would greatly appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My scenario:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I've all my rpms in my local dir and this box doesn't have access to internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@sandbox07 install-files]# pwd&lt;BR /&gt;/home/cloudera/install-files&lt;BR /&gt;[root@sandbox07 install-files]# ls -l&lt;BR /&gt;total 806540&lt;BR /&gt;-rw-r--r-- 1 cld cld 7901884 Jun 16 2016 cloudera-manager-agent-5.8.0-1.cm580.p0.40.el6.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 565420876 Jun 16 2016 cloudera-manager-daemons-5.8.0-1.cm580.p0.40.el6.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 8448 Jun 16 2016 cloudera-manager-server-5.8.0-1.cm580.p0.40.el6.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 10156 Jun 16 2016 cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 31924104 Jun 16 2016 enterprise-debuginfo-5.8.0-1.cm580.p0.40.el6.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 71204325 Jun 16 2016 jdk-6u31-linux-amd64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 142039186 Jun 16 2016 oracle-j2sdk1.7-1.7.0+update67-1.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 2710632 Dec 10 20:30 postgresql-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 833816 Dec 10 20:36 postgresql-devel-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 205304 Dec 10 20:35 postgresql-libs-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;-rw-r--r-- 1 cld cld 3602944 Dec 10 20:40 postgresql-server-8.4.20-1.el6_5.x86_64.rpm&lt;BR /&gt;drwxr-xr-x 2 cld cld 4096 Dec 11 03:54 repodata&lt;BR /&gt;-rw-r--r-- 1 cld cld 1690 Jun 16 2016 RPM-GPG-KEY-cloudera&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. My my-cloudera-af.repo file correctly points file location to the correct location:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@sandbox07 yum.repos.d]# ls&lt;BR /&gt;my-cloudera-af.repo redhat.repo rhel-source.repo&lt;BR /&gt;[root@sandbox07 yum.repos.d]# cat my-cloudera-af.repo&lt;BR /&gt;[my-cloudera-af-repo]&lt;BR /&gt;# Couldera Packages used for EnergyIP Analytic Foundation Implementation&lt;BR /&gt;name = my-cloudera-af&lt;BR /&gt;baseurl = file:///home/cloudera/install-files/&lt;BR /&gt;gpgkey = file:///home/cloudera/install-files/RPM-GPG-KEY-cloudera&lt;BR /&gt;gpgcheck = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Running the suggested yum command still result to the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@sandbox07 install-files]# yum -y --disablerepo=* --enablerepo=my-cloudera-af-repo install cloudera-manager-server-db-2&lt;BR /&gt;Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager, verify&lt;BR /&gt;There was an error communicating with RHN.&lt;BR /&gt;RHN Satellite or RHN Classic support will be disabled.&lt;BR /&gt;Error communicating with server. The message was:&lt;BR /&gt;Temporary failure in name resolution&lt;BR /&gt;Setting up Install Process&lt;BR /&gt;Resolving Dependencies&lt;BR /&gt;--&amp;gt; Running transaction check&lt;BR /&gt;---&amp;gt; Package cloudera-manager-server-db-2.x86_64 0:5.8.0-1.cm580.p0.40.el6 will be installed&lt;BR /&gt;--&amp;gt; Processing Dependency: cloudera-manager-server = 5.8.0 for package: cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64&lt;BR /&gt;--&amp;gt; Processing Dependency: postgresql-server &amp;gt;= 8.4 for package: cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64&lt;BR /&gt;--&amp;gt; Running transaction check&lt;BR /&gt;---&amp;gt; Package cloudera-manager-server.x86_64 0:5.8.0-1.cm580.p0.40.el6 will be installed&lt;BR /&gt;--&amp;gt; Processing Dependency: cloudera-manager-daemons = 5.8.0 for package: cloudera-manager-server-5.8.0-1.cm580.p0.40.el6.x86_64&lt;BR /&gt;---&amp;gt; Package cloudera-manager-server-db-2.x86_64 0:5.8.0-1.cm580.p0.40.el6 will be installed&lt;BR /&gt;--&amp;gt; Processing Dependency: postgresql-server &amp;gt;= 8.4 for package: cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64&lt;BR /&gt;--&amp;gt; Running transaction check&lt;BR /&gt;---&amp;gt; Package cloudera-manager-daemons.x86_64 0:5.8.0-1.cm580.p0.40.el6 will be installed&lt;BR /&gt;---&amp;gt; Package cloudera-manager-server-db-2.x86_64 0:5.8.0-1.cm580.p0.40.el6 will be installed&lt;BR /&gt;--&amp;gt; Processing Dependency: postgresql-server &amp;gt;= 8.4 for package: cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64&lt;BR /&gt;--&amp;gt; Finished Dependency Resolution&lt;BR /&gt;Error: Package: cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64 (my-cloudera-af-repo)&lt;BR /&gt;Requires: postgresql-server &amp;gt;= 8.4&lt;BR /&gt;You could try using --skip-broken to work around the problem&lt;BR /&gt;You could try running: rpm -Va --nofiles --nodigest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Running 'yum clean all', 'yum makecache' and finally 'yum list installed | grep postgre' gives the following result. Apparently these postgre* are already installed and has link to Redhat server. Not sure if this is causing the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@sandbox07 yum.repos.d]# yum list installed|grep postgre&lt;BR /&gt;There was an error communicating with RHN.&lt;BR /&gt;RHN Satellite or RHN Classic support will be disabled.&lt;BR /&gt;Error communicating with server. The message was:&lt;BR /&gt;Temporary failure in name resolution&lt;BR /&gt;postgresql.x86_64 8.4.20-1.el6_5 @rhel-x86_64-server-6&lt;BR /&gt;postgresql-devel.x86_64 8.4.20-1.el6_5 @rhel-x86_64-server-6&lt;BR /&gt;postgresql-libs.x86_64 8.4.20-1.el6_5 @rhel-x86_64-server-6&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 22:08:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62694#M49725</guid>
      <dc:creator>shasta</dc:creator>
      <dc:date>2017-12-11T22:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62695#M49726</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25011"&gt;@shasta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This looks like a yum problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum is looking for "postgresql-server" and cannot find it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; Processing Dependency: postgresql-server &amp;gt;= 8.4 for package: cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64&lt;BR /&gt;--&amp;gt; Finished Dependency Resolution&lt;BR /&gt;Error: Package: cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64 (my-cloudera-af-repo)&lt;BR /&gt;Requires: postgresql-server &amp;gt;= 8.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try running "yum list |grep postgres-server"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround, you could install the packages manually using "yum localinstall" perhaps&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 22:51:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62695#M49726</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2017-12-11T22:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62696#M49727</link>
      <description>&lt;P&gt;to clarify, "yum list |grep postgres-server" was intended to show in which repository the package is found.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 22:54:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62696#M49727</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2017-12-11T22:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62704#M49728</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;EM&gt;yum list |grep postgres-server&lt;/EM&gt; &lt;/FONT&gt;does NOT return anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;yum --nogpgcheck localinstall cloudera-manager-server-db-2-5.8.0-1.cm580.p0.40.el6.x86_64.rpm&lt;/FONT&gt;&lt;/EM&gt;&amp;nbsp; &amp;nbsp;gives me the exact same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FYI that I got&amp;nbsp;the cloudera files (including repodata) from the following locations:&amp;nbsp;&lt;A href="http://archive.cloudera.com/cm5/repo-as-tarball/5.8.0/" target="_blank"&gt;http://archive.cloudera.com/cm5/repo-as-tarball/5.8.0/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And to have embeded postgresql db installed, my understanding is that i don't have to install any other external db separately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks much for looking into the issue&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:31:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62704#M49728</guid>
      <dc:creator>shasta</dc:creator>
      <dc:date>2017-12-12T01:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install cloudera manager databases</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62723#M49729</link>
      <description>&lt;P&gt;Apparently, the problem was with the 'repodata' I had. The issue got resolved once I created the new repodata for my install-dir where I had all my install files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded and installed 'createrepo' tool first and then ran the following using the tool:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;createrepo /home/cloudera/install-files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This created a new repodata dir and the files and after this my installation succeeded without any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 22:44:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-install-cloudera-manager-databases/m-p/62723#M49729</guid>
      <dc:creator>shasta</dc:creator>
      <dc:date>2017-12-12T22:44:28Z</dc:date>
    </item>
  </channel>
</rss>

