Advertisement
Guest User

ipa server install log

a guest
May 26th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. ...
  2. 2015-05-26T18:34:55Z DEBUG []
  3. 2015-05-26T18:34:55Z DEBUG Live 1, updated 0
  4. 2015-05-26T18:34:55Z INFO Done
  5. 2015-05-26T18:34:55Z DEBUG raw: update_managed_post
  6. 2015-05-26T18:34:55Z DEBUG Destroyed connection context.ldap2
  7. 2015-05-26T18:34:55Z DEBUG Restarting the directory server
  8. 2015-05-26T18:35:01Z DEBUG args=/sbin/service dirsrv restart
  9. 2015-05-26T18:35:01Z DEBUG stdout=Shutting down dirsrv:
  10. MYDOMAIN-COM...[ OK ]
  11. PKI-IPA...[ OK ]
  12. Starting dirsrv:
  13. MYDOMAIN-COM...[ OK ]
  14. PKI-IPA...[ OK ]
  15.  
  16. 2015-05-26T18:35:01Z DEBUG stderr=
  17. 2015-05-26T18:35:01Z DEBUG args=/sbin/service dirsrv status
  18. 2015-05-26T18:35:01Z DEBUG stdout=dirsrv MYDOMAIN-COM (pid 6942) is running...
  19. dirsrv PKI-IPA (pid 7014) is running...
  20.  
  21. 2015-05-26T18:35:01Z DEBUG stderr=
  22. 2015-05-26T18:35:01Z DEBUG wait_for_open_ports: localhost [389] timeout 300
  23. 2015-05-26T18:35:01Z DEBUG args=/sbin/service dirsrv status
  24. 2015-05-26T18:35:01Z DEBUG stdout=dirsrv MYDOMAIN-COM (pid 6942) is running...
  25. dirsrv PKI-IPA (pid 7014) is running...
  26.  
  27. 2015-05-26T18:35:01Z DEBUG stderr=
  28. 2015-05-26T18:35:01Z DEBUG Restarting the KDC
  29. 2015-05-26T18:35:01Z DEBUG args=/sbin/service krb5kdc restart
  30. 2015-05-26T18:35:01Z DEBUG stdout=Stopping Kerberos 5 KDC: [ OK ]
  31. Starting Kerberos 5 KDC: [ OK ]
  32.  
  33. 2015-05-26T18:35:01Z DEBUG stderr=
  34. 2015-05-26T18:35:01Z DEBUG args=/sbin/service krb5kdc status
  35. 2015-05-26T18:35:01Z DEBUG stdout=krb5kdc (pid 7146) is running...
  36.  
  37. 2015-05-26T18:35:01Z DEBUG stderr=
  38. 2015-05-26T18:35:01Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
  39. 2015-05-26T18:35:01Z DEBUG Created connection context.ldap2
  40. 2015-05-26T18:35:01Z DEBUG args=/sbin/service named stop
  41. 2015-05-26T18:35:01Z DEBUG stdout=Stopping named: [ OK ]
  42.  
  43. 2015-05-26T18:35:01Z DEBUG stderr=
  44. 2015-05-26T18:35:01Z DEBUG wait_for_open_ports: ipa.mydomain.com [389] timeout 10
  45. 2015-05-26T18:35:01Z DEBUG Could not connect to the Directory Server on ipa.mydomain.com: {'desc': "Can't contact LDAP server"}
  46. 2015-05-26T18:35:01Z INFO File "/usr/lib/python2.6/site-packages/ipaserver/install/installutils.py", line 614, in run_script
  47. return_value = main_function()
  48.  
  49. File "/usr/sbin/ipa-server-install", line 1076, in main
  50. bind.create_instance()
  51.  
  52. File "/usr/lib/python2.6/site-packages/ipaserver/install/bindinstance.py", line 485, in create_instance
  53. self.ldap_connect()
  54.  
  55. File "/usr/lib/python2.6/site-packages/ipaserver/install/service.py", line 123, in ldap_connect
  56. raise e
  57.  
  58. 2015-05-26T18:35:01Z INFO The ipa-server-install command failed, exception: SERVER_DOWN: {'desc': "Can't contact LDAP server"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement