Andrew Meyer via FreeIPA-users wrote:
If I have a server that is in a subdomain of my tld for FreeIPA and I want it to get added into that specific zone during the client install process, the installer errors out and says that it will only recognize 1 FreeIPA server and failover to the other will not be possible. Is there some way around this? Something I can change in the /etc/sssd/sssd.conf ?
Domain is example.com
my new server is server123.mgt.datacenter.example.com
I have the zones created but I don't see the kerberos records in there.
I'm not entirely sure I follow, posting the exact message(s) you're seeing would help, but what I think you did was:
# ipa-client-install --server=foo.example.test
And you got a notice about failover
If so I'd check out the DNS Autodiscovery in the ipa-client-install man page.
Failover also uses DNS discovery so if it won't work during install it likely won't work post-install either.
rob