<?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: Upgrade failure - Ambari 2.7.1 to 2.7.3 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243292#M205090</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/114948/chhayavishwakarma1.html" nodeid="114948"&gt;@Chhaya Vishwakarma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good to know that the original issue reported as part of the HCC thread is resolved.&lt;/P&gt;&lt;P&gt;It will be great if you mark this HCC thread as "Answered" by clicking the "Accept" button on the correct answer.&lt;/P&gt;&lt;P&gt;For the new issue please open a Separate HCC thread so HCC users will be able to browse single query/with single solution as part of this thread.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2019 12:52:33 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2019-06-27T12:52:33Z</dc:date>
    <item>
      <title>Upgrade failure - Ambari 2.7.1 to 2.7.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243287#M205085</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm trying to upgrade Ambari server and agents from 2.7.1 to 2.7.3 using below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-upgrade/content/upgrade_ambari.html"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-upgrade/content/upgrade_ambari.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;But it is failing in "yum upgrade ambari-server". I have tried cleaning up repository &amp;amp; cache but still facing same issue.&lt;/P&gt;&lt;PRE&gt;&amp;nbsp; &amp;nbsp; [root@host ~]# yum upgrade ambari-server
&amp;nbsp; &amp;nbsp; Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
&amp;nbsp; &amp;nbsp; No packages marked for update
&lt;/PRE&gt;&lt;PRE&gt;[root@host conf]# yum repolist | grep ambari
ambari-2.7.3.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ambari Version - amba &amp;nbsp; &amp;nbsp; 13
[root@host conf]#&lt;/PRE&gt;&lt;P&gt;Below is content of ambari.repo&lt;/P&gt;&lt;PRE&gt;[root@host yum.repos.d]# cat ambari.repo
#VERSION_NUMBER=2.7.3.0-139
[ambari-2.7.3.0]
#json.url = &lt;A href="http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json" target="_blank"&gt;http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json&lt;/A&gt;
name=ambari Version - ambari-2.7.3.0
baseurl=http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.3.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.3.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can someone please help to understand what might be wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 09:28:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243287#M205085</guid>
      <dc:creator>chhaya_vishwaka</dc:creator>
      <dc:date>2019-06-27T09:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade failure - Ambari 2.7.1 to 2.7.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243288#M205086</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/114948/chhayavishwakarma1.html"&gt;@Chhaya Vishwakarma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;May be your ambari binaries are already upgraded.&lt;/P&gt;&lt;P&gt;Can you please share the output of the following command? Does it show 2.7.3 ?&lt;/P&gt;&lt;PRE&gt;# rpm -qa | grep ambari&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If you see that ambari server binaries are already updated&lt;/EM&gt;&lt;/STRONG&gt; then you can take AMbari Server DB dump and then go for ambari server schema upgrade as described in following link . &lt;/P&gt;&lt;P&gt;Upgrade Ambari Server database schema. On &lt;STRONG&gt;the host&lt;/STRONG&gt; running Ambari Server:&lt;/P&gt;&lt;PRE&gt;# ambari-server upgrade&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-upgrade-major/content/upgrade_ambari.html"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-upgrade-major/content/upgrade_ambari.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 10:02:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243288#M205086</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2019-06-27T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade failure - Ambari 2.7.1 to 2.7.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243289#M205087</link>
      <description>&lt;P&gt;it't not upgraded , still shows 2.7.1. OS am using is IBM POWER &lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 10:11:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243289#M205087</guid>
      <dc:creator>chhaya_vishwaka</dc:creator>
      <dc:date>2019-06-27T10:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade failure - Ambari 2.7.1 to 2.7.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243290#M205088</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/114948/chhayavishwakarma1.html"&gt;@Chhaya Vishwakarma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you are using PPC system so can you please try using the PPC repo instead?&lt;/P&gt;&lt;PRE&gt;# wget -nv &amp;nbsp;http://public-repo-1.hortonworks.com/ambari/centos7-ppc/2.x/updates/2.7.3.0/ambari.repo &amp;nbsp;-O /etc/yum.repos.d/ambari.repo

# yum clean all

# yum upgrade ambari-server &lt;/PRE&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-installation-ppc/content/download_the_ambari_repo.html"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-installation-ppc/content/download_the_ambari_repo.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Your ambari.repo should be looking like this for IBM Power Systems (PPC)&lt;/P&gt;&lt;PRE&gt;#VERSION_NUMBER=2.7.3.0-139
[ambari-2.7.3.0]
#json.url = &lt;A href="http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json" target="_blank"&gt;http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json&lt;/A&gt;
name=ambari Version - ambari-2.7.3.0
baseurl=http://public-repo-1.hortonworks.com/ambari/centos7-ppc/2.x/updates/2.7.3.0
gpgcheck=1
gpgkey=http://public-repo-1.hortonworks.com/ambari/centos7-ppc/2.x/updates/2.7.3.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 10:47:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243290#M205088</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2019-06-27T10:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade failure - Ambari 2.7.1 to 2.7.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243291#M205089</link>
      <description>&lt;P&gt;Thanks for the help &lt;A rel="user" href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;Jay Kumar SenSharma&lt;/A&gt;  , I Could successfully upgrade Ambari. I started facing another issue, after upgrade I don't see any HDP services running while in back-end services are up.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 12:49:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243291#M205089</guid>
      <dc:creator>chhaya_vishwaka</dc:creator>
      <dc:date>2019-06-27T12:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade failure - Ambari 2.7.1 to 2.7.3</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243292#M205090</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/114948/chhayavishwakarma1.html" nodeid="114948"&gt;@Chhaya Vishwakarma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good to know that the original issue reported as part of the HCC thread is resolved.&lt;/P&gt;&lt;P&gt;It will be great if you mark this HCC thread as "Answered" by clicking the "Accept" button on the correct answer.&lt;/P&gt;&lt;P&gt;For the new issue please open a Separate HCC thread so HCC users will be able to browse single query/with single solution as part of this thread.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 12:52:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Upgrade-failure-Ambari-2-7-1-to-2-7-3/m-p/243292#M205090</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2019-06-27T12:52:33Z</dc:date>
    </item>
  </channel>
</rss>

