Created 10-06-2015 05:11 AM
I noticed that Ambari sever is using IP Address for Ambari server host, however everywhere else it is being used as FQDN
The IP is “192.168.110.1” and fqdn is “r3r31gateway.customer.domain.com”
From command-xxx.json, I see
"hostname": "r3r31gateway.customer.domain.com”,
And
"ambari_server_host": [
"192.168.110.1"
],
Just wondering, why would that happen? Why would Ambari server use IP address instead of FQDN (even when it has FQDN)
Secondly, how do we fix this and make Ambari use fqdn for “ambari_server_host” instead of IP address?
Created 10-06-2015 02:08 PM
@sheetal@hortonworks.com
Please see /etc/ambari-agent/conf/ambari-agent.ini
This is reference to old doc but see if it helps. link
I would like to get more information on this issue. for example: however everywhere else it is being used as FQDN - Could you elaborate more on this?
Created 10-06-2015 02:08 PM
@sheetal@hortonworks.com
Please see /etc/ambari-agent/conf/ambari-agent.ini
This is reference to old doc but see if it helps. link
I would like to get more information on this issue. for example: however everywhere else it is being used as FQDN - Could you elaborate more on this?
Created 10-06-2015 11:46 PM
Thanks for pointers. I will have customer check these configs.
Created 10-19-2015 11:59 AM
Any update on this?