I am trying to get a ticket from Kerberos but its failing . I have created another keytab but no luck .
[root@hadoop1 scripts]# klist -kte /etc/krb5.keytab | grep hdfs
2 07/11/17 16:46:53 [email protected] (aes256-cts-hmac-sha1-96)
2 07/11/17 16:46:53 [email protected] (aes128-cts-hmac-sha1-96)
2 07/11/17 16:46:53 [email protected] (des3-cbc-sha1)
2 07/11/17 16:46:53 [email protected] (arcfour-hmac)
[root@hadoop1 scripts]#
[root@hadoop1 scripts]# klist -kte /etc/security/keytabs/hdfs.headless.keytab | grep hdfs
Keytab name: FILE:/etc/security/keytabs/hdfs.headless.keytab
1 07/11/17 10:59:01 [email protected] (arcfour-hmac)
1 07/11/17 10:59:01 [email protected] (des3-cbc-sha1)
1 07/11/17 10:59:01 [email protected] (aes128-cts-hmac-sha1-96)
1 07/11/17 10:59:01 [email protected] (aes256-cts-hmac-sha1-96)
1 07/11/17 10:59:01 [email protected] (des-cbc-md5)
[root@hadoop1 scripts]#
[root@hadoop1 scripts]# kinit -kt /etc/security/keytabs/hdfs.headless.keytab [email protected]
kinit: Password incorrect while getting initial credentials
[root@hadoop1 scripts]#
[root@hadoop1 scripts]# kinit -kt /etc/krb5.keytab [email protected]
kinit: Password incorrect while getting initial credentials
[root@hadoop1 scripts]#