<?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 CentOS 7.2 on Azure - how to update to CentOS 7.3 ? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60953#M51655</link>
    <description>&lt;P&gt;I started to dig deeper into documentation and quickly determined I would be better off simply some of my contacts for assistance here. Let me see if I can find anything out get find someone to chime in. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 12:48:43 GMT</pubDate>
    <dc:creator>cjervis</dc:creator>
    <dc:date>2017-10-16T12:48:43Z</dc:date>
    <item>
      <title>Cloudera CentOS 7.2 on Azure - how to update to CentOS 7.3 ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60658#M51651</link>
      <description>&lt;P&gt;&lt;BR /&gt;I created a new VM in Azure using the marketplace CentOS 7.2 from Cloudera.&lt;BR /&gt;Installed the Cloudera manager on it, all good.&lt;BR /&gt;Now, if I want to update the VM, there are 2 problems:&lt;BR /&gt;1. LIS drivers go in dependency issue (this can be mitigated by removing the LIS drivers before updating)&lt;/P&gt;&lt;PRE&gt;V drivers [root@vmhostname ~] # rpm -qa |grep microsoft&lt;BR /&gt;microsoft-hyper-v-4.2.0-20170421.x86_64 &lt;BR /&gt;microsoft-hyper-v-debuginfo-4.2.0-20170421.x86_64 &lt;BR /&gt;kmod-microsoft-hyper-v-4.2.0-20170421.x86_64 &lt;BR /&gt;&lt;BR /&gt;[root@vmhostname ~] #rpm -e microsoft-hyper-v-4.2.0-20170421.x86_64 kmod-microsoft-hyper-v-4.2.0-20170421.x86_64 microsoft-hyper-v-debuginfo-4.2.0-20170421.x86_64 &lt;BR /&gt;Removing Package.. &lt;BR /&gt;Stopping KVP Daemon.... &lt;BR /&gt;Stopping FCOPY Daemon.... &lt;BR /&gt;Stopping VSS Daemon.... &lt;BR /&gt;Create and install initramfs without Hyper-Linux Integration Services for Hyper-V has been removed. &lt;BR /&gt;Please reboot your system.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;[root@vmhostname ~] # reboot&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;After reboot, you can go ahead with the update:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; [root@vmhostname ~] # yum update &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;Check if you have any other dependency issues. If none, you're OK and can continue with the yum update. So.. let's say this part is OK&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;2. The update skips a release, and goes directly to CentOS7.4, with the Kernel-3.10.0-693.* ... which, according to this page ( &lt;A href="https://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#gateway-os" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#gateway-os&lt;/A&gt; ) is not supported..&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$cat  /etc/*release
CentOS Linux release 7.2.1511 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
 
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
 
CentOS Linux release 7.2.1511 (Core)
CentOS Linux release 7.2.1511 (Core)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;The repository shows something unexpected; it uses RogueWave (former OpenLogic) repository to update the CentOS base:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ cat /etc/yum.repos.d/CentOS-Base.repo
[openlogic]
name=CentOS-7 - openlogic packages for $basearch
baseurl=http://olcentgbl.trafficmanager.net/openlogic/7/openlogic/$basearch/
enabled=1
gpgcheck=0
 
[base]
name=CentOS-7 - Base
baseurl=http://olcentgbl.trafficmanager.net/centos/7/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
 
#released updates
[updates]
name=CentOS-7 - Updates
baseurl=http://olcentgbl.trafficmanager.net/centos/7/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
 
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://olcentgbl.trafficmanager.net/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
 
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-7 - Plus
baseurl=http://olcentgbl.trafficmanager.net/centos/7/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
 
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
baseurl=http://olcentgbl.trafficmanager.net/centos/7/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7&lt;/PRE&gt;&lt;P&gt;I also added the cloudera repository for the manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried with "yum --releasever=7.3 update" but got an 404 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Checking the url &lt;A href="http://olcentgbl.trafficmanager.net/centos/" target="_blank"&gt;http://olcentgbl.trafficmanager.net/centos/&lt;/A&gt; in browser you will find the only CentOS7.3 related directory is one called 7.3.1611.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;However:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@vmhostname ~]# yum --releasever=7.3.1611 check-update | grep centos-release&amp;nbsp;
centos-release.x86_64&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; 7-4.1708.el7.centos&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; base&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Checked with RogueWave, since is their repo, and they simply stated that 7.3 is deprecated and no longer supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;So, how do I solve this?&lt;BR /&gt;- no longer update ?&lt;BR /&gt;- change the repository ?With what ?&lt;BR /&gt;- wait for Cloudera Manager to work in CentOS7.4 ?&lt;BR /&gt;- other options ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:03:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60658#M51651</guid>
      <dc:creator>nedmar</dc:creator>
      <dc:date>2017-10-05T15:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera CentOS 7.2 on Azure - how to update to CentOS 7.3 ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60853#M51652</link>
      <description>&lt;P&gt;Any updates on this?&lt;/P&gt;&lt;P&gt;Anyone?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:58:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60853#M51652</guid>
      <dc:creator>nedmar</dc:creator>
      <dc:date>2017-10-12T11:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera CentOS 7.2 on Azure - how to update to CentOS 7.3 ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60854#M51653</link>
      <description>&lt;P&gt;While you are waiting for a more experienced person to chime in I thought I would provide a link to documentation on &lt;A href="https://www.cloudera.com/documentation/enterprise/5-11-x/topics/cm_ag_upgrading_os.html" target="_blank"&gt;Upgrading Host Operating Systems in a CDH Cluster&lt;/A&gt;&amp;nbsp;in hopes it may be of some assistance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 12:54:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60854#M51653</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2017-10-12T12:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera CentOS 7.2 on Azure - how to update to CentOS 7.3 ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60940#M51654</link>
      <description>&lt;P&gt;Hi cjervis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the idea and for the response, but that doesn't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is simply related to CentOS version and compatibility with Cloudera software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Azure, the offer from Cloudera is a CentOS 7.2 version, created from a Rogue Wave initial image, or that is simply using the repository of Rogue Wave for updates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The latest CentOS compatible version with the&amp;nbsp;Cloudera Manager 5.11.1 seems to be CentOS7.3, but Rogue Wave doesn't support CentOS 7.3 and has disabled the repository for it, forcing CentOS 7.4 as upgrade from CentOS 7.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But Cloudera Manager&amp;nbsp; 5.11.1 isn't compatible with CentOS 7.4. So, no update is possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose, at this point, the question is:&lt;/P&gt;&lt;P&gt;- Cloudera Manager will get some update to work with CentOS 7.4 soon ?&lt;/P&gt;&lt;P&gt;- Cloudera has some additional repository available, that can replace the base repository of Rogue Wave for the CentOS images Cloudera added in the Azure Marketplace?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 06:53:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60940#M51654</guid>
      <dc:creator>nedmar</dc:creator>
      <dc:date>2017-10-16T06:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera CentOS 7.2 on Azure - how to update to CentOS 7.3 ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60953#M51655</link>
      <description>&lt;P&gt;I started to dig deeper into documentation and quickly determined I would be better off simply some of my contacts for assistance here. Let me see if I can find anything out get find someone to chime in. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 12:48:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60953#M51655</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2017-10-16T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera CentOS 7.2 on Azure - how to update to CentOS 7.3 ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60961#M51656</link>
      <description>&lt;P&gt;Hi cjervis&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just found that Cloudera Manager 5.13.x is now supported on CentOS 7.4&lt;/P&gt;&lt;P&gt;So, I think the Cloudera team was silently listening and fixing things... &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#concept_dcw_m5v_jz" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#concept_dcw_m5v_jz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:44:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60961#M51656</guid>
      <dc:creator>nedmar</dc:creator>
      <dc:date>2017-10-16T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera CentOS 7.2 on Azure - how to update to CentOS 7.3 ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60962#M51657</link>
      <description>&lt;P&gt;&lt;SPAN&gt;New OS releases&amp;nbsp;can be tested and certified only with new Cloudera Manager / CDH versions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;With the recent 5.13 release, RedHat / CentOS 7.4 is now supported for the 5.11, 5.12 and 5.13 releases, see&amp;nbsp;&lt;A href="https://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#cdh_cm_supported_os" target="_blank"&gt;CDH and Cloudera Manager Supported Operating Systems&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:50:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-CentOS-7-2-on-Azure-how-to-update-to-CentOS-7-3/m-p/60962#M51657</guid>
      <dc:creator>gzigldrum</dc:creator>
      <dc:date>2017-10-16T14:50:44Z</dc:date>
    </item>
  </channel>
</rss>

