newly promoted domain controller not functioning

Chetan Gawali 1 Reputation point
2021-06-10T13:32:51.287+00:00

Dear Team,

newly promoted domain controller(domain controller 2) not functioning. when we create any new user or changed password of existing user that changes not sync with other Domain Controller(domain controller 1). but at the same time when we made any changed on domain controller 1 that changed replicated on domain controller 2. that means one way replication happen between two DC.

please hep on this

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,408 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2021-06-10T13:43:39.153+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt
    ipconfig /all > C:\problemworkstation.txt

    then put unzipped text files up on OneDrive and share a link.


  2. Vicky Wang 2,726 Reputation points
    2021-06-11T09:21:18.5+00:00

    Most of the cases it would also be a new domain controller for a new forest. In most cases, you would need to update the flag as below.

    Open Regedit
    Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
    Set SysVolReady from 0 to 1
    Close Regedit

    This will create the SYSVOL share. If the NETLOGON share is not created you would need to create the folder scripts in C:\Windows\SYSVOL\domain. When this is done, restart the NETLOGON service.

    This is the easy part. In some cases, although the NETLOGON and SYSVOL shares are working, no group policies or scripts are being replicated using the DFS or DFRS.

    We can verify the replication by running the following command.

    For /f %i IN ('dsquery server -o rdn') do @Echo %i && @wmic /node:"%i" /namespace:\root\microsoftdfs path dfsrreplicatedfolderinfo WHERE replicatedfoldername='SYSVOL share' get replicationgroupname,replicatedfoldername,state

    The states should translate as below

    reference: http://www.noelpulis.com/fix-missing-sysvol-and-netlogon-after-domain-controller-promotion/

    Hope this information can help you
    Best wishes
    Vicky

    0 comments No comments

  3. Vicky Wang 2,726 Reputation points
    2021-06-15T08:13:51.86+00:00

    Hi,
    Just checking in to see if the information provided was helpful.
    Please let us know if you would like further assistance.
    Best Regards,
    Vicky

    0 comments No comments

  4. Vicky Wang 2,726 Reputation points
    2021-06-21T08:16:15.927+00:00

    Hi,
    Just checking in to see if the information provided was helpful.
    Please let us know if you would like further assistance.
    Best Regards,
    Vicky

    0 comments No comments

  5. Vicky Wang 2,726 Reputation points
    2021-06-24T07:35:52.467+00:00

    Hi,

    Welcome to share your current situation if there are any updates.

    Please feel free to let us know if you need further assistance.

    Best Regards,
    Vicky

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.