<?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: Automating cloudera manager install in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63773#M73611</link>
    <description>&lt;P&gt;Simple bash script would work. place all the rpms , jdk&amp;nbsp; in a directory and you can write simple shell script to build the yum repo, install and set the java path and complete the installation CM server.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2018 08:53:22 GMT</pubDate>
    <dc:creator>srkphani</dc:creator>
    <dc:date>2018-01-18T08:53:22Z</dc:date>
    <item>
      <title>Automating cloudera manager install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63765#M73610</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Context&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm working on setting up a Hadoop cluster consisting of multiple VMs (for testing and development purposes) on a local desktop machine. I have a proof of concept working, where I installed Cloudera Manager manually and then setup the cluster. But now I'd like to automate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To automate this process, I need to be able to script the installation of Cloudera Manager, so that it works without manual intervention. Using Cloudera Director doesn't seem to be an option for this use case, because we're not running the cluster on any cloud provider (AWS, Azure, etc.). Is there any way to automate the Cloudera Manager installation for a local desktop?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:45:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63765#M73610</guid>
      <dc:creator>benbluetalon</dc:creator>
      <dc:date>2022-09-16T12:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automating cloudera manager install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63773#M73611</link>
      <description>&lt;P&gt;Simple bash script would work. place all the rpms , jdk&amp;nbsp; in a directory and you can write simple shell script to build the yum repo, install and set the java path and complete the installation CM server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:53:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63773#M73611</guid>
      <dc:creator>srkphani</dc:creator>
      <dc:date>2018-01-18T08:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automating cloudera manager install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63796#M73612</link>
      <description>&lt;P&gt;Thanks for the reply. I have tried something similar, but when I run the installer binary (./cloudera-manager-installer.bin), it gives an interactive prompt:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screen Shot 2018-01-18 at 11.08.09 AM (2).png" style="width: 200px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/3781i13AD043EE9AF7E99/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screen Shot 2018-01-18 at 11.08.09 AM (2).png" alt="Screen Shot 2018-01-18 at 11.08.09 AM (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to get this installer to run without user input?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 19:12:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63796#M73612</guid>
      <dc:creator>benbluetalon</dc:creator>
      <dc:date>2018-01-18T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automating cloudera manager install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63854#M73613</link>
      <description>&lt;P&gt;To get started, you can install CM using path C:&amp;nbsp;&lt;A href="https://www.cloudera.com/documentation/enterprise/5-8-x/topics/cm_ig_install_path_c.html#concept_fbv_2v3_3r__section_z1d_5pm_s5" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/5-8-x/topics/cm_ig_install_path_c.html#concept_fbv_2v3_3r__section_z1d_5pm_s5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Cloudera, our internal framework is built on top of the python cm-api. Here is a tutorial to interact with the python bindings:&amp;nbsp;&lt;A href="https://cloudera.github.io/cm_api/docs/python-client/" target="_blank"&gt;https://cloudera.github.io/cm_api/docs/python-client/&lt;/A&gt;. This will help you further in automating security, HA, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 00:10:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automating-cloudera-manager-install/m-p/63854#M73613</guid>
      <dc:creator>niranjank</dc:creator>
      <dc:date>2018-01-20T00:10:56Z</dc:date>
    </item>
  </channel>
</rss>

