<?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-Director bootstrap stuck waiting for Cloudera Manager instance to reboot in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27327#M5876</link>
    <description>Thanks, David, I knew it must be something like that.&lt;BR /&gt;&lt;BR /&gt;Do you have an ami ID for CentOS 6.5 in the us-east-1 zone? I initially wanted to use CentOS, but when I search I get so many results none of which seem official. I've had trouble before running unofficial ami's that may have malware on them, so I had decided to use RHEL 6. I found the ami in the marketplace (which was just labelled RHEL 6, no specifically labelled 6.6).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ben</description>
    <pubDate>Tue, 12 May 2015 13:46:39 GMT</pubDate>
    <dc:creator>Ben from VoltDB</dc:creator>
    <dc:date>2015-05-12T13:46:39Z</dc:date>
    <item>
      <title>Cloudera-Director bootstrap stuck waiting for Cloudera Manager instance to reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27282#M5874</link>
      <description>&lt;P&gt;I'm trying to launch a cluster using Cloudera Director.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, I set up a VPC on AWS following&amp;nbsp;[Setting up the AWS Environment](&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_aws_setup_client.html)"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_aws_setup_client.html)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here was my IAM policy:&lt;/P&gt;&lt;PRE&gt;    {
      "Version": "2012-10-17",
      "Statement": [
        {
          "Sid": "Stmt1430423117980",
          "Action": [
            "ec2:CreateTags",
            "ec2:DescribeAvailabilityZones",
            "ec2:DescribeImages",
            "ec2:DescribeInstanceStatus",
            "ec2:DescribeInstances",
            "ec2:DescribeKeyPairs",
            "ec2:DescribePlacementGroups",
            "ec2:DescribeRegions",
            "ec2:DescribeSecurityGroups",
            "ec2:DescribeSubnets",
            "ec2:RunInstances",
            "ec2:TerminateInstances"
          ],
          "Effect": "Allow",
          "Resource": "arn:aws:ec2:us-east-1:334107771315:*"
        }
      ]
    }
    &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next I set up the instance for Director following&amp;nbsp;&amp;nbsp;[Starting an Instance](&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_deployment_start_launcher.html)"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_deployment_start_launcher.html)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I skipped the SOCKS proxy setup, this is only for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I connected to my instance and did the following to install the Oracle JDK:&lt;/P&gt;&lt;P&gt;sudo su - root&lt;BR /&gt;yum list installed | grep jdk&lt;BR /&gt;yum remove java-1.6.0-openjdk.x86_64&lt;BR /&gt;yum remove java-1.7.0-openjdk.x86_64&lt;/P&gt;&lt;P&gt;wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "&lt;A target="_blank" href="http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm&amp;quot;"&gt;http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm"&lt;/A&gt;&lt;BR /&gt;sudo rpm -ivh jdk-8u45-linux-x64.rpm&lt;BR /&gt;java -version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, I installed Cloudera Director client following&amp;nbsp;[Installing Cloudera Director client](&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_install_client_task.html)"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_install_client_task.html)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point, I thought I was ready to run the director client, but I realized I needed a user, access key, and secret access key to put in the .conf file, so...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a user ("ben"), access key and secret access key (with a password) following&amp;nbsp;[Configuring an Environment and Deploying a Cluster](&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_ui_environment.html)"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_ui_environment.html)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also created a policy and paste in the IAM policy json created earlier (so that's why we needed that!), and attach it to user "ben"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I should be ready to run Director client....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ cloudera-director bootstrap my.aws.simple.conf&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Process logs can be found at /home/ec2-user/.cloudera-director/logs/application.log&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Cloudera Director 1.1.2 initializing ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Installing Cloudera Manager ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Starting .... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Requesting an instance for Cloudera Manager .............................. done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Running custom bootstrap script on 10.0.0.236 ....... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Waiting for SSH access to 10.0.0.236 on port 22 ......... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Inspecting capabilities of 10.0.0.236 ..................... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Normalizing 10.0.0.236 ...... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Installing ntp (1/2) .... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Installing curl (2/2) ..................... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Mounting all instance disk drives .......... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Resizing instance root partition ......... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Rebooting 10.0.0.236 ..... done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;* Waiting for 10.0.0.236 to boot .....&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Over on AWS Console, the new instance that was created shows "1/2 checks passed". &amp;nbsp;Under "Instance Status Checks", it shows Instance reachability check failed. &amp;nbsp;I cannot ssh to the instance. &amp;nbsp;If I use the console to reboot it, it's the same result. &amp;nbsp;If I stop and then start it, the same result. &amp;nbsp;The System Log shows no issues and ends with:&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Restarting system.&lt;/P&gt;&lt;P class="p1"&gt;machine restart&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;I'm using instance types m3.xlarge on us-east-1, with ami-aed06ac6, which is the RHEL 6&amp;nbsp;ami from Amazon marketplace (RHEL 6.6).&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;At this point, I'm not sure how to proceed. &amp;nbsp;I've stopped cloudera-director client several times, terminated the instance that was created, and started over "from scratch" but I always end up in the same state. &amp;nbsp;I don't understand how it is able to create an instance without any problem, but then it won't even reboot successfully. &amp;nbsp;My bootstrap script is the default aws.simple.conf "hello world" so it's not doing anything there to cause an issue.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Hopefully someone has seen something like this before and can help.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Thanks,&lt;/P&gt;&lt;P class="p1"&gt;Ben&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:28:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27282#M5874</guid>
      <dc:creator>Ben from VoltDB</dc:creator>
      <dc:date>2022-09-16T09:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera-Director bootstrap stuck waiting for Cloudera Manager instance to reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27324#M5875</link>
      <description>&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you give this a try with a RHEL 6.5 ami? RHEL 6.6 isn't supported by Director 1.1.2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_deployment_requirements.html#director-deployment-requirements__title_11"&gt;http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_deployment_requirements.html#director-deployment-requirements__title_11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The instance normalization process for RHEL 6.6 is different than normalization for 6.5. If you require 6.6 you may use a custom normalization script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are working on support for RHEL 6.6 in a future release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 12:48:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27324#M5875</guid>
      <dc:creator>dhan</dc:creator>
      <dc:date>2015-05-12T12:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera-Director bootstrap stuck waiting for Cloudera Manager instance to reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27327#M5876</link>
      <description>Thanks, David, I knew it must be something like that.&lt;BR /&gt;&lt;BR /&gt;Do you have an ami ID for CentOS 6.5 in the us-east-1 zone? I initially wanted to use CentOS, but when I search I get so many results none of which seem official. I've had trouble before running unofficial ami's that may have malware on them, so I had decided to use RHEL 6. I found the ami in the marketplace (which was just labelled RHEL 6, no specifically labelled 6.6).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ben</description>
      <pubDate>Tue, 12 May 2015 13:46:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27327#M5876</guid>
      <dc:creator>Ben from VoltDB</dc:creator>
      <dc:date>2015-05-12T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera-Director bootstrap stuck waiting for Cloudera Manager instance to reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27328#M5877</link>
      <description>&lt;P&gt;The official CentOS 6.5 in us-east-1 is&amp;nbsp;&lt;SPAN&gt;ami-8997afe0&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Here's there marketplace page for CentOS 6.5:&lt;/DIV&gt;&lt;DIV&gt;&lt;A target="_blank" href="https://aws.amazon.com/marketplace/pp/B00IOYDTV6"&gt;https://aws.amazon.com/marketplace/pp/B00IOYDTV6&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;You can see the amis for each region if you click "Continue", then the "Manual Launch" tab.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Here's the marketplace page for CentOS:&lt;/DIV&gt;&lt;DIV&gt;&lt;A target="_blank" href="https://aws.amazon.com/marketplace/seller-profile?id=16cb8b03-256e-4dde-8f34-1b0f377efe89"&gt;https://aws.amazon.com/marketplace/seller-profile?id=16cb8b03-256e-4dde-8f34-1b0f377efe89&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When searching for amis in the console, you can&amp;nbsp;filter owner&amp;nbsp;to"AWS Marketplace"&amp;nbsp;to narrow your search a bit.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 May 2015 14:14:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27328#M5877</guid>
      <dc:creator>dhan</dc:creator>
      <dc:date>2015-05-12T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudera-Director bootstrap stuck waiting for Cloudera Manager instance to reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27654#M5878</link>
      <description>&lt;P&gt;This worked for me. &amp;nbsp;I ended up using RHEL 6.5, because it already has the ec2-user account created and has more than a minimal set of packages (I'm sure CentOS would work as well with some additional&amp;nbsp;setup). &amp;nbsp;I was able to launch my cluster successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 16:36:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cloudera-Director-bootstrap-stuck-waiting-for-Cloudera/m-p/27654#M5878</guid>
      <dc:creator>Ben from VoltDB</dc:creator>
      <dc:date>2015-05-19T16:36:42Z</dc:date>
    </item>
  </channel>
</rss>

