Member since
02-07-2022
219
Posts
56
Kudos Received
27
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
123 | 06-16-2025 04:25 AM | |
522 | 04-30-2025 09:58 PM | |
277 | 04-22-2025 08:47 AM | |
359 | 04-15-2025 05:22 AM | |
285 | 04-14-2025 10:26 PM |
03-04-2025
11:11 PM
Hello @SIGOYI Can you please confirm is 192.168.88.54 I think is getting an SSL from somewhere. Can you go to CM UI >> Administration >> Settings >> Click on Security and check if TLS is enforced on the agent from CM UI
... View more
03-04-2025
08:00 PM
Hello @SIGOYI Thank you for reaching out to the community I don't this is a Auto-TLS issue at this point. As use_tls=0 which means TLS is not enforced from the agent level Could you please check /var/log/cloudera-scm-agent/cloudera-scm-agent.log to check this further Also which TLS are you using on CM is it Auto-TLS or Manual TLS? If this is Auto-TLS, are the certificates signed by CM (Auto-TLS usecase 1) or your Custom CA (Auto-TLS use case)?
... View more
03-03-2025
12:21 AM
Hello @shaihavivqlik That's really strange. Usually, this error occurs when we cannot lookup vault.localhost.localdomain Can you check your /etc/hosts as well? Also, try pinging your CM server as well Something is for sure wrong in the DNS records. I don't we can check any logs as this is failing at the pre-reqs itself
... View more
03-02-2025
02:13 AM
Hello @drewski7 I have seen Ranger Admin working with LDAP users without configuring ldap configuration in Ranger usersync By the way what is the CDP version you are using?
... View more
02-26-2025
02:47 AM
Hello @snm1523 Thank you for reaching out to the community You can take a look at Ranger API as well to achieve the same Go to Ranger UI >> Profile >> API documentation >> Expand XAuditREST >> Click on GET/xaudit/access_audit >> Click on Try it out and Execute. You can get this data in CSV and perform the operations For eg. curl -X 'GET' \
'https://ccycloud-1.nightly-cm-qn.root.comops.site:6182/service/xaudit/access_audit' \
-H 'accept: application/json'
... View more
02-22-2025
08:26 PM
Hello @drewski7 Thank you for reaching out to the community Just want to clarify one thing to fix this issue you did install Ranger user sync or you configure ldap auth with user sync as well along with Ranger admin Usually, to login to Rager admin UI with ldap we just need to configure ldap configuration in Ranger Admin configuration and this should be enough. Usersync will sync users and groups to Ranger which you can use to assign permissions later from Ranger using polcies
... View more
02-20-2025
09:43 AM
Hello @Oren Thank you for reaching out to the community Please double-check the following especially vault.localhost.localdomain’s ping should be resolved https://docs.cloudera.com/cdp-private-cloud-data-services/1.5.4/installation-ecs/topics/cdppvc-installation-ecs-steps.html Checks to make sure there are less than 3 nameserver entries in the /etc/resolv.conf file, and checks the connections to the Cloudera Manager cluster and the CDP console. It also checks to see if vault.localhost.localdomain’s ping can be resolved. If not, it is likely that the host /etc/nsswitch.conf file is misconfigured.
If this inspection fails:
Check the /etc/resolv.conf and /etc/nsswitch.conf files and ensure that /etc/resolv.conf does not contain 3 or more nameservers, and that /etc/nsswitch.conf must contain myhostname under the hosts field.
Check to see if the connections were resolved correctly. If connection to the CDP console fails, check to see if your DNS wildcard is configured properly. Let us know if you have any further queries
... View more
02-18-2025
11:41 PM
Hello @SLCJ Looks like your paywall credentials are incorrect Please double check those once or generate them again https://community.cloudera.com/t5/Support-Questions/How-do-I-get-repository-credentials/m-p/311137#:~:text=the%20following%20steps%3A-,1.,down%20to%20the%20Credential%20Generator
... View more
02-18-2025
10:36 PM
Hello @pablobhz Thank you for reaching out to the community How are you connecting? Are you providing any trust store while connecting if yes then is the Root certificate added in the truststore
... View more
02-18-2025
10:33 PM
Hello @SLCJ Thank you for reaching out You can download from the official archive repository https://archive.cloudera.com/p/cm6/6.3.1/ubuntu1604/ https://archive.cloudera.com/p/cm6/6.3.1/ubuntu1804/ Let us know if you have any further queries
... View more