- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Failed to detect Cloudera Manager Server.
- Labels:
-
Cloudera Manager
Created 03-08-2018 08:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi! Sorry for my English, i am from Rusiia and i am newbie on Cloudera. I have two VMs with installed cloudera quickstart VM, and i want to add second VM to cluster, but i have error on step when "Detecting Cloudera Manager Server".
Created 03-08-2018 09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many reasosns:
- Have you installed CMS on any host?
- Host with Manager Server is available?, Enought disk space?
Regards.
Manu.
Created 03-08-2018 09:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2. How to check available Manager Server? I think i have enough disk space.
P.S. Sorry for this stupid questions.
Created 03-08-2018 09:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
1. It is not preinstalled, you need to install for example using Cloudera Manager
2. in tab Host or with Cloudera Manager you can view the nodes status.
At first it is not easy, ask if you need it
Regards.
Manu.
Created 03-08-2018 11:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. I am installing CMS.
2.
But i have the same error((
Created 03-08-2018 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Based on the message, you are attempting to add a new host to the cluster by using the Add New Hosts to Cluster wizard.
When doing so, one of the steps is to see if the new host can resolve and communicate with the Cloudera Manager host.
This is failing in some way.
You can ssh to that host and look for the scm_prepare_node.log file in /tmp/scm_prepare_node directory to get more information about the failure.
Likely, there is a problem resolving your Cloudera Manager hostname from the new host. You might check that and make sure you can also connect to CM.
You can use the same command that the prepare script uses to test your connection:
python -c 'import socket; import sys; s = socket.socket(socket.AF_INET); s.settimeout(5.0); s.connect((sys.argv[1], int(sys.argv[2]))); s.close();' <FQDN of your CM host> 7182
If there are no errors when running that command, you should be able to get by this issue.
-Ben
Created 03-10-2018 01:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
