<?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 Disable OS Check during Ambari Registration in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135475#M43750</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the answer below on another post, but HOW does one actually disable the OS Check during the deployment phase.&lt;/P&gt;&lt;P&gt;I have a HDP 2.5 running on RHEL7.  I'm just trying to register a RHEL6 node only to install client tools, no services.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/18479/how-to-register-host-with-different-os-to-ambari.html#answer-form"&gt;https://community.hortonworks.com/questions/18479/how-to-register-host-with-different-os-to-ambari.html#answer-form&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2016 01:24:39 GMT</pubDate>
    <dc:creator>hugoa_schieck</dc:creator>
    <dc:date>2016-10-18T01:24:39Z</dc:date>
    <item>
      <title>Disable OS Check during Ambari Registration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135475#M43750</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the answer below on another post, but HOW does one actually disable the OS Check during the deployment phase.&lt;/P&gt;&lt;P&gt;I have a HDP 2.5 running on RHEL7.  I'm just trying to register a RHEL6 node only to install client tools, no services.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/18479/how-to-register-host-with-different-os-to-ambari.html#answer-form"&gt;https://community.hortonworks.com/questions/18479/how-to-register-host-with-different-os-to-ambari.html#answer-form&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:24:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135475#M43750</guid>
      <dc:creator>hugoa_schieck</dc:creator>
      <dc:date>2016-10-18T01:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable OS Check during Ambari Registration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135476#M43751</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1264/hugoaschieck.html" nodeid="1264"&gt;@Hugo Schieck&lt;/A&gt; even though it is technically possible, it is not recommended by engineering. Here's another post you can review for your query &lt;A href="https://community.hortonworks.com/questions/4324/hdp-support-for-mix-of-os-releases-within-a-cluste.html" target="_blank"&gt;https://community.hortonworks.com/questions/4324/hdp-support-for-mix-of-os-releases-within-a-cluste.html&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;What I do recommend and I know works is the following, &lt;A href="https://community.hortonworks.com/articles/52844/hdp-clients-with-multi-version-and-multi-os-suppor.html" target="_blank"&gt;https://community.hortonworks.com/articles/52844/hdp-clients-with-multi-version-and-multi-os-suppor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Basically, skip ambari-agent on that node and install clients manually by copying the OS-specific repo and pulling the libraries you choose. You only need to also copy site.xml files for those clients to your node. What this gives you is flexibility and ability to run on any flavor of Linux that we support. The hassle is that you have to do it manually. Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 21:38:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135476#M43751</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-10-18T21:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable OS Check during Ambari Registration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135477#M43752</link>
      <description>&lt;P&gt;Well, after taking a look at the python script, I see the following:&lt;/P&gt;&lt;PRE&gt;if current_os == cluster_os:
	sys.exit(0)
else:
	raise Exception(...&lt;/PRE&gt;&lt;P&gt;So, I expect that you could comment the statement in the else clause, or have the same condition in the if and else clauses.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 21:44:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135477#M43752</guid>
      <dc:creator>bhagan</dc:creator>
      <dc:date>2016-10-18T21:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disable OS Check during Ambari Registration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135478#M43753</link>
      <description>&lt;P&gt;This worked for me: &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/52844/hdp-clients-with-multi-version-and-multi-os-suppor.html"&gt;https://community.hortonworks.com/articles/52844/hdp-clients-with-multi-version-and-multi-os-suppor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As stated it is a manual workaround, but fine for my non-production use case.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 02:33:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-OS-Check-during-Ambari-Registration/m-p/135478#M43753</guid>
      <dc:creator>hugoa_schieck</dc:creator>
      <dc:date>2016-10-19T02:33:18Z</dc:date>
    </item>
  </channel>
</rss>

