Advertisement
Guest User

Untitled

a guest
Nov 27th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Complete!
  2. [QuickStart] Configuring Kerberos...
  3. [QuickStart] Setting root password for Kerberos...
  4. spawn kdb5_util create -s
  5. Loading random data
  6. Initializing database '/var/kerberos/krb5kdc/principal' for realm 'CLOUDERA',
  7. master key name 'K/M@CLOUDERA'
  8. You will be prompted for the database Master Password.
  9. It is important that you NOT FORGET this password.
  10. Enter KDC database master key:
  11. Re-enter KDC database master key to verify:
  12. [QuickStart] Creating Kerberos principal...
  13. spawn kadmin.local -q addprinc cloudera-scm/admin
  14. Authenticating as principal root/admin@CLOUDERA with password.
  15. WARNING: no policy specified for cloudera-scm/admin@CLOUDERA; defaulting to no policy
  16. Enter password for principal "cloudera-scm/admin@CLOUDERA":
  17. Re-enter password for principal "cloudera-scm/admin@CLOUDERA":
  18. Principal "cloudera-scm/admin@CLOUDERA" created.
  19. [QuickStart] Starting Kerberos services...
  20. Starting Kerberos 5 KDC: [ OK ]
  21. Starting Kerberos 5 Admin Server: [ OK ]
  22. ________________________________________________________________________________
  23.  
  24. Success! Kerberos is now running. You can enable Kerberos in a Cloudera Manager
  25. cluster from the drop-down menu for that cluster on the CM home page. It will
  26. ask you to confirm that this script performed the following steps:
  27.  
  28. * set up a working KDC.
  29. * checked that the KDC allows renewable tickets.
  30. * installed the client libraries.
  31. * created a proper account for Cloudera Manager.
  32.  
  33. Then, it will prompt you for the following details (accept defaults if not
  34. specified here):
  35.  
  36. KDC Type: MIT KDC
  37. KDC Server Host: quickstart.cloudera
  38. Kerberos Security Realm: CLOUDERA
  39.  
  40. Later, it will prompt you for KDC account manager credentials:
  41.  
  42. Username: cloudera-scm/admin (@ CLOUDERA)
  43. Password: cloudera
  44.  
  45. Press [Enter] to exit...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement