locked
SRV not created automaticly for _ldap._tcp.dc RRS feed

  • Question

  • Hello,

    a new server with 2012 r2 - there creating AD and automaticly DNS.

    But DNS only creates _msdcs, no more entries under.

    Hm.. tried already first to create DNS and then AD role, same result. Rebulided the server 4 times now with same result.

    What can cause this? Or how to solve.  Or even if there´s a possibilitiy to add manually other machines to AD?

    Hopefully somebody can bring light into. Thank you.


    gruss Daniel Ovadia MBSS - Microsoft Dynamics CRM MCNPS

    Tuesday, May 17, 2016 7:54 AM

Answers

All replies

  • Hi

     The following methods can be used to re-register SRV records of a domain controller in the domain DNS zone

    - Restart NetLogon Service on the domain controller
    - Run DCDiag /Fix
    - Run NetDiag /Fix
    - Re-register from Netlogon.dns file in \Windows or Winnt\System32\Config directory

    Then You can use "nltest /dsregdns" command to register the SRV records

    To manually create follow the steps on th article ; http://www.instructables.com/id/ldaptcpdcmsdcsyourdomaincom-error/


    This posting is provided AS IS with no warranties or guarantees,and confers no rights. Best regards Burak Uğur

    • Marked as answer by Daniel Ovadia Tuesday, May 17, 2016 11:23 AM
    Tuesday, May 17, 2016 8:21 AM
  • Hi Burak,
    unfortunately not fixed.

    dcdiag /fix        
    with result could not resolve host xxx0-67ff-4b77-be41-afd5fxxxde._msdcs.contoso.loc

    netdiag /fix        
    'netdiag' is not recognized as an internal or external command, operable program or batch file.

    nltest /dsregdns        
    0 0x0 NERR_Success

    http://www.instructables.com/id/ldaptcpdcmsdcsyourdomaincom-error/
    In the article is "dc" and "tcp" present, in my case not.

    gruss Daniel Ovadia MBSS - Microsoft Dynamics CRM MCNPS

    Tuesday, May 17, 2016 8:55 AM
  • Hi

     First check ip configuration on DC,dns ip needs to be point itself then run "ipconfig /registerdns" and check records create...
    To force DC SRV records registration, stop and start the NetLogon Service.


    This posting is provided AS IS with no warranties or guarantees,and confers no rights. Best regards Burak Uğur

    Tuesday, May 17, 2016 9:15 AM
  • NIC setting is correct.

    net stop/start dfsr
    net stop/start netlogon
    ipconfig /registerdns
    Registration of DNS records failed: Not enough storage is available to complete this operation.


    gruss Daniel Ovadia MBSS - Microsoft Dynamics CRM MCNPS

    Tuesday, May 17, 2016 10:15 AM
  • I only find these to this error,so you need to edit registry for fix,

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\DisableDynamicUpdate = 1 is set to 0,

    "DisableDynamicUpdate" need to set the value to "0".

    https://www.reddit.com/r/techsupport/comments/3hhnj2/registration_of_dns_records_failed_not_enough/

    http://onderavcu.com/registration-of-dns-records-failed-not-enough-storage-is-available-to-complete-this-operation/


    This posting is provided AS IS with no warranties or guarantees,and confers no rights. Best regards Burak Uğur

    • Marked as answer by Daniel Ovadia Tuesday, May 17, 2016 11:23 AM
    Tuesday, May 17, 2016 10:32 AM
  • Try the below,

    - Disable Un-used NIC, if any.

    - Ensure that Register this connection's addresses in DNS" checkbox is not cleared on the live NIC.

    - Ipconfig/flushdns

    -Ipconfig /registerdns

    - Restart netlogon service.


    Devaraj G | Technical solution architect

    Tuesday, May 17, 2016 11:05 AM
  • Burak, thank you!

    The regitry key set 0 solved registerdns. Now there are the subzone entries present.

    Also a local nslookup for _ldap._tcp.dc._msdcs.contoso.loc answers correct.

    Firewalls disabeld overall. from another machine ping to dc ip answers, but nslookup not.

    Should i create another post for it?


    gruss Daniel Ovadia MBSS - Microsoft Dynamics CRM MCNPS

    Tuesday, May 17, 2016 11:23 AM