Created on 06-01-2017 12:10 AM - edited 09-16-2022 04:41 AM
Hello Team, Do we need to re-do the Kerberos and SSL set up again after the upgrade to HDP 2.5 from HDP 2.3 or HDP 2.4. Thanks
Created 06-01-2017 09:28 AM
Would always advise to review the documentation on the Ambari and HDP upgrade. Generally, no, you don't need to re-gen all of the keytabs or SSL in the cluster as part of an upgrade - though Ambari will generate keytabs as required post-upgrade.
There are certain cases which need some attention (e.g. Kafka at 2.2, Ranger HA, etc.).
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/index.html
You can raise a ticket with Hortonworks Support prior to the upgrade, as they can inform you on any known issues (if you have a subscription). Also, would recommend to move to 2.5.5 if moving to 2.5.
And testing is imperative. Would advise to test all of the components under representative use cases.
Created 06-01-2017 09:12 AM
I assumed that this was in the documentation, but a quick search revealed that it is not. After upgrading either Ambari or HDP (or both), you should regenerate the missing keytab files and restart the services by
As of Ambari 2.5.x and below, Ambari does not have a way to automatically create new Kerberos identities or keytab files during either the Ambari or stack upgrade processes. So the user is expected to do this manually using the steps above.
Created 06-01-2017 09:28 AM
Would always advise to review the documentation on the Ambari and HDP upgrade. Generally, no, you don't need to re-gen all of the keytabs or SSL in the cluster as part of an upgrade - though Ambari will generate keytabs as required post-upgrade.
There are certain cases which need some attention (e.g. Kafka at 2.2, Ranger HA, etc.).
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/index.html
You can raise a ticket with Hortonworks Support prior to the upgrade, as they can inform you on any known issues (if you have a subscription). Also, would recommend to move to 2.5.5 if moving to 2.5.
And testing is imperative. Would advise to test all of the components under representative use cases.
Created 06-01-2017 01:41 PM
Thanks Graham and Robert. This is helpful.