Member since
02-07-2022
258
Posts
61
Kudos Received
36
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 353 | 10-18-2025 09:09 PM | |
| 335 | 10-02-2025 02:18 AM | |
| 371 | 10-01-2025 05:22 AM | |
| 1740 | 07-30-2025 09:33 PM | |
| 651 | 07-15-2025 07:28 PM |
07-18-2024
08:46 PM
2 Kudos
Hello @namteen , The below error indicates there are issues with the certificates or keys. Can you please confirm if all the certificates are signed by the CM valid CA none is expired also the key and host combination that you are providing is correct File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/tools/cert.py", line 1607, in _write_keystore_file raise Exception("Failed to generate host pkcs12 file.") Exception: Failed to generate host pkcs12 file. You can check /var/log/cloudera-scm-agent/certmanager.log on the CM server host as well to further check the error >> To check whether the certificate is correct or not run the following command
# openssl x509 -in <cert-file> -noout -text
To check whether cert and key combination is correct or not match output of below commands
#openssl x509 -noout -modulus -in server.pem | openssl md5
#openssl rsa -noout -modulus -in server.key | openssl md5
where server.pem is the certificate and server.key is the key
... View more
07-13-2024
05:26 PM
1 Kudo
Hello @BrianChan Apologies for the delayed response Have you verified if /etc/cloudera-scm-server/db.properties has the correct entires for your database?
... View more
07-13-2024
05:23 PM
2 Kudos
Hello Naveen, Apologies for the delayed response You have to contact the sales team to know about the pricing by filling out the below form https://www.cloudera.com/contact-sales.html
... View more
07-13-2024
01:53 AM
Hello @Sunny9, Thank you for reaching out Please try checking the below link where the same problem was answered. The version might be different but the answer is in much detail https://community.cloudera.com/t5/Support-Questions/NIFI-and-NIFI-Registry-service-not-visible-in-Compute/m-p/375475
... View more
07-13-2024
01:49 AM
Hello @namteen Thank you for reaching out yes for renewing Yes you will need to use Auto-TLS use case 3 https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/security-encrypting-data-in-transit/topics/cm-security-use-case-3.html Also you are correct from UI you can only generate a cloudera manager signed certificate for your custom ca signed certificate you can generate the certificate yourself and pass those in generatecmca API as mentioned in use case 3
... View more
07-10-2024
08:42 PM
1 Kudo
Hello @VenkataAvinash Can you please confirm where are you looking to integrate Trino? I mean which flavor of CDP?
... View more
07-09-2024
10:40 PM
Hello @naju This is an OS repo error. The 404 indicates that the repository locations that you have in repo files which are located in /etc/yum.repos.d/ have incorrect URLs Either fix those URLs manually and run the following command # yum clean all
# rm -rf /var/cache/yum
# yum repolist or else you might need to check with your OS team
... View more
06-17-2024
09:13 PM
Hello @OlivierT Thank you for reaching out Can you please share the output of the below to see what is creating this process? # ps -ef | grep -i 25833
... View more
06-17-2024
09:11 PM
Hello @rahuledavalath Yes only the incremental data will be copied Yes bi-direction will only work if you set the replication policy on both the source and target
... View more
06-07-2024
03:51 AM
1 Kudo
Hello @rahuledavalath In this case, you must create a replication policy on both the source and target. Also, Incremental data from BDR will be copied back to prod once your actual prod is up again
... View more