Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [root@myserver ~]# realm join --user=myuser@ domain.mydomain.com
  2. Password for myuser@:
  3. See: journalctl REALMD_OPERATION=r10802.6845
  4. realm: Couldn't join realm: Joining the domain domain.mydomain.com failed
  5.  
  6. [root@myserver ~]# journalctl REALMD_OPERATION=r10802.6845
  7. -- Logs begin at Mon 2017-08-14 13:57:15 , end at Mon 2017-08-14 16:57:12. --
  8. realmd[6848]: * Resolving: _ldap._tcp.domain.mydomain.com
  9. realmd[6848]: * Performing LDAP DSE lookup on: 10.xx.xx.xx
  10. realmd[6848]: * Performing LDAP DSE lookup on: 10.xx.xx.xx
  11. realmd[6848]: * Successfully discovered: domain.mydomain.com
  12. realmd[6848]: * Required files: /usr/sbin/oddjobd, /usr/libexec/oddjob/mkhomedir, /usr/sbin/sssd, /usr/bin/net
  13. realmd[6848]: * LANG=C LOGNAME=root /usr/bin/net -s /var/cache/realmd/realmd-smb-conf.MOL74Y -U myuser@ ads join domain.mydomain.com
  14. realmd[6848]: Enter myuser@'s password:kerberos_kinit_password myuser@ failed: Cannot resolve network address for KDC in requested realm
  15. realmd[6848]:
  16. realmd[6848]: Failed to join domain: failed to connect to AD: Cannot resolve network address for KDC in realm
  17. realmd[6848]: ! Joining the domain domain.mydomain.com failed
  18.  
  19. [root@myserver ~]# nsupdate -g
  20.  
  21. update add myserver.domain.mydomain.com 30 CNAME myserver.mydomain.com.
  22. show
  23. send
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement