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.

CDH installation error in VM

avatar
Explorer

Hi,

 

I am getting below error in agent instaaltion log , while installing cloud era in 4 node centos vm server.

 

where 192.168.1.110  is ip of my master node .


==================
 

Detecting Cloudera Manager Server...

CentOS release 6.9 (Final) 
BEGIN host -t PTR 192.168.1.110 
Host 110.1.168.192.in-addr.arpa. not found: 3(NXDOMAIN) 
END (1) 

=============

 

Please help

 

Datta

 

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hi 

 

 

This error is becuase of the reverse DNS. Please use a registered domain and use that FQDN in your hosts file. If the domain which you are using is not registered you can try creating a local DNS on on of the cluster host and points all other hosts to that local DNS.

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Hi 

 

 

This error is becuase of the reverse DNS. Please use a registered domain and use that FQDN in your hosts file. If the domain which you are using is not registered you can try creating a local DNS on on of the cluster host and points all other hosts to that local DNS.

avatar
Explorer
the local dns setup helped. thanks