Forum
clientlerde dns olarak 2003 gorunuyor olabilir mi ?
Vasvi Bey Merhaba,
Oncelikli olarak cevabiniz icin tesekkur ederim. Su anda herhangi bir Client'im yok. Amacim 2003 Server'i devre disi birakip 2012 Server uzerinden islemlerime devam etmek. 2012 Server'a DNS'lerinde sadece kendisini gosteriyorum, sorunuz eger buysa.
2003u kapatınca nasıl bir sorun yaşıyorsunuz peki ?
Naming information cannot be located because: The specified domain either does not exist or colud not be contacted. Contact your system administrator to verify that your domain is properly configured and is currently online. Active Directory Users and Computer'i acmaya calistigimda bu mesaji aliyorum.
Change Domain Controller yapmaya calistigimda da Domain Controller listesi bos cikiyor. DNS'i acmaya calistigimda da DNS'e baglanamiyorum hata mesajini aliyorum.
Merhaba,
Sorunun kaynagini buldum. Sorun Additional Domain Controllerda Sysvol ve netlogon olusmamasindan dolayi. Asagidaki islemi yaparak sorunu cozdum.
SYSVOL and NETLOGON Share is missing in Newly Built Domain Controllers 2008R2/2012R2.
March 28, 2015 Active Directory
Windows Server 2008R2 Domain Controllers where introduced in 2003 Active Directory Environment.
- Make sure connectivity is healthy between the PDC (Primary Domain Controller) (Open Cmd prompt run – netdom query fsmo)
- Make sure SYSVOL and NETLOGON share is accessible on PDC from Secondary Domain Controllers.
- To Rebuilt it –
- Click Start, click Run, type regedit, and then click OK.
- Locate the following subkey in Registry Editor:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
- In the details pane, right-click the SysvolReady flag, and then click Modify.
- In the Value data box, type 0, and then click OK.
- Again in the details pane, right-click the SysvolReady flag, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Note – In my case the Value was already 0 . So I placed it to 1 and restarted NETLOGON . Shares came up without reboot.