# /usr/sbin/ipa-client-install --domain=dom.com --realm=DOM.COM --ntp-server=10.x.x.x
Inspect the file /etc/nsswitch.conf since it's very possible that "automount:" is missing sss. If this is true, add it.# ipa-client-automount --location=<automount_location>
And restart autofs service.automount: files sss
1] backup /etc/krb5.keytab to another host 2] re-image the host, with same hostname and ipa-client RPM installed 3] restore krb5.keytab to /root/ 4] run: ipa-client-install --domain=dom.com --realm=DOM.COM --ntp-server=10.x.x.x --keytab /root/krb5.keytab --unattended