Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

          -> kinit -kt  /etc/security/keytabs/rangeradmin.keytab rangeradmin/<FQDN of Ranger Admin>@<REALM>
                E.g : kinit -kt  /etc/security/keytabs/rangeradmin.keytab rangeradmin/mp-ranger-0703-3.novalocal@EXAMPLE.COM 
                (After above command there should not be any error. You can check using “klist” whether the above command was successful)

         -> kdestroy (Please don’t miss kdestroy after above step)

 

...

For Ranger Lookup:

  •   Create rangerlookup/<FQDN of Ranger Admin>@<REALM>

    -> kadmin.local

...

          -> kdestroy (Please don’t miss kdestroy after above step)

 For Ranger Usersync:

  • Create rangerusersync/<FQDN>@<REALM>

    -> kadmin.local

    -> addprinc -randkey rangerusersync/<FQDN of Ranger usersync>

...

         -> kdestroy (Please don’t miss kdestroy after above step)

 For Ranger Tagsync:

  • Create rangertagsync/<FQDN>@<REALM>

...