Member since
01-19-2017
3676
Posts
632
Kudos Received
372
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 609 | 06-04-2025 11:36 PM | |
| 1176 | 03-23-2025 05:23 AM | |
| 580 | 03-17-2025 10:18 AM | |
| 2185 | 03-05-2025 01:34 PM | |
| 1373 | 03-03-2025 01:09 PM |
09-12-2017
01:52 PM
@Prashant Chaudhuri Can you edit your resolv.conf and add the 2 names server before your router like this nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 192.168.1.1 he rerun the below # yum clean all
# yum clean metadata Then # yum install -y ambari-server And revert
... View more
09-12-2017
01:30 PM
Bizarre, can you post the content of # cat /etc/resolv.conf The rerun the below # yum clean all
# yum clean metadata Then # yum install -y ambari-server Let me know
... View more
09-12-2017
12:59 PM
@Prashant Chaudhuri Can you confirm your ain't behind a proxy? Just click this link to validate http://amibehindaproxy.com/
... View more
09-12-2017
11:21 AM
@Prashant Chaudhuri Can you paste the contents of your. The /tmp/ambari.repo was just a typo error it should have been cat /etc/yum.repos.d/ambari.repo # cat /etc/yum.repos.d/ambari.repo
# cat /etc/yum.repos.d/hdp.repo Clean all the cached files from any enabled repository at once yum clean all Check the repolist yum repolist The retry the yum install -y ambari-server
... View more
09-11-2017
06:24 PM
@Srikanth Gorripati Done accept an answer and close the thread.
... View more
09-11-2017
06:24 PM
@Srikanth Gorripati Entries obscured. I am happy it worked, please can you accept the best answe!
... View more
09-11-2017
06:24 PM
@Srikanth Gorripati In the above jaas.conf the principal="atlas/td2XXXXX.XXXX.XXX@ADMIN.XXXX.XXX"; should match the output of command # klist -kt /etc/security/keytabs/atlas.service.keytab Keytab name: FILE:/etc/security/keytabs/atlas.service.keytab
KVNO Timestamp Principal
---- ------------------- ------------------------------------------------------
1 08/24/2017 15:42:23 atlas/xxxx.xxxx.xxxx@REALM.COM
1 08/24/2017 15:42:23 atlas/xxxx.xxxx.xxxx@REALM.COM
1 08/24/2017 15:42:23 atlas/xxxx.xxxx.xxxx@REALM.COM
1 08/24/2017 15:42:23 atlas/xxxx.xxxx.xxxx@REALM.COM
1 08/24/2017 15:42:23 atlas/xxxx.xxxx.xxxx@REALM.COM eg atlas/xxxx.xxxx.xxxx@REALM.COM
... View more
09-11-2017
06:24 PM
@Srikanth Gorripati Have you corrected the entries in the Atlas jaas.conf? Please revert if the problem persists To grab a valid kerberos ticket you need to run this command replacing the values appropriately # kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/xxxx.xxxx.xxxx@REALM.COM Revert
... View more
09-11-2017
06:24 PM
@Srikanth Gorripati Great can you accept and close the thread!
... View more
09-11-2017
06:24 PM
@Srikanth Gorripati What are the contents of your /etc/atlas/2.6.1.0-129/0/atlas_jaas.conf Client {
com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=true
useTicketCache=false
storeKey=true
doNotPrompt=false
keyTab="/etc/security/keytabs/atlas.service.keytab"
principal="atlas/FQDN@REALM";
} Revert
... View more