<?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: Failed to install cloudera-manager-agent package in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-cloudera-manager-agent-package/m-p/391005#M247434</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100687"&gt;@Laplace&lt;/a&gt;&amp;nbsp;it seems like the cloudera manager repo you are using on that server is not correct, please check the repo and correct it, it could be the URLs present are incorrect.&lt;BR /&gt;&lt;BR /&gt;repo path: /etc/yum.repos.d/&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 12:54:36 GMT</pubDate>
    <dc:creator>Rajat_710</dc:creator>
    <dc:date>2024-07-26T12:54:36Z</dc:date>
    <item>
      <title>Failed to install cloudera-manager-agent package</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-cloudera-manager-agent-package/m-p/353283#M236679</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to install cloudera-manager offline and the above problem occurs when I install cloudera-manager-agent package.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="微信图片_20220926155347.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/35743i016D7AB4AF810BA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信图片_20220926155347.jpg" alt="微信图片_20220926155347.jpg" /&gt;&lt;/span&gt;Installing cloudera-manager-agent packs...&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BEGIN yum --disablerepo=* --enablerepo=cloudera* list installed cloudera-manager-agent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Loaded plugins：fastestmirror, langpacks&lt;/SPAN&gt;&lt;BR /&gt;Installed packages&lt;BR /&gt;&lt;SPAN&gt;cloudera-manager-agent.x86_64 6.3.1-1466458.el7 installed&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;END (0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;BEGIN echo oracle-j2sdk1.8 cloudera-manager-agent cloudera-manager-daemons | grep cloudera-manager-agent&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;END (0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;oracle-j2sdk1.8 cloudera-manager-agent cloudera-manager-daemons&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;BEGIN yum --disablerepo=* --enablerepo=cloudera* info cloudera-manager-agent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Loaded plugins: fastestmirror, langpacks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading mirror speeds from cached hostfile&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the configured repositories failed (Unknown),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and yum doesn't have enough cached data to continue. At this point the only&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;safe thing yum can do is fail. There are a few ways to work "fix" this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Contact the upstream for the repository and get them to fix the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Reconfigure the baseurl/etc. for the repository, to point to a working&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;upstream. This is most often useful if you are using a newer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;distribution release than is supported by the repository (and the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;packages for the previous distribution release still work).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Run the command with the repository temporarily disabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yum --disablerepo=&amp;lt;repoid&amp;gt; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Disable the repository permanently, so yum won't use it by default. Yum&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;will then just ignore the repository until you permanently enable it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;again or use --enablerepo for temporary usage:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yum-config-manager --disable &amp;lt;repoid&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;subscription-manager repos --disable=&amp;lt;repoid&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Configure the failing repository to be skipped, if it is unavailable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that yum will try to contact the repo. when it runs most commands,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so will have to try and fail each time (and thus. yum will be be much&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;slower). If it is a very temporary problem though, this is often a nice&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compromise:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yum-config-manager --save --setopt=&amp;lt;repoid&amp;gt;.skip_if_unavailable=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cannot find a valid baseurl for repo: cloudera-manager&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;END (1)&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;cloudera-manager-agent must have Version=6.3.1 and Build=1466458, exiting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;closing logging file descriptor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My english is not very good so i am using google translate to ask the question please bear with me.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:30:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-cloudera-manager-agent-package/m-p/353283#M236679</guid>
      <dc:creator>Laplace</dc:creator>
      <dc:date>2022-09-26T08:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to install cloudera-manager-agent package</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-cloudera-manager-agent-package/m-p/391005#M247434</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100687"&gt;@Laplace&lt;/a&gt;&amp;nbsp;it seems like the cloudera manager repo you are using on that server is not correct, please check the repo and correct it, it could be the URLs present are incorrect.&lt;BR /&gt;&lt;BR /&gt;repo path: /etc/yum.repos.d/&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 12:54:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Failed-to-install-cloudera-manager-agent-package/m-p/391005#M247434</guid>
      <dc:creator>Rajat_710</dc:creator>
      <dc:date>2024-07-26T12:54:36Z</dc:date>
    </item>
  </channel>
</rss>

