Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on 04-15-2019 12:18 PM - edited 04-15-2019 01:34 PM
Hello,
I am trying to install CDH with cloudera manger 6.2 on 2 goodgle cloud VM instances
when creating the cluster it downloaded CDH 6.2.0-1.cdh6.2.0.p0.967373 sucessfully
but then it is not doing any distrubution and just hang there
firewall is disable , SELinux is disabled
i can login with ssh and copy with scp between both VMs normal
when checking the agent log
File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/M2Crypto/SSL/Checker.py", line 125, in __call__
fieldName='subjectAltName')
WrongHost: Peer certificate subjectAltName does not match host, expected mugzy.c.essential-rider-208218.internal, got DNS:mugzy
and here is hostname:
[root@mugzy ~]# python -c "import socket; hostname = socket.gethostname(); print hostname;"
mugzy
[root@mugzy ~]#
Appreciate your insight
Created 04-17-2019 06:38 AM
I fixed the issue by making both hostname & hostname -f returning the same value.
then uninstalled cloudera manger & agents
then rerun the certmanager
/opt/cloudera/cm-agent/bin/certmanager --location /opt/cloudera/CMCA setup --configure-services
All went fine afterwards
thanks for all help
Created 04-17-2019 03:35 AM
Created 04-17-2019 06:38 AM
I fixed the issue by making both hostname & hostname -f returning the same value.
then uninstalled cloudera manger & agents
then rerun the certmanager
/opt/cloudera/cm-agent/bin/certmanager --location /opt/cloudera/CMCA setup --configure-services
All went fine afterwards
thanks for all help
Created 05-16-2019 07:07 AM