Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Reports Manager throws 'Unknown host ':7432'. Unable to find it from host'

avatar

Hi,

 

I'm installing Cloudera Enterprise 60 days Trial in only one host/cluster, following Cloudera Manager steps.

 

At "Cluster Configuration", in connection test of incorporated databases, "Reports Manager" trows a error:

 

Unknown host ':7432'. Unable to find it from host 'myhost'.

 

Can anyone help me?

 

I'm completely new in this Big Data thing.

1 ACCEPTED SOLUTION

avatar
Hi,

This usually happens when there's a problem with DNS while starting the cloudera manager database for the first time, often caused by a VPN.

To fix it, look at the files in /etc/cloudera-scm-server/db.mgmt.properties and find all the places where you see :7432. You'll notice that there's no host name before the colon. Put the fully qualified domain name (NOT localhost) before the colon in each place where that occurs.

Then restart CM server:
service cloudera-scm-server restart

Thanks,
Darren

View solution in original post

3 REPLIES 3

avatar
Hi,

This usually happens when there's a problem with DNS while starting the cloudera manager database for the first time, often caused by a VPN.

To fix it, look at the files in /etc/cloudera-scm-server/db.mgmt.properties and find all the places where you see :7432. You'll notice that there's no host name before the colon. Put the fully qualified domain name (NOT localhost) before the colon in each place where that occurs.

Then restart CM server:
service cloudera-scm-server restart

Thanks,
Darren

avatar

Doing this, I'll have to begin Cloudera Manager since the very begining?

avatar

It worked.

 

Thanks Darren!