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]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

CDP 7.1.8 to CDH 6.3.4 Rollback

avatar
New Contributor

Hi guys,

I'm testing an upgrade from CDH 6.3.4 to CDP 7.1.8 , I successfully performed the upgrade but I'm trying to test the rollback process, I'm using  AUTO-TLS, but I'm having a one issue though,  it says the below in the HDFS rollback 

Cloudera : 

  1. (Clusters with TLS enabled only) Edit the /etc/hadoop/conf.rollback.namenode/ssl-server.xml file on all NameNode hosts (located in the temporary rollback directory) and update the keystore passwords with the actual cleartext passwords. 

So the question is : How can I get the cleartext password ? 

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hi @maali_87 , We can gather the clear text password from the Cloudera server DB. Please try this command after logging to CM DB - 

select * from CONFIGS where ATTR='auto_tls_truststore_password';

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Hi @maali_87 , We can gather the clear text password from the Cloudera server DB. Please try this command after logging to CM DB - 

select * from CONFIGS where ATTR='auto_tls_truststore_password';

avatar
New Contributor

Thank you @arunek95 , very much appreciated!