Created on 10-08-2015 12:34 PM - edited 09-16-2022 02:43 AM
I am running Director version 1.5 on an Amazon instance that has both client and server on it.
When I run bootstrap-remote with my config file, a number of steps complete with messages.
It gets stuck right after it posts the essage 'requesting insance for CM'.
I can see the instances being built in AWS. The AWS completes checkout on the new machines and I can log into them.
However director waits on that step and eventually fails (see below).
Director screen output ----
Process logs can be found at /home/ec2-user/.cloudera-director/logs/application.log
Plugins will be loaded from /var/lib/cloudera-director-client/plugins
Cloudera Director 1.5.0 initializing ...
Logging in as admin ...
Logged in successfully.
Configuration file passes all validation checks.
Creating a new environment...
Creating external database servers if configured...
Creating a new Cloudera Manager...
Creating a new CDH cluster...
* Requesting an instance for Cloudera Manager .................................. ................................................................................
................................................................................
* Insufficient number of instances available in time 20 MINUTES ...
Logging out....
The application.log has no messages that jump out as errors.
Any ideas where I should look?
- rd
Created 10-08-2015 01:10 PM
If you look in the log, does it seem that Director is trying and failing to SSH into the newly provisioned instances? If so, you probably have a problem with your network or security group configuration. Can you SSH into one of the instances manually from the instance where you are running Director?
Created 10-08-2015 01:10 PM
If you look in the log, does it seem that Director is trying and failing to SSH into the newly provisioned instances? If so, you probably have a problem with your network or security group configuration. Can you SSH into one of the instances manually from the instance where you are running Director?
Created 10-11-2015 05:20 AM
Jadair,
Thanks for your help. Although I had a few problems along the way - many of them reverted back to my need to fix my security group.
I appreciate our help.
- rd
Created 10-08-2015 01:19 PM
Created 10-08-2015 01:29 PM
By "my IP address", I assume you mean your machine outside the cloud, rather than the AWS instance running Director. If so, then yes, that is almost certainly the problem. Director does its setup work on the Cloudera Manager and cluster instances via SSH, so you should ensure that your security groups allow that access.
Created 10-08-2015 01:55 PM
Created 10-08-2015 02:46 PM
Hmmm. That REST API call is meant to be listing the clusters under your "Eastern-BD-Cluster Deployment" deployment in your "Eastern-BD-Cluster Environment" environment. When you say that the log is clean, are you referring to the client log or server log? I am surprised to see a 500 error with no corresponding information in the server application log in var/log/cloudera-director-server.
Created 10-08-2015 03:58 PM