<?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: Cloudera Manager fails to install on RHEL 5.x in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19342#M3060</link>
    <description>&lt;P&gt;Thanks for opening my eyes. I was scrolling through lots of subversions named&amp;nbsp;postgresql-8.1.x and i didn't notice that&amp;nbsp;additional rpm called postgresql84.&lt;/P&gt;&lt;P&gt;Unfortunately for me it's too late as i just finished the install of RHEL 6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer previous question: RHEL 5 is still supported by RedHat. Changing the OS baseline, for an entire line of solutions, isn't an easy choice when working in a large corporation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2014 17:14:37 GMT</pubDate>
    <dc:creator>MrDz</dc:creator>
    <dc:date>2014-09-25T17:14:37Z</dc:date>
    <item>
      <title>Cloudera Manager fails to install on RHEL 5.x</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19294#M3057</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to install Cloudera Manager 5.1.3&amp;nbsp;on a RHEL 5 OS&lt;/P&gt;&lt;P&gt;As this is my first CM install i've tried with Path A, where everything should be automated.&lt;/P&gt;&lt;P&gt;Like many other i'm encountering an error that PosgreSQL dependency is unavailable.&lt;/P&gt;&lt;P&gt;I already saw the answers that yum is not properly configured to access the PostgreSQL package and i understand i should install&amp;nbsp;the postgresql server by&amp;nbsp;myself.&lt;/P&gt;&lt;P&gt;The problem for me however is that the error log file mentions it needs postgresql server &amp;gt;=8.4. RedHat however is not offering any postgresql 8.4 rpm for RHEL 5. In requirements of CM 5.1 it says RHEL 5.7 is supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise what should i do in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&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.1.3-1.cm513.p0.155.el5 set to be updated&lt;BR /&gt;--&amp;gt; Processing Dependency: postgresql-server &amp;gt;= 8.4 for package: cloudera-manager-server-db-2&lt;BR /&gt;--&amp;gt; Finished Dependency Resolution&lt;BR /&gt;cloudera-manager-server-db-2-5.1.3-1.cm513.p0.155.el5.x86_64 from cloudera-manager has depsolving problems&lt;BR /&gt;&amp;nbsp; --&amp;gt; Missing Dependency: postgresql-server &amp;gt;= 8.4 is needed by package cloudera-manager-server-db-2-5.1.3-1.cm513.p0.155.el5.x86_64 (cloudera-manager)&lt;BR /&gt;Error: Missing Dependency: postgresql-server &amp;gt;= 8.4 is needed by package cloudera-manager-server-db-2-5.1.3-1.cm513.p0.155.el5.x86_64 (cloudera-manager)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:08:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19294#M3057</guid>
      <dc:creator>MrDz</dc:creator>
      <dc:date>2022-09-16T09:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera Manager fails to install on RHEL 5.x</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19310#M3059</link>
      <description>&lt;P&gt;​postgresql-server is in the updates repo&lt;BR /&gt;&lt;BR /&gt;The repo &lt;A href="http://vault.centos.org/5.7/updates/x86_64/RPMS/​" target="_blank"&gt;http://vault.centos.org/5.7/updates/x86_64/RPMS/​&lt;/A&gt; contains&lt;BR /&gt;postgresql84-server-8.4.9-1.el5_7.1.x86_64.rpm&lt;BR /&gt;&lt;BR /&gt;This will add a repo&lt;BR /&gt;# cat &amp;gt; /etc/yum.repos.d/centos57-updates.repo &amp;lt;&lt;SPAN&gt;&amp;lt;EOF&lt;/SPAN&gt;&lt;BR /&gt;[updates]&lt;BR /&gt;name=Updates&lt;BR /&gt;baseurl=&lt;A href="http://vault.centos.org/5.7/updates/\$basearch/" target="_blank"&gt;http://vault.centos.org/5.7/updates/\$basearch/&lt;/A&gt;&lt;BR /&gt;gpgcheck=0&lt;BR /&gt;&amp;lt;&lt;SPAN&gt;&amp;lt;EOF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Then install postgresql84-server&lt;BR /&gt;&lt;BR /&gt;# yum makecache&lt;BR /&gt;# yum install postgresql84&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2014 15:38:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19310#M3059</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2014-09-25T15:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera Manager fails to install on RHEL 5.x</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19322#M3058</link>
      <description>&lt;P&gt;Why are you using such an outdated RHEL release in the first place?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see response from our team in the message entitled:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.cloudera.com/t5/Cloudera-Manager-Installation/Re-Cloudera-Manager-fails-to-install-on-RHEL-5-x/td-p/19310/jump-to/first-unread-message" target="_blank"&gt;Re: Cloudera Manager fails to install on RHEL 5.x &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG title="Contains a hyperlink" alt="Message contains a hyperlink" src="https://ip1.i.lithium.com/0bd30f8e277a37b98e957785b0f96ae6f4d4a28d/687474703a2f2f78676b667132383337372e692e6c69746869756d2e636f6d2f736b696e732f696d616765732f35383535393341444645383837443843414438384341313137463833444243382f626173652f696d616765732f6d6573736167655f6861735f75726c2e706e67" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2014 15:08:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19322#M3058</guid>
      <dc:creator>Grizzly</dc:creator>
      <dc:date>2014-09-25T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera Manager fails to install on RHEL 5.x</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19342#M3060</link>
      <description>&lt;P&gt;Thanks for opening my eyes. I was scrolling through lots of subversions named&amp;nbsp;postgresql-8.1.x and i didn't notice that&amp;nbsp;additional rpm called postgresql84.&lt;/P&gt;&lt;P&gt;Unfortunately for me it's too late as i just finished the install of RHEL 6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer previous question: RHEL 5 is still supported by RedHat. Changing the OS baseline, for an entire line of solutions, isn't an easy choice when working in a large corporation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2014 17:14:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Manager-fails-to-install-on-RHEL-5-x/m-p/19342#M3060</guid>
      <dc:creator>MrDz</dc:creator>
      <dc:date>2014-09-25T17:14:37Z</dc:date>
    </item>
  </channel>
</rss>

