Created on 10-05-2019 07:12 PM - last edited on 10-05-2019 07:55 PM by ask_bill_brooks
Aloha!
Before, I was able to connect to the web UI via host IP and port 7180. After setting up a Static IP for the hosts in my Cluster, I seem to have broken Cloudera Manager. Should I uninstall and reinstall, or is there a simple solution that I can implement to get things working again?
Created 10-06-2019 12:10 AM
no need to reinstall, few places you need to make the change to:
1. change the host file or dns, then access CM through hostname instead of IP address
File: /etc/hosts
2. make sure the DB hostname is correct if your repo is on the same server:
file: /etc/cloudera-scm-server/db.properties
3. change agent configuration to make sure it using hostname or new IP address
/etc/cloudera-scm-agent/config.ini
restart CM and CM agent.
Created 10-06-2019 12:10 AM
no need to reinstall, few places you need to make the change to:
1. change the host file or dns, then access CM through hostname instead of IP address
File: /etc/hosts
2. make sure the DB hostname is correct if your repo is on the same server:
file: /etc/cloudera-scm-server/db.properties
3. change agent configuration to make sure it using hostname or new IP address
/etc/cloudera-scm-agent/config.ini
restart CM and CM agent.
Created 10-09-2019 04:22 PM
The problem was that I did not have my database host connected. For some reason I thought that I had set up the database to be internal without the SCM host, but I was wrong! I decomissioned the database host and it prevented heartbeating from happening.