Nutanix Files- preferred_domain_controller concept in Files

  • 15 July 2020
  • 0 replies
  • 440 views

Userlevel 3
Badge +2

If no preferred_domain_controller is specified, we follow the usual discovery process (LDAP-PING and DNS lookup) to get the list of Site local DC.

 

However, if preferred_domain_controller is specified, we no longer do a  DNS lookup and use preferred_domain_controller instead. if it is not reachable, then the domain join operation will fail. Always have a choice to fall back to default domain join process where no preferred_domain_controller is specified.


 

If we look at Domain Join [DC discovery workflow {Default}] in log file - ~/data/logs/minerva_cvm.log

7lau2rKbx9WvszGXqkfNn9hdcKnLJieb4jEPujgEGtZzkku9miVPbpLFGmZlUH4ah1YTMgQy9TZERY3HcWRmHcddvIt6M4rS3UW5WwyKUO_7QgHj7FQnt5H76JIrFRIPIO9mkL-W

 

Domain Join [preferred_domain_controller]

K9KnPyGgZjeHBmBQMkDciE3bzD468XwtjmPCzIsY7XFJdrPjQ4iRK3YdPlCm5gqZSRFudPganYWfW1S7rLtd4Lf1rd1MaQXg6iIpPiMji3EwfT32W3hncuveK3Z5CenfQ-FQ7oI1

 

7feIVMlUI4FTYpT4ZF0nKpykc6UulQLJXW0jRh-bNRwDKJCqWqhFb49A_oFNLX0Orpjkst5GDwafV8IJAeV-luNos17vpsiUNAOpNFwLwyjcNq2eyGAOB-HSbRan81Xb-WPqMfss

After learning and feedback from Vodafone account, we made certain changes to the Configure NameServices Task. So now we no longer reply on Site local DC list returned by DNS query, instead preferred_domain_controller is used.

 

Before 3.1 and 2.2.3 even if a preferred DC is specified and it's not reachable due to some reason, we used to fall back to normal discovery by doing a DNS lookup and LDAP-PING to all DC's in the received order in the Default-First-Site.

 

 


This topic has been closed for comments