Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 06-28-2017 05:17 AM
Ambari creates keytabs internally because it has details of the AD it is connecting to. However, how does ambari regenerate keytabs once the passwords expire at AD end? How does it ensure that the services dependent on those keytabs do not go down? Or all services have to be shut down when a new keytab is provisioned?
Created 06-28-2017 07:55 AM
Hi @Sumit Nigam
You can tell Ambari to regenerate all keytabs for all services if you know the passwords expired on the AD/LDAP server.
Hope that helps.
Created 06-28-2017 07:55 AM
Hi @Sumit Nigam
You can tell Ambari to regenerate all keytabs for all services if you know the passwords expired on the AD/LDAP server.
Hope that helps.
Created 06-28-2017 08:08 AM
Thank you @wengelbrecht - But how does it manage all services who are using older keytab? Does it restart them?
Created 06-28-2017 08:25 AM
Correct, as the older TGT are now outdated, the services needs to be restarted to use the new keytab files and grab a new TGT. Ambari will do this for you when you regenerate the keytab files.